GET api/Customers/{id}?locationId={locationId}

Get Customer by Id

Request Information

Allows access to child location using parent company token, in this case use location id parameter

URI Parameters

NameDescriptionTypeAdditional information
id

Customer Id

integer

Required

locationId

integer

None.

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.