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