GET api/Contact/{id}
Get 1 Contact by id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Contact| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactId | integer |
None. |
|
| ContactType | integer |
None. |
|
| FullName | string |
None. |
|
| Mobile | string |
None. |
|
| Phone | string |
None. |
|
| string |
None. |
||
| LinkedCustomer | string |
None. |
|
| LinkedVendor | string |
None. |
|
| PositionType | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"contactId": 1,
"contactType": 2,
"fullName": "sample string 3",
"mobile": "sample string 4",
"phone": "sample string 5",
"email": "sample string 6",
"linkedCustomer": "sample string 7",
"linkedVendor": "sample string 8",
"positionType": 1
}