POST Api/Corporate/PostDataDetailRP3241
Request Information
URI Parameters
None.
Body Parameters
DataDetailRP3241Request| Name | Description | Type | Additional information |
|---|---|---|---|
| pstType | string |
None. |
|
| pstEmployeeType | string |
None. |
|
| pstMonth | string |
None. |
|
| pstYear | string |
None. |
|
| pstPayorCode | string |
None. |
|
| pstCorporateCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pstType": "sample string 1",
"pstEmployeeType": "sample string 2",
"pstMonth": "sample string 3",
"pstYear": "sample string 4",
"pstPayorCode": "sample string 5",
"pstCorporateCode": "sample string 6"
}
application/xml, text/xml
Sample:
<CorporateResponse.DataDetailRP3241Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <pstCorporateCode>sample string 6</pstCorporateCode> <pstEmployeeType>sample string 2</pstEmployeeType> <pstMonth>sample string 3</pstMonth> <pstPayorCode>sample string 5</pstPayorCode> <pstType>sample string 1</pstType> <pstYear>sample string 4</pstYear> </CorporateResponse.DataDetailRP3241Request>
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.
