Retrieve Account Discount Information
GET/api/v1/accounts/:id/discount
Fetches discount details for a specified account ID. Optional parameters such as discount number, third party, start date, and end date can be provided to filter the discount information.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Discount information retrieved successfully
Invalid request parameters
Unauthorized access
Forbidden: You do not have permission to access this resource
Resource not found
Internal server error