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": "7a320186-cd4f-4cf0-8ced-754e90e1d009",
"ProductId": "adadf5af-8a09-4cac-8dfb-787c2303e3e5",
"StartDate": "2026-04-09T14:21:11.4460179+02:00",
"StopDate": "2026-04-09T14:21:11.4460179+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": "9c802615-aee5-42b8-9d2e-b09e57bb100c",
"ProductId": "8c5df485-c28d-4793-a7a7-e7373709b433",
"StartDate": "2026-04-09T14:21:11.6648045+02:00",
"StopDate": "2026-04-09T14:21:11.6648045+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"
}
}