POST Api/Corporate/PostDataRP3331
Request Information
URI Parameters
None.
Body Parameters
DataRP3331Request| Name | Description | Type | Additional information |
|---|---|---|---|
| pstPayorCode | string |
None. |
|
| pstCorporateCode | string |
None. |
|
| pstYear | string |
None. |
|
| pstMonth | string |
None. |
|
| pstProvType | 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",
"pstYear": "sample string 3",
"pstMonth": "sample string 4",
"pstProvType": "sample string 5",
"Draw": 6,
"Start": 7,
"Length": 8,
"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.DataRP3331Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces">
<Draw>6</Draw>
<IsSearch>true</IsSearch>
<Length>8</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>7</Start>
<pstCorporateCode>sample string 2</pstCorporateCode>
<pstMonth>sample string 4</pstMonth>
<pstPayorCode>sample string 1</pstPayorCode>
<pstProvType>sample string 5</pstProvType>
<pstYear>sample string 3</pstYear>
</CorporateResponse.DataRP3331Request>
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.
