Customers
Create Customer
Customers
Create Customer
POST
/
Customers
{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}
Body
Response
401
text/plain
Unauthorized
The response is of type object
.
{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}