POST api/BLGetLicenceHeader

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "LicenceId": 1
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "BLLicenceHeader": {
    "LicenceId": 1,
    "LicenceNum": "sample string 2",
    "BatchNumber": "sample string 3",
    "LicenceStatusCode": "sample string 4",
    "LicenceStatusDesc": "sample string 5",
    "LicenceCode": "sample string 6",
    "LicenceCodeDesc": "sample string 7",
    "SealNumber": "sample string 8"
  },
  "BLCustomerHeader": {
    "BusinessName": "sample string 1",
    "BusinessPhone1": "sample string 2",
    "BusinessPhone2": "sample string 3",
    "BusinessAddress": "sample string 4",
    "BusinessEmail": "sample string 5",
    "LicenceeName": "sample string 6",
    "ContactName": "sample string 7",
    "ContactPhone1": "sample string 8",
    "ContactPhone2": "sample string 9",
    "ContactEmail": "sample string 10",
    "Description": "sample string 11",
    "CustomerNumber": "sample string 12",
    "CustomerStatusCode": "sample string 13",
    "CustomerStatusDesc": "sample string 14",
    "ClientCode": "sample string 15",
    "CustomerTypeCode": "sample string 16",
    "CustomerTypeDesc": "sample string 17",
    "ZoneCode": "sample string 18",
    "ZoneDesc": "sample string 19",
    "FolioNumber": "sample string 20",
    "LicenceTypeCode": "sample string 21",
    "LicenceTypeDesc": "sample string 22",
    "AmountOwing": 23.0,
    "UnappliedCredit": 24.0,
    "HomeOperator": "sample string 25",
    "MapNumber": "sample string 26",
    "SquareFootage": "sample string 27"
  }
}