curl --location '/customers/8/workAddresses' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerType": null,
"contact": {
"title": "Mr",
"firstName": "firstame-08-05-26-1630",
"lastName": "Ziemann",
"telephone": "931.864.0534 x570",
"mobile": "(208) 606-8645 x27842",
"email": "firstame-07-05-26-1310@yahoo.com"
},
"companyName": "Ullrich, Cremin and Friesen",
"addressLine1": "7272 S West Street",
"addressLine2": "Suite 172",
"addressLine3": "laboris cupidatat velit deserunt qui",
"town": "Williamworth",
"provinceID": 12,
"postcode": "08469-3720",
"vacant": "Yes",
"buildingTypeID": 10,
"UPRN": "cadfb6fe-f70c-4e05-b628-f7dd7efe32e8",
"hasAfterSalesCareBeenTurnedOn": false
}'{
"id": 0,
"createdByType": "string",
"createdByID": 0,
"createdByUser": "string",
"createdOnDateTime": "2019-08-24T14:15:22.123Z",
"lastUpdatedOnDateTime": "2019-08-24T14:15:22.123Z",
"type": "customer",
"customerType": 0,
"parentPropertyID": 0,
"contact": {
"id": "string",
"title": "string",
"firstName": "string",
"lastName": "string",
"telephone": "string",
"mobile": "string",
"email": "string"
},
"companyName": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"town": "string",
"province": "string",
"provinceID": 0,
"postcode": "string",
"latitude": "string",
"longitude": "string",
"accountingSystemReference": "stringstringstringst",
"vacant": "Yes",
"advertisingName": "string",
"advertisingID": 0,
"buildingType": "string",
"buildingTypeID": 0,
"priceBookName": "string",
"priceBookID": 0,
"creditorDays": "string",
"creditorsDayID": 0,
"UPRN": "string",
"links": {
"self": "string",
"parent": "string",
"assets": "string",
"contracts": "string",
"opportunities": "string",
"jobs": "string"
}
}