POST Api/Corporate/PostMSWA47cbkMarkCallback
Request Information
URI Parameters
None.
Body Parameters
MSWA47cbkMarkCallbackRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| pstKeyString | string |
None. |
|
| pstClaimStatus | string |
None. |
|
| pstClaimsId | string |
None. |
|
| pstSeqno | string |
None. |
|
| pstUserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pstKeyString": "sample string 1",
"pstClaimStatus": "sample string 2",
"pstClaimsId": "sample string 3",
"pstSeqno": "sample string 4",
"pstUserId": "sample string 5"
}
application/xml, text/xml
Sample:
<CorporateResponse.MSWA47cbkMarkCallbackRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <pstUserId>sample string 5</pstUserId> <pstClaimStatus>sample string 2</pstClaimStatus> <pstClaimsId>sample string 3</pstClaimsId> <pstKeyString>sample string 1</pstKeyString> <pstSeqno>sample string 4</pstSeqno> </CorporateResponse.MSWA47cbkMarkCallbackRequest>
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.
