Create billAsk AIpost https://api.revioapi.com/v1/BillsCreate a new bill.Body ParamsThe bill to create.customer_idint32Primary identifier of customer to create this bill for.bill_typestringenumType of bill created (NORMAL, PARENT, CHILD)NORMALNORMALCHILDPARENTAllowed:NORMALCHILDPARENTchild_customer_idsarray of int32sList of child customer accounts to include on parent account's bill.child_customer_idsADD int32include_unbilled_usagebooleanIndicates if any unbilled usage should be included.truetruefalseitemize_local_callsbooleanIndicates if local calls should be listed out.truetruefalseno_paper_bill_feebooleanIndicates if a no paper bill fee is applied.truetruefalseis_final_billbooleanIndicates if this bill is final.truetruefalsedue_datedate-timeSpecify when bill is due.usage_start_datedate-timeWhen to begin including usage.usage_end_datedate-timeWhen to stop including usage.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 201Created 400BadRequest 500InternalServerErrorUpdated 6 months ago