Skip to main content
POST
Create Bill From Purchase Order

Path Parameters

po_id
string
required

Body

application/json
billNumber
string | null
billType
string | null
supplierId
string | null
dueDate
string | null
status
string | null
notes
string | null
subtotal
number | null
taxRate
number | null
taxAmount
number | null
totalAmount
number | null
paidAmount
number | null
remainingBalance
number | null
currency
string | null
managementAccountId
string | null
sourceOfFunds
string | null

Response

Successful Response

id
string
required
billNumber
string | null
status
string | null
totalAmount
number | null
createdAt
string | null