POST api/Order/PostCustomerInvoice
Post Customer Inocise
Request Information
URI Parameters
None.
Body Parameters
Inoice model with list of orders linke with invoice
CustomerInvoiceName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
InvoiceNumber | integer |
None. |
|
CustomerId | globally unique identifier |
None. |
|
Remarks | string |
None. |
|
InvoiceTotal | decimal number |
None. |
|
PaymentStatus | integer |
None. |
|
PaidDate | date |
None. |
|
DueDate | date |
None. |
|
EmailSent | boolean |
None. |
|
SentDate | date |
None. |
|
OutletId | globally unique identifier |
None. |
|
TerminalId | globally unique identifier |
None. |
|
ForeignInvoiceNumber | integer |
None. |
|
Deleted | boolean |
None. |
|
ExportStatus | integer |
None. |
|
ExportError | string |
Max length: 500 |
|
CreationDate | date |
None. |
|
Synced | boolean |
None. |
|
OrdersGuid | Collection of globally unique identifier |
None. |
|
PaidStatus | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "5dac6187-5946-4f97-8430-d681265c3494", "InvoiceNumber": 2, "CustomerId": "10d92482-ffbf-483d-906e-163577581d37", "Remarks": "sample string 4", "InvoiceTotal": 5.0, "PaymentStatus": 6, "PaidDate": "2025-07-03T23:10:51.904754+02:00", "DueDate": "2025-07-03T23:10:51.904754+02:00", "EmailSent": true, "SentDate": "2025-07-03T23:10:51.904754+02:00", "OutletId": "f447e696-783c-4794-9b55-7ee65777a526", "TerminalId": "261374f7-9932-49d3-918e-8e41b8284c21", "ForeignInvoiceNumber": 10, "Deleted": true, "ExportStatus": 12, "ExportError": "sample string 13", "CreationDate": "2025-07-03T23:10:51.904754+02:00", "Synced": true, "OrdersGuid": [ "7af940d5-1afa-40f1-8e7b-635f86d25985", "ecbf84f6-a103-40d8-9ed1-8eb8404b217e" ], "PaidStatus": "Okänd" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.