POST api/BLGetCustomerBillingRateAmounts

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "Customer": "sample string 1"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "BLCustomerBillingRate": {
    "LicenceFee": 1.0,
    "GSTAmount": 2.0,
    "PSTAmount": 3.0,
    "TotalAmount": 4.0
  }
}