Skip to main content
POST
/
Customers
cURL
curl --request POST \
  --url https://api.example.com/Customers \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "number": "<string>",
  "addressLine1": "<string>",
  "addressLine2": "<string>",
  "city": "<string>",
  "country": "<string>",
  "postalCode": "<string>"
}
'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Body

name
string | null
number
string | null
addressLine1
string | null
addressLine2
string | null
city
string | null
country
string | null
postalCode
string | null

Response

Unauthorized

type
string | null
title
string | null
status
integer<int32> | null
detail
string | null
instance
string | null
{key}
any