The Sales proforma invoices API is a background functionality of a web client at Profit365 > Sales > Proforma invoices.
Content:
Resource information
Url |
https://api.profit365.eu/1.6/warehouses/receipt-cards
|
Authentication |
required
|
Access level |
company
|
Response |
JSON / XML
|
Class |
Business entity
|
List receipt cards
Url |
https://api.profit365.eu/1.6/warehouses/receipt-cards/{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/warehouses/receipt-cards/1 |
Get receipt card
Url |
https://api.profit365.eu/1.6/warehouses/receipt-cards/{id} |
Method |
GET |
Params |
{ID} required |
A ID of the invoice. Type: GUID
|
|
Example |
https://api.profit365.eu/1.6/warehouses/receipt-cards/{id} |
Create new receipt card
Url |
https://api.profit365.eu/1.6/warehouses/receipt-cards |
Method |
POST |
Content |
The invoice data |
Example |
https://api.profit365.eu/1.6/warehouses/receipt-cards |
Update receipt card
An existing receipt card 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/warehouses/receipt-cards/{id} |
Method |
PUT |
Params |
{ID} required |
A ID of the invoice. Type: GUID |
|
Content |
An updated receipt card data. |
Example |
https://api.profit365.eu/1.6/warehouses/receipt-cards/1d3928aa-2084-4bd9-85da-09ead4fd198f |
-
Pubished at
10/6/2020 12:32:24 PM
-
Last edited
10/6/2020 12:35:53 PM
Back to top ↑