Charge
Responses
Request Body
{
"company_id": "8490006340",
"booking_id": "450"
}
Responses
Request Body
"company_id": "8490006340",
"charges":[
{
"description": "first charge",
"booking_id": "450",
"amount": "50.00",
"charge_type_id": "8490024049",
"selling_date": "2020-06-25"
},
{
"description": "daily charge",
"booking_id": "450",
"amount": "50.00",
"charge_type_id": "8490024049",
"selling_date": "2020-06-25"
}
]
}
Last updated