POST api/rating/mapping
Request Information
URI Parameters
None.
Body Parameters
BindMappingChargeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
Required |
|
| Name | string |
None. |
|
| ARChargeId | integer |
None. |
|
| APChargeId | integer |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Name": "sample string 2",
"ARChargeId": 1,
"APChargeId": 1,
"IsActive": true
}
application/xml, text/xml
Sample:
<BindMappingChargeViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.Charges"> <APChargeId>1</APChargeId> <ARChargeId>1</ARChargeId> <Code>sample string 1</Code> <IsActive>true</IsActive> <Name>sample string 2</Name> </BindMappingChargeViewModel>
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.