Create Billing
Environment
URL Endpoint
Request Create Billing
Parameter
Data Type
M/O/C
Description
{
"service_id" : "1"
"transaction_number" : "145398922822777",
"billing_total" : "10000",
"billing_date" : "2020-11-30 10:50:00",
"billing_due_date" : "2020-12-20 10:50:00",
"billing_notes" : "Food Bill",
"items" : [
{
"item_name": "Chicken",
"qty": "2",
"item_amount": "2500"
},
{
"item_name": "Duck",
"qty": "1",
"item_amount": "5000"
}
],
"billing_language" : "ID",
"customer_name" : "John Doe",
"customer_email" : "[email protected]",
"customer_phone" : "087884398009",
"customer_address" : "Jalan pintu air",
"signature" : "3b15aa993c3ff270ab718f4fcf66046f24c2591b",
"static_va_no" : "8985991234567891"
}Response Create Billing
Parameter
Data Type
M/O/C
Description
Last updated