POST api/Integrated/UpdateStaffQuitJob
Request Information
URI Parameters
None.
Body Parameters
SaveOrUpdateStaffQuitJob| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeCode | string |
None. |
|
| DateQuit | date |
None. |
|
| Note | string |
None. |
|
| ApiKeyCreate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeCode": "sample string 1",
"DateQuit": "2026-06-14T00:29:14.6520265+07:00",
"Note": "sample string 3",
"ApiKeyCreate": "sample string 4"
}
application/xml, text/xml
Sample:
<StaffModels.SaveOrUpdateStaffQuitJob xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Api.Models"> <ApiKeyCreate>sample string 4</ApiKeyCreate> <DateQuit>2026-06-14T00:29:14.6520265+07:00</DateQuit> <EmployeeCode>sample string 1</EmployeeCode> <Note>sample string 3</Note> </StaffModels.SaveOrUpdateStaffQuitJob>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />