POST Api/Corporate/PostDataMCXR3250
Request Information
URI Parameters
None.
Body Parameters
DataMCXR3250Request| Name | Description | Type | Additional information |
|---|---|---|---|
| pstPayorCode | string |
None. |
|
| pstCorporateCode | string |
None. |
|
| pstUserId | string |
None. |
|
| pstFromYear | string |
None. |
|
| pstFromMonth | string |
None. |
|
| pstFromDay | string |
None. |
|
| pstToYear | string |
None. |
|
| pstToMonth | string |
None. |
|
| pstToDay | string |
None. |
|
| Draw | integer |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| IsSearch | boolean |
None. |
|
| PaginationSettingsModel | PaginationSettingsModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"pstPayorCode": "sample string 1",
"pstCorporateCode": "sample string 2",
"pstUserId": "sample string 3",
"pstFromYear": "sample string 4",
"pstFromMonth": "sample string 5",
"pstFromDay": "sample string 6",
"pstToYear": "sample string 7",
"pstToMonth": "sample string 8",
"pstToDay": "sample string 9",
"Draw": 10,
"Start": 11,
"Length": 12,
"IsSearch": true,
"PaginationSettingsModel": {
"DataTableColumns": [
{
"ColumnIndex": "sample string 1",
"Data": "sample string 2",
"Name": "sample string 3",
"Searchable": "sample string 4",
"Orderable": "sample string 5",
"SearchValue": "sample string 6",
"SearchRegex": "sample string 7"
},
{
"ColumnIndex": "sample string 1",
"Data": "sample string 2",
"Name": "sample string 3",
"Searchable": "sample string 4",
"Orderable": "sample string 5",
"SearchValue": "sample string 6",
"SearchRegex": "sample string 7"
}
],
"SearchBoxValue": "sample string 1",
"OrderColumns": [
{
"ColumnIndex": "sample string 1",
"FieldName": "sample string 2",
"Direction": "sample string 3"
},
{
"ColumnIndex": "sample string 1",
"FieldName": "sample string 2",
"Direction": "sample string 3"
}
]
}
}
application/xml, text/xml
Sample:
<CorporateResponse.DataMCXR3250Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces">
<Draw>10</Draw>
<IsSearch>true</IsSearch>
<Length>12</Length>
<PaginationSettingsModel>
<DataTableColumns>
<DataTableColumn>
<ColumnIndex>sample string 1</ColumnIndex>
<Data>sample string 2</Data>
<Name>sample string 3</Name>
<Orderable>sample string 5</Orderable>
<SearchRegex>sample string 7</SearchRegex>
<SearchValue>sample string 6</SearchValue>
<Searchable>sample string 4</Searchable>
</DataTableColumn>
<DataTableColumn>
<ColumnIndex>sample string 1</ColumnIndex>
<Data>sample string 2</Data>
<Name>sample string 3</Name>
<Orderable>sample string 5</Orderable>
<SearchRegex>sample string 7</SearchRegex>
<SearchValue>sample string 6</SearchValue>
<Searchable>sample string 4</Searchable>
</DataTableColumn>
</DataTableColumns>
<OrderColumns>
<OrderByColumn>
<ColumnIndex>sample string 1</ColumnIndex>
<Direction>sample string 3</Direction>
<FieldName>sample string 2</FieldName>
</OrderByColumn>
<OrderByColumn>
<ColumnIndex>sample string 1</ColumnIndex>
<Direction>sample string 3</Direction>
<FieldName>sample string 2</FieldName>
</OrderByColumn>
</OrderColumns>
<SearchBoxValue>sample string 1</SearchBoxValue>
</PaginationSettingsModel>
<Start>11</Start>
<pstCorporateCode>sample string 2</pstCorporateCode>
<pstFromDay>sample string 6</pstFromDay>
<pstFromMonth>sample string 5</pstFromMonth>
<pstFromYear>sample string 4</pstFromYear>
<pstPayorCode>sample string 1</pstPayorCode>
<pstToDay>sample string 9</pstToDay>
<pstToMonth>sample string 8</pstToMonth>
<pstToYear>sample string 7</pstToYear>
<pstUserId>sample string 3</pstUserId>
</CorporateResponse.DataMCXR3250Request>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
