GET api/Customer/{customerNo}

Endpoint to get a given customer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerNo

CustomerNo

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResponseOfGetCustomerDto
NameDescriptionTypeAdditional information
Item

Collection of GetCustomerDto

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.