POST api/BOS/GetAPIServiceCharge
Request Information
URI Parameters
None.
Body Parameters
GetAPIServiceChargeRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| APIName | string |
None. |
|
| Category | string |
None. |
|
| Code | string |
None. |
|
| CompanyCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"APIName": "sample string 1",
"Category": "sample string 2",
"Code": "sample string 3",
"CompanyCode": "sample string 4"
}
text/xml
Sample:
<GetAPIServiceChargeRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOSApiIntegration.Models"> <APIName>sample string 1</APIName> <Category>sample string 2</Category> <Code>sample string 3</Code> <CompanyCode>sample string 4</CompanyCode> </GetAPIServiceChargeRequestModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.