POST api/staff/staffupdate
Request Information
URI Parameters
None.
Body Parameters
StaffUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| StaffId | string |
None. |
|
| StaffName | string |
None. |
|
| StaffMobile | string |
None. |
|
| StaffSecondaryPhone | string |
None. |
|
| StaffBirthday | string |
None. |
|
| StaffAnniversary | string |
None. |
|
| StaffAddress | string |
None. |
|
| StaffEmail | string |
None. |
|
| StaffType | string |
None. |
|
| ModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StaffId": "sample string 1",
"StaffName": "sample string 2",
"StaffMobile": "sample string 3",
"StaffSecondaryPhone": "sample string 4",
"StaffBirthday": "sample string 5",
"StaffAnniversary": "sample string 6",
"StaffAddress": "sample string 7",
"StaffEmail": "sample string 8",
"StaffType": "sample string 9",
"ModifiedBy": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.