POST api/Customers

Request Information

URI Parameters

None.

Body Parameters

Customer
NameDescriptionTypeAdditional information
customerId

globally unique identifier

None.

name

string

None.

phone

string

None.

email

string

None.

dateCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "customerId": "f9b006ba-a94c-483e-b7f7-8dc55056edf7",
  "name": "sample string 2",
  "phone": "sample string 3",
  "email": "sample string 4",
  "dateCreated": "2026-03-20T18:37:16.3081773+00:00"
}

text/html

Sample:
{"customerId":"f9b006ba-a94c-483e-b7f7-8dc55056edf7","name":"sample string 2","phone":"sample string 3","email":"sample string 4","dateCreated":"2026-03-20T18:37:16.3081773+00:00"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Customer
NameDescriptionTypeAdditional information
customerId

globally unique identifier

None.

name

string

None.

phone

string

None.

email

string

None.

dateCreated

date

None.

Response Formats

application/json, text/json

Sample:
{
  "customerId": "a4da8923-2065-418c-9995-95d4677df8b3",
  "name": "sample string 2",
  "phone": "sample string 3",
  "email": "sample string 4",
  "dateCreated": "2026-03-20T18:37:16.3081773+00:00"
}

text/html

Sample:
{"customerId":"a4da8923-2065-418c-9995-95d4677df8b3","name":"sample string 2","phone":"sample string 3","email":"sample string 4","dateCreated":"2026-03-20T18:37:16.3081773+00:00"}