GET api/Customers/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

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": "f756a2a9-a632-4f4d-b105-56143665da50",
  "name": "sample string 2",
  "phone": "sample string 3",
  "email": "sample string 4",
  "dateCreated": "2026-03-20T18:41:48.3217004+00:00"
}

text/html

Sample:
{"customerId":"f756a2a9-a632-4f4d-b105-56143665da50","name":"sample string 2","phone":"sample string 3","email":"sample string 4","dateCreated":"2026-03-20T18:41:48.3217004+00:00"}