Gofive OpenAPI
empeoVenioeTaxGo
empeoVenioeTaxGo
  1. AppMan
  • Authentication API
    • Authorization
      POST
  • Employee
    • Get Employee
      GET
    • Update Employee
      PUT
    • Get List Employees
      GET
    • Get Employees List
      GET
    • Get Mastertypes List
      GET
    • Get Name Prefixes
      GET
    • Get Document Types
      GET
    • Update Employee
      POST
    • Add Employee Attachment
      POST
    • Update Employee Address
      POST
    • Update Employee Family
      POST
    • Update Employee Information
      POST
    • Update Employee Shifts
      POST
    • Update Employee Contact
      POST
    • Update Employee Education
      POST
    • Update Employee Experience
      POST
    • Update Employee CustomField
      POST
    • Delete Employee
      POST
    • Get Employee Shifts
      GET
    • Get Employee Role
      GET
    • Get Employee Movement Lists
      GET
  • Leave
    • Get Employee Documents
      POST
  • Master
    • Get Organizations
      GET
    • Get CustomField
      GET
    • Get Holiday
      GET
    • Get MasterSetup
      GET
    • Get Shift Details
      GET
  • Payroll
    • Create Loan
    • Get Loan (Draft)
    • Get Cost Center
    • Get Financial Transactions
    • Update Financial Transactions
  • Attendance
    • Get Time Attendance
    • Get Time Attendances Lite
  • Welfare
    • Get Shuttle Buses
    • Get Passengers
  • Time
    • Workin
    • Get Employee WorkIn Site
    • Get Timestamps
    • Get TimeStamp Attachments
    • Get Workin Sites
    • Get IOMO Logs
    • Add Timestamps
  • AppMan
    • Update status criminal checker
      PUT
    • Send Email Notification when completed
      GET
  • Asset
    • Get Asset list
    • Update Asset
    • Get Employee Assets
  • Recruitment
    • Get Candidate
  1. AppMan

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
ขอจากทาง empeo
Body Params application/json
ReferenceId
string 
required
จะได้รับจาก email
StatusCriminal
integer 
required
2 รอตรวจสอบ
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
Previous
Add Timestamps
Next
Send Email Notification when completed
Built with