GET api/Customer/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Firstname | string |
None. |
|
| Lastname | string |
None. |
|
| CellPhone | string |
None. |
|
| string |
None. |
||
| Address | string |
None. |
|
| Gender | Gender |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| PromotionCode | Collection of PromotionCodeModel |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.