curl --location '/customers' \
--header '{{token}}: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjbGllbnRpZCI6MTkzMDAsImFwcGxpY2F0aW9udG9rZW4iOiJhbzItMjM5ODQtMDkyM2tqLTJvdTIzNCIsImV4cGlyZXNhdCI6bnVsbH0.bqM-bZoXuLwGSCRP7UFxKmA7EQrC-tVWe5I8SfuS9z0' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerType": null,
"contact": {
"firstName": "Major",
"lastName": "Heaney",
"telephone": "501.216.5238 x213",
"mobile": "(670) 643-3205 x65876",
"email": "Moshe16@hotmail.com"
},
"addressLine1": "619 W Main",
"addressLine2": "Suite 106",
"addressLine3": "velit cupidatat cillum",
"town": "West Markstead",
"provinceID": 14,
"postcode": "87241-5785",
"accountingSystemReference": "4bb2f695b-1444-4a9e-a048-1bceb52ca9f4",
"vacant": "No",
"advertisingID": 1,
"buildingTypeID": 1,
"priceBookID": 2,
"creditorsDayID": 1,
"hasAfterSalesCareBeenTurnedOn": false
}'{
"id": 0,
"createdByType": "string",
"createdByID": 0,
"createdByUser": "string",
"createdOnDateTime": "2019-08-24T14:15:22.123Z",
"type": "customer",
"customerType": 0,
"parentPropertyID": 0,
"status": "active",
"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,
"links": {
"self": "string",
"assets": "string",
"contracts": "string",
"opportunities": "string",
"jobs": "string"
}
}