Skip to content
DigiLEAN Connect
Search
K
Main Navigation
Docs
Version 1
Version 2
Examples
Enterprise
Appearance
Menu
Return to top
Customer Create
POST
/v1/Customers
Create new customer
Request Body
application/json
Schema
JSON
object
customerNumber
string
Required
Min Length
1
name
string
Required
Min Length
1
Responses
200
OK
Content-Type
application/json
Schema
JSON
JSON
{
"customerNumber"
:
"string"
,
"name"
:
"string"
}
POST
/v1/Customers