The Purchase proforma invoices API is a background functionality of a web client at Profit365 > Purchase > Proforma invoices.
Content:
Resource information
Url |
https://api.profit365.eu/1.6/purchase/proforma-invoices
|
Authentication |
required
|
Access level |
company
|
Response |
JSON / XML
|
Class |
Business entity
|
List invoices
Url |
https://api.profit365.eu/1.6/purchase/proforma-invoices/{page} |
Method |
GET |
Params |
{page} optional |
A page number of result set. Default page number is 1 and default page size is 50. |
|
Example |
https://api.profit365.eu/1.6/purchase/proforma-invoices/1 |
Get invoice
Url |
https://api.profit365.eu/1.6/purchase/proforma-invoices/{id} |
Method |
GET |
Params |
{ID} required |
A ID of the invoice. Type: GUID
|
|
Example |
https://api.profit365.eu/1.6/purchase/proforma-invoices/{id} |
Create new invoice
Url |
https://api.profit365.eu/1.6/purchase/proforma-invoices |
Method |
POST |
Content |
The invoice data |
Example |
https://api.profit365.eu/1.6/purchase/proforma-invoices/ |
Update invoice
An existing invoice can be updated, if its business state allows such operation. When updating an invoice, submit all the data, not just fields that have changed.
Url |
https://api.profit365.eu/1.6/purchase/proforma-invoices/{id} |
Method |
PUT |
Params |
{ID} required |
A ID of the invoice. Type: GUID |
|
Content |
An updated invoice data. |
Example |
https://api.profit365.eu/1.6/purchase/invoices/7a4d28c5-1947-493f-bb41-2efdb43c7d8b |
-
Pubished at
10/6/2020 11:50:15 AM
-
Last edited
10/6/2020 11:53:55 AM
Back to top ↑