POST api/BLGetCustomerHeader
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:
{
"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"
}
}