POST api/Personnel/EmergencyContactSave
Request Information
URI Parameters
None.
Body Parameters
EmergencyContactModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmergencyContactID | integer |
None. |
|
| PersonnelID | integer |
None. |
|
| ContactName | string |
None. |
|
| Relationship | string |
None. |
|
| ContactPhone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmergencyContactID": 1,
"PersonnelID": 2,
"ContactName": "sample string 3",
"Relationship": "sample string 4",
"ContactPhone": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OperationResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultType | OperationResultType |
None. |
|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| LogMessage | string |
None. |
|
| AppendData | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.