/v1/collector/debt/transaction
Testing
GET
https://uat-api.wellnessliving.io/v1/collector/debt/transaction
Request
id_region
(query parameter): The ID of the region for which the debt transactions are being retrieved.k_business
(query parameter): The key of the business for which the debt transactions are being retrieved.Response
a_transaction
(array): An array of debt transactions for the specified region and business.status
(string): The status of the response.s_version
(string): The version of the response.{
"type": "object",
"properties": {
"a_transaction": {
"type": "array"
},
"status": {
"type": "string"
},
"s_version": {
"type": "string"
}
},
"additionalProperties": false
}
Request
Query Params
id_region
string
required
Example:
2
k_business
string
required
Example:
49197