GET api/Contacts/{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. |
|
| ReferenceId | integer |
None. |
|
| ContactNumber | string |
None. |
|
| ContactName | string |
None. |
|
| ContactNotes | string |
None. |
|
| Gender | string |
None. |
|
| Location | string |
None. |
|
| IsActive | boolean |
None. |
|
| Contact1 | Contact |
None. |
|
| Contact2 | Contact |
None. |
Response Formats
application/json, text/json
Sample:
{
"ContactId": 1,
"ReferenceId": 1,
"ContactNumber": "sample string 2",
"ContactName": "sample string 3",
"ContactNotes": "sample string 4",
"Gender": "sample string 5",
"Location": "sample string 6",
"IsActive": true
}