POST api/ApplicantPayment/SaveMap
Request Information
URI Parameters
None.
Body Parameters
MoneyGramMapModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationId | integer |
None. |
|
| HTMLString | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"applicationId": 1,
"htmlString": "sample string 2"
}
application/xml, text/xml
Sample:
<MoneyGramMapModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ApplicationId>1</ApplicationId> <HTMLString>sample string 2</HTMLString> </MoneyGramMapModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.