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": "2c07bc45-c31c-45b1-9a3e-4865592bf543",
"ProductId": "14753e23-3ac4-4151-a267-222c6874fc59",
"StartDate": "2025-12-19T07:47:47.0920519+01:00",
"StopDate": "2025-12-19T07:47:47.0920519+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": "60b9adbe-b565-44e2-9889-5cae140274f6",
"ProductId": "c8e3e091-5fbf-40d1-8f38-c4a17ea2bf4f",
"StartDate": "2025-12-19T07:47:47.1076511+01:00",
"StopDate": "2025-12-19T07:47:47.1076511+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"
}
}