POST api/Notification/ProfileChangesNotification
Request Information
URI Parameters
None.
Body Parameters
ProfileChangeEnt| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | integer |
None. |
|
| EmployeeEmail | string |
None. |
|
| Employee | User |
None. |
|
| PropertyName | string |
None. |
|
| PropertyNewValue | string |
None. |
|
| PropertyOldValue | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeId": 1,
"EmployeeEmail": "sample string 2",
"Employee": null,
"PropertyName": "sample string 3",
"PropertyNewValue": "sample string 4",
"PropertyOldValue": "sample string 5"
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |