POST api/TariffRate

Request Information

URI Parameters

None.

Body Parameters

TariffRateRequest
NameDescriptionTypeAdditional information
TariffNo

integer

None.

GCodeNo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TariffNo": 1,
  "GCodeNo": 2
}

application/xml, text/xml

Sample:
<TariffRateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Common.Models">
  <GCodeNo>2</GCodeNo>
  <TariffNo>1</TariffNo>
</TariffRateRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

decimal number

Response Formats

application/json, text/json

Sample:
1.0

application/xml, text/xml

Sample:
<decimal xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</decimal>