GET CustomerAdditionalContactOptions/Get/{id}
Request Information
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Customer Additional Contact Option DTO| Name | Type | Additional information | Description |
|---|---|---|---|
| ID | integer |
None. |
|
| CompanyId | integer |
None. |
|
| CustomerAdditionalContactDetailId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"CompanyId": 2,
"CustomerAdditionalContactDetailId": 3
}