Gofive OpenAPI
empeo
VenioeTaxGo
empeo
VenioeTaxGo
  1. Achievement
  • 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 Contact
      POST
    • Update Employee Education
      POST
    • Update Employee Experience
      POST
    • Update Employee CustomField
      POST
    • Delete Employee
      POST
    • Get Employee Role
      GET
    • Get Employee Movement Lists
      GET
  • Master
    • Get Organizations
      GET
    • Get CustomField
      GET
    • Get Holiday
      GET
    • Get MasterSetup
      GET
  • Shifts
    • Get Shift Details
      GET
    • Update Employee Shifts
      POST
    • Get Employee Shifts
      GET
    • Swap Employee Shifts
      POST
  • Authentication API
    • Authorization
  • Leave
    • Get Employee Documents
  • 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
    • Send Email Notification when completed
  • Asset
    • Get Asset list
    • Update Asset
    • Get Employee Assets
  • Recruitment
    • Get Candidate
    • Migrate Match AI Score
    • Get Recruitment หน้าหลัก
  • Goals
    • Update KPI
  • Position (Emconnect)
    • Get PositionAvailable
    • Get Total PositionAvailable
  • CompanyProfile (Emconnect)
    • Get CompanyProfile (career site)
  • Learn
    • GetCourse
  • Praise
    • GetEmployeePraisesByEmployeeNoAsync
    • GetPraiseTypesAsync
    • CreatePraiseRewardManagerAsync
  • Achievement
    • GetEmployeeAchievementsByEmployeeNoAsync
      GET
    • CreateAchievementCardAsync
      POST
    • CreateAchievementAwardDocumentAsync
      POST
empeo
VenioeTaxGo
empeo
VenioeTaxGo
  1. Achievement

CreateAchievementAwardDocumentAsync

POST
https://api.gofive.co.th/api/v1/achievements/award-document
ออกเอกสารมอบ Achievement ให้หลายผู้รับพร้อมกัน

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Body Params application/jsonRequired

Example
{
    "companyName": "string",
    "achievementName": "string",
    "receiverEmployeeNo": [
        "string"
    ],
    "description": "string",
    "isOfferToken": true,
    "offerTokenName": "string",
    "offerTokenAmount": 0,
    "isOfferReward": true,
    "offerRewardName": "string",
    "attachments": [
        {
            "engageTransactionId": 0,
            "attachmentNo": 0,
            "attachmentMimeType": "string",
            "attachmentFilename": "string",
            "attachmentSize": 0,
            "attachmentURL": "string",
            "attachmentThumbnailURL": "string"
        }
    ]
}

Request Code 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 POST 'https://api.gofive.co.th/api/v1/achievements/award-document' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "companyName": "string",
    "achievementName": "string",
    "receiverEmployeeNo": [
        "string"
    ],
    "description": "string",
    "isOfferToken": true,
    "offerTokenName": "string",
    "offerTokenAmount": 0,
    "isOfferReward": true,
    "offerRewardName": "string",
    "attachments": [
        {
            "engageTransactionId": 0,
            "attachmentNo": 0,
            "attachmentMimeType": "string",
            "attachmentFilename": "string",
            "attachmentSize": 0,
            "attachmentURL": "string",
            "attachmentThumbnailURL": "string"
        }
    ]
}'

Responses

🟢200
application/json
Success response
Body

Example
{
    "statusCode": 0,
    "message": "string",
    "error": "string",
    "errorList": {
        "docNo": "string",
        "documentStatus": 0,
        "totalReceivers": 0
    },
    "totals": 0,
    "data": {
        "docNo": "string",
        "documentStatus": 0,
        "totalReceivers": 0
    }
}
🟠400
🟠403
🔴500
Modified at 2026-01-30 08:44:20
Previous
CreateAchievementCardAsync
Built with