GET api/Customers/{senderZipCode}/{recipZipCode}?id={id}

Get Customer DTO from Customer ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

senderZipCode

string

None.

recipZipCode

string

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.