POST api/BOS/GetAPIServiceCharge

Request Information

URI Parameters

None.

Body Parameters

GetAPIServiceChargeRequestModel
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetAPIServiceChargeRequestModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.