GET api/customers/{id}

Get customer by ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

ID of the customer

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

CustomerDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

Required

Max length: 50

Response Formats

application/json, text/json

Sample:
{
  "Id": "84f81443-2661-4c4f-bd03-18bc7f43fa7f",
  "Name": "sample string 2"
}