π΅Billing
Billing λ±λ‘ / νΈμ§ API
Request Body
Name
Type
Description
{
"code": 201,
"message": "Information was successfully saved",
"dev_message": "created",
"data": []
}{
"organization_uid": "098f6bcd-4621-d373-cade-4e832627b4f6",
"invoice_no": "INV_231025",
"billing_date": "2023-10-10",
"currency": "KOR",
"claim_amount": 1111.55,
"tax": 1000,
"amount_due": 600000,
"installment_list": "[{\"round\":1,\"payment_date\":\"2023-11-21\",\"paid\":300000.0},{\"round\":2,\"payment_date\":\"2023-11-21\",\"paid\":150000.0}]",
"billing_uid": "df202a16-fad8-15b2-8d0d-f1d67e4213da" //Update μ μΆκ°
}{
"code": 200,
"message": "Information was successfully saved",
"dev_message": "ok",
"data": []
}Intermediary Contract λ±λ‘ / νΈμ§ API
Request Body
Name
Type
Description
Billing list API
Request Body
Name
Type
Description
Last updated