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": "93990406-36ff-449d-a14e-2e6e4e669481", "InvoiceNumber": 2, "CustomerId": "f54066a7-4107-4bae-b0c2-3ad253d2a775", "Remarks": "sample string 4", "InvoiceTotal": 5.0, "PaymentStatus": 6, "PaidDate": "2025-04-04T05:27:12.4338802+02:00", "DueDate": "2025-04-04T05:27:12.4338802+02:00", "EmailSent": true, "SentDate": "2025-04-04T05:27:12.4338802+02:00", "OutletId": "8325a06b-7db4-4462-a51b-5f405311a8b8", "TerminalId": "54bbf54b-41f4-400c-910d-d16ff5ae489c", "ForeignInvoiceNumber": 10, "Deleted": true, "ExportStatus": 12, "ExportError": "sample string 13", "CreationDate": "2025-04-04T05:27:12.4338802+02:00", "Synced": true, "OrdersGuid": [ "4ebdab8c-ccee-4a95-85b6-946b5a241c9e", "79672028-3119-41fc-9884-9e660ba40b1e" ], "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.