POST api/Order/PostCustomerInvoice

Request Information

URI Parameters

None.

Body Parameters

CustomerInvoice
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

InvoiceNumber

integer

None.

CustomerId

globally unique identifier

None.

Remarks

string

None.

InvoiceTotal

decimal number

None.

CreationDate

date

None.

Synced

boolean

None.

PaymentStatus

integer

None.

PaidDate

date

None.

DueDate

date

None.

OutletId

globally unique identifier

None.

TerminalId

globally unique identifier

None.

Deleted

boolean

None.

OrdersGuid

Collection of globally unique identifier

None.

PaidStatus

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "a08a1440-e91a-402e-a4e1-aa20a64b825e",
  "InvoiceNumber": 2,
  "CustomerId": "4e808d48-9c4e-41f2-aacc-f4af3f95852d",
  "Remarks": "sample string 4",
  "InvoiceTotal": 5.0,
  "CreationDate": "2024-05-17T19:42:02.0158566+02:00",
  "Synced": true,
  "PaymentStatus": 8,
  "PaidDate": "2024-05-17T19:42:02.0158566+02:00",
  "DueDate": "2024-05-17T19:42:02.0158566+02:00",
  "OutletId": "6da9630c-3ac8-4a59-92b3-e21ed4fad1df",
  "TerminalId": "9c5258b2-96b3-4e6f-9f0d-e2418ec17bcb",
  "Deleted": true,
  "OrdersGuid": [
    "7f01315a-4108-40d3-b3cd-e4c4215510c1",
    "52c45361-a2a1-4585-a23b-3984adcb056d"
  ],
  "PaidStatus": "Okänd"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.