POST Api/Corporate/PostSaveYesMSWA2120New
Request Information
URI Parameters
None.
Body Parameters
SaveYesMSWA2120RequestName | Description | Type | Additional information |
---|---|---|---|
pstPayorCode | string |
None. |
|
pstRefNo | string |
None. |
|
pstRecNo | string |
None. |
|
pstOldTextLine | string |
None. |
|
pstNewTextline | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "pstPayorCode": "sample string 1", "pstRefNo": "sample string 2", "pstRecNo": "sample string 3", "pstOldTextLine": "sample string 4", "pstNewTextline": "sample string 5" }
application/xml, text/xml
Sample:
<CorporateResponse.SaveYesMSWA2120Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <pstNewTextline>sample string 5</pstNewTextline> <pstOldTextLine>sample string 4</pstOldTextLine> <pstPayorCode>sample string 1</pstPayorCode> <pstRecNo>sample string 3</pstRecNo> <pstRefNo>sample string 2</pstRefNo> </CorporateResponse.SaveYesMSWA2120Request>
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.