TECHCOMM API DOC
  1. POS Interface
Landing
  • Landing
  • POS Interface
    • CompPost
      POST
    • CompVoid
      POST
  1. POS Interface

CompVoid

Developing
POST
https://pos.tccontainer-qa.lesajeju.com//CompVoid

Request

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Bodyapplication/json

🟠400Bad Request
🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://pos.tccontainer-qa.lesajeju.com//CompVoid' \
--header 'Content-Type: application/json' \
--data '{
    "openCheckNum":"202601123"
}'
Response Response Example
200 - Example 1
{
    "result": "Success"
}
Previous
CompPost
Built with