POST api/TaxCalculator/UsageTrack

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ca_id": "sample string 1",
  "pan": "sample string 2",
  "version_no": "sample string 3",
  "productId": "sample string 4",
  "ip_address": "sample string 5"
}

application/xml, text/xml

Sample:
<UsageInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceLibrary">
  <ca_id>sample string 1</ca_id>
  <ip_address>sample string 5</ip_address>
  <pan>sample string 2</pan>
  <productId>sample string 4</productId>
  <version_no>sample string 3</version_no>
</UsageInfo>

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 'UsageInfo'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "status_code": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<UsageResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceLibrary">
  <message>sample string 2</message>
  <status_code>1</status_code>
</UsageResult>