Version: 1.4
The company name.
This is a unique identifier.
VAT ID or personal identification ID if private client. If not provided an UUID v4 will be generated and used.
{
"name": "Edge Branding",
"customer_number": "101498",
"sap_customer_number": "4300009915",
"parent_customer_number": "",
"customer_group": "ZL10",
"identification_number": "980429849",
"street_address": "Dokkvegen 11",
"postal_code": "3920",
"postal_area": "Porsgrunn",
"email": "hei@edgebranding.no",
"mobile": "90099000",
"phone": "35505000"
}
{
"status": "OK"
}
Response code 409 if the user already exists, and 422 if the request does not validate.
This field must contain SAP Customer Number.
The company name.
VAT ID or personal identification ID if private client.
{
"name": "Edge Branding AS",
"identification_number": "980429849",
"street_address": "Dokkvegen 11",
"postal_code": "3920",
"postal_area": "Porsgrunn",
"email": "hei@edgebranding.no",
"mobile": "90099000",
"phone": "35505000",
"parent_customer_number": "4300009915",
"customer_group": "ZL10"
}
{
"status": "OK"
}
Response code 404 if customer could not be found or 400 if customer number not specified. Response code 422 if the request does not validate.