v1
latestOpenAPI 3.0.1Apache 2.02026-07-26401961.7 KBSuppliers
Save business supplier
Save business supplier
post/suppliers
Request body
Example request
{
"supplier_name": "John Doe Inc.",
"supplier_tin": "P012345678P",
"email": "accounts@johndoeinc.com",
"phone": "+254712345678"
}Response
Success
Example response
{
"id": "supplier_01JS16JDB2B5ESZ8HWJ3CBYP5Y",
"supplier_name": "John Doe Inc",
"email": "accounts@johndoeinc.com",
"phone": "+254712345678",
"supplier_tin": "P012345678P",
"taxpayer_type": "INDIVIDUAL",
"invoicing": {
"reverse_invoice_type": "REGULAR",
"reverse_invoice_authorisation": "IMPLICIT"
}
}