CRM Customer POST
POST /api/account/{account}/accounting/{platform}/{id}/crm/customer
Gets or creates a Customer.
URL Parameters
account* | Account | |
---|---|---|
platform* | Connection Platform | |
id* | Connection ID |
Request Body
name | string | |
---|---|---|
companyNumber | string | |
taxNumber | string | |
string | ||
phone | string | |
address | object |
Responses
200 OK
id | string | |
---|---|---|
name | string | |
companyNumber | string | |
taxNumber | string | |
string | ||
phone | string | |
address | object |
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error
Example Success Response
{
"id": "string",
"name": "string",
"companyNumber": "string",
"taxNumber": "string",
"email": "string",
"phone": "string",
"address": null
}