- Authentication API
- Employee
- Get EmployeeGET
- Update EmployeePUT
- Get List EmployeesGET
- Get Employees List GET
- Get Mastertypes ListGET
- Get Name PrefixesGET
- Get Document TypesGET
- Update EmployeePOST
- Add Employee AttachmentPOST
- Update Employee AddressPOST
- Update Employee FamilyPOST
- Update Employee InformationPOST
- Update Employee ShiftsPOST
- Update Employee ContactPOST
- Update Employee EducationPOST
- Update Employee ExperiencePOST
- Update Employee CustomFieldPOST
- Delete EmployeePOST
- Get Employee ShiftsGET
- Get Employee RoleGET
- Get Employee Movement ListsGET
- Leave
- Master
- Payroll
- Attendance
- Welfare
- Time
- AppMan
- Asset
- Recruitment
Update status criminal checker
Developing
PUT
https://api.gofive.co.th/empeo/api/v1/criminal-checker/status
Request
Header Params
X-API-KEY-INTEGRATION-JOB
string
optional
Body Params application/json
ReferenceId
string
required
StatusCriminal
integer
required
4 พร้อมใช้งาน
ClientId
string
required
ClientSecret
string
required
Example
{
"ReferenceId": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
"StatusCriminal": 4,
"ClientId": "string",
"ClientSecret": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.gofive.co.th/empeo/api/v1/criminal-checker/status' \
--header 'X-API-KEY-INTEGRATION-JOB;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ReferenceId": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
"StatusCriminal": 4,
"ClientId": "string",
"ClientSecret": "string"
}'
Responses
🟢200OK
application/json
Body
status
object
required
code
string
required
description
string
required
data
object
required
message
string
required
message_EN
string
required
result
boolean
required
Example
{
"status": {
"code": "1000",
"description": "Success"
},
"data": {
"message": "อัพเดทข้อมูลสำเร็จ",
"message_EN": "Update Data successfully!",
"result": true
}
}
🟠400Bad Request
Modified at 2023-08-09 06:49:57