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.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
}