POST api/Liberty/ChangeRemittanceReceiver
Request Information
URI Parameters
None.
Body Parameters
LibertyChangeRemiterInfoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| RemittanceCode | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RemittanceCode": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3"
}
text/xml
Sample:
<LibertyChangeRemiterInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RIA_API.Models.Liberty"> <FirstName>sample string 2</FirstName> <LastName>sample string 3</LastName> <RemittanceCode>sample string 1</RemittanceCode> </LibertyChangeRemiterInfoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.