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": "24b050fc-d6f8-4de9-bddd-4e2c238e9c35",
"ProductId": "f41f4518-74b6-4fb5-9ebf-47c19964988b",
"StartDate": "2026-06-04T15:43:51.7978601+02:00",
"StopDate": "2026-06-04T15:43:51.7978601+02: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": "b6cf0ae0-df5f-4fb8-809c-257eb890979a",
"ProductId": "c6aae2cd-66d4-4bf6-9b77-88ce4f4a4b28",
"StartDate": "2026-06-04T15:43:52.0009812+02:00",
"StopDate": "2026-06-04T15:43:52.0009812+02: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"
}
}