Create billAsk AIpost https://restapi.rev.io/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)NORMALCHILDPARENTAllowed: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.truefalseitemize_local_callsbooleanIndicates if local calls should be listed out.truefalseno_paper_bill_feebooleanIndicates if a no paper bill fee is applied.truefalseis_final_billbooleanIndicates if this bill is final.truefalsedue_datedate-timeSpecify when bill is due.usage_start_datedate-timeWhen to begin including usage.usage_end_datedate-timeWhen to stop including usage.MetadataacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 201Created 400BadRequest 500InternalServerErrorUpdated 7 months ago