POST api/orders
Request Information
URI Parameters
None.
Body Parameters
OrderNew| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| StopDate | date |
None. |
|
| CurrentOperator | string |
None. |
|
| InvoiceType | string |
None. |
|
| UTM | string |
None. |
|
| Customer | Customer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccessId": "d5e51224-1e11-4b6b-9aac-cd4371e85eab",
"ProductId": "8a4e76a9-800e-47d3-8334-54b0d034de50",
"StartDate": "2026-02-12T14:09:36.2375262+01:00",
"StopDate": "2026-02-12T14:09:36.2375262+01:00",
"CurrentOperator": "sample string 4",
"InvoiceType": "sample string 5",
"UTM": "sample string 6",
"Customer": {
"ClientCustomerNumber": "sample string 1",
"IsCompany": true,
"CompanyName": "sample string 3",
"Firstname": "sample string 4",
"Lastname": "sample string 5",
"SSN": "sample string 6",
"Phone": "sample string 7",
"Mobile": "sample string 8",
"Email": "sample string 9",
"StreetName": "sample string 10",
"StreetNumber": "sample string 11",
"ApartmentNumber": "sample string 12",
"Zipcode": "sample string 13",
"City": "sample string 14",
"COAddress": "sample string 15",
"InvoiceFirstName": "sample string 16",
"InvoiceLastName": "sample string 17",
"InvoiceStreetName": "sample string 18",
"InvoiceStreetNumber": "sample string 19",
"InvoiceApartmentNumber": "sample string 20",
"InvoiceZipcode": "sample string 21",
"InvoiceCity": "sample string 22"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OrderNew| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| StopDate | date |
None. |
|
| CurrentOperator | string |
None. |
|
| InvoiceType | string |
None. |
|
| UTM | string |
None. |
|
| Customer | Customer |
None. |
Response Formats
application/json, text/json
Sample:
{
"AccessId": "e5f710aa-e398-4afc-8ec8-e9f7ed7201cc",
"ProductId": "c1e0f27e-2e2a-4af1-9fdb-37e6fec5e930",
"StartDate": "2026-02-12T14:09:36.2531544+01:00",
"StopDate": "2026-02-12T14:09:36.2531544+01:00",
"CurrentOperator": "sample string 4",
"InvoiceType": "sample string 5",
"UTM": "sample string 6",
"Customer": {
"ClientCustomerNumber": "sample string 1",
"IsCompany": true,
"CompanyName": "sample string 3",
"Firstname": "sample string 4",
"Lastname": "sample string 5",
"SSN": "sample string 6",
"Phone": "sample string 7",
"Mobile": "sample string 8",
"Email": "sample string 9",
"StreetName": "sample string 10",
"StreetNumber": "sample string 11",
"ApartmentNumber": "sample string 12",
"Zipcode": "sample string 13",
"City": "sample string 14",
"COAddress": "sample string 15",
"InvoiceFirstName": "sample string 16",
"InvoiceLastName": "sample string 17",
"InvoiceStreetName": "sample string 18",
"InvoiceStreetNumber": "sample string 19",
"InvoiceApartmentNumber": "sample string 20",
"InvoiceZipcode": "sample string 21",
"InvoiceCity": "sample string 22"
}
}