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": "83fefb88-85f5-4660-8a36-b2f78aa67f91",
"ProductId": "729ea87e-4b19-4e2e-bc59-aca40470041d",
"StartDate": "2026-09-24T14:53:03.073218+02:00",
"StopDate": "2026-09-24T14:53:03.073218+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": "9aa8b9a6-688e-4d7e-a25f-6fbc9bcaadc3",
"ProductId": "404ecb21-8fd3-4981-8d49-c8bc5196d673",
"StartDate": "2026-09-24T14:53:03.0888455+02:00",
"StopDate": "2026-09-24T14:53:03.0888455+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"
}
}