Employee Discount Limit
Function Description
Increases or decreases an employee's remaining discount limit amount.
Detailed Description
An exception occurs if the member number is not a member or not an employee.
(Error code: 6101)
When increasing, if the remaining amount would exceed the limit, the remaining amount is saved as the limit amount.
When decreasing, an exception occurs if the remaining amount would become less than 0 won.
(Error code: 6102)
Saves the history of increases and decreases.
Required value list
Member No.
Mileage use/accrual type code 10 or 20
Order No.
Notes
This API is blocked from external access and can only be accessed from internal servers.
Revision History
Release v1.03_231106: Initial development of employee discount limit
Header parameters
AuthorizationanyOptional
Access Token
Body
anyOptional
Responses
200
Success
No content
900
Business processing error details
*/*
post/v1/staff/dcLimIncDec
POST /api/member/v1/staff/dcLimIncDec HTTP/1.1
Host: api-member.x2bee.com/
Content-Type: application/json
Accept: */*
No content
Last updated