logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
JEagleton  
#1 Posted : Monday, March 31, 2025 7:13:39 PM(UTC)
JEagleton

Rank: Newbie

Groups: Registered
Joined: 3/31/2025(UTC)
Posts: 1
United States
Location: Atlanta

Can the API assign the next invoice number automatically?

When sending a simple invoice (below). It will return 'InvoiceNumber is required.'

Must I generate a unique invoice number myself or is there a way the API can do this?

Thanks...

POST /api/centerpoint/arinvoices

{
"companyId": "123",
"customerId": "456",
"date": "03-31-2025",
"invoiceNumber": "",
"amount": "3.4",
"lines": [
{
"salesItemId": "789",
"quantity": "1",

"unitPrice": "3.4",
"notes": "a note"
}
]
}
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.