POST api/order/{id}/comment
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
Body Parameters
OrderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ShortUnique | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| PersonId | globally unique identifier |
None. |
|
| PersonName | string |
None. |
|
| Products | Collection of EntityDto |
None. |
|
| CampaignId | globally unique identifier |
None. |
|
| CampaignName | string |
None. |
|
| Updated | date |
None. |
|
| Status | integer |
None. |
|
| StatusName | string |
None. |
|
| OrderLines | Collection of OrderLineDto |
None. |
|
| Postage | PriceDto |
None. |
|
| Price | PriceDto |
None. |
|
| Created | date |
None. |
|
| Recurring | boolean |
None. |
|
| FullfillmentCompany | string |
None. |
|
| FulfillmentId | string |
None. |
|
| PaymentId | string |
None. |
|
| PaymentCompany | string |
None. |
|
| Comment | string |
None. |
|
| DeliveryMethod | string |
None. |
|
| PaymentCompanySubscriptionId | string |
None. |
|
| StatusDto | StatusDto |
None. |
|
| CampaignCode | string |
None. |
|
| Campaign | EntityDto |
None. |
|
| FromCart | globally unique identifier |
None. |
|
| IsExternalOrder | boolean |
None. |
|
| FulfillmentDate | date |
None. |
|
| FulfillmentDeliveryDate | date |
None. |
|
| CaptureDate | date |
None. |
|
| PaidDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"shortUnique": "sample string 1",
"id": "3ae2f6ac-a7b9-410e-b71d-df0a1ff6751d",
"personId": "dbf2f616-ec64-428f-b8b8-4316f7141765",
"personName": "sample string 3",
"products": [
{
"id": "1766d011-71ef-4271-bcd5-5cf95c8483cc",
"name": "sample string 2",
"type": "sample string 3"
},
{
"id": "1766d011-71ef-4271-bcd5-5cf95c8483cc",
"name": "sample string 2",
"type": "sample string 3"
}
],
"campaignId": "5cebcd38-a6d3-4858-879d-4a1d3aaaaab2",
"campaignName": "sample string 4",
"updated": "2026-04-07T14:25:42.4185081+02:00",
"status": 6,
"statusName": "sample string 7",
"orderLines": [
{
"id": "8aaf1abc-99bf-48f6-b69f-a96bb3fb9619",
"type": "sample string 2",
"count": 3.0,
"price": {
"id": "9a20078c-4432-4406-b90a-47835c12732e",
"amount": 1.0,
"currency": "sample string 2",
"productId": "fffd4dd6-08d7-4926-b2dc-c689f42bfe3c",
"symbol": "sample string 3",
"isSymbolBefore": true
},
"names": [
"sample string 1",
"sample string 2"
],
"updated": "2026-04-07T14:25:42.428417+02:00",
"created": "2026-04-07T14:25:42.428417+02:00",
"campaignName": "sample string 6",
"campaignId": "dec5be3c-c628-45f1-883b-810754144e09",
"productName": "sample string 7",
"productId": "d7afb1ba-487e-4f9b-902e-8d8cdcc79ec8",
"recurring": true
},
{
"id": "8aaf1abc-99bf-48f6-b69f-a96bb3fb9619",
"type": "sample string 2",
"count": 3.0,
"price": {
"id": "9a20078c-4432-4406-b90a-47835c12732e",
"amount": 1.0,
"currency": "sample string 2",
"productId": "fffd4dd6-08d7-4926-b2dc-c689f42bfe3c",
"symbol": "sample string 3",
"isSymbolBefore": true
},
"names": [
"sample string 1",
"sample string 2"
],
"updated": "2026-04-07T14:25:42.428417+02:00",
"created": "2026-04-07T14:25:42.428417+02:00",
"campaignName": "sample string 6",
"campaignId": "dec5be3c-c628-45f1-883b-810754144e09",
"productName": "sample string 7",
"productId": "d7afb1ba-487e-4f9b-902e-8d8cdcc79ec8",
"recurring": true
}
],
"postage": {
"id": "9a20078c-4432-4406-b90a-47835c12732e",
"amount": 1.0,
"currency": "sample string 2",
"productId": "fffd4dd6-08d7-4926-b2dc-c689f42bfe3c",
"symbol": "sample string 3",
"isSymbolBefore": true
},
"price": {
"id": "9a20078c-4432-4406-b90a-47835c12732e",
"amount": 1.0,
"currency": "sample string 2",
"productId": "fffd4dd6-08d7-4926-b2dc-c689f42bfe3c",
"symbol": "sample string 3",
"isSymbolBefore": true
},
"created": "2026-04-07T14:25:42.4289373+02:00",
"recurring": true,
"fullfillmentCompany": "sample string 10",
"fulfillmentId": "sample string 11",
"paymentId": "sample string 12",
"paymentCompany": "sample string 13",
"comment": "sample string 14",
"deliveryMethod": "sample string 15",
"paymentCompanySubscriptionId": "sample string 16",
"statusDto": {
"id": 1,
"name": "sample string 2",
"readableName": "sample string 3",
"type": "sample string 4",
"color": "sample string 5"
},
"campaignCode": "sample string 17",
"campaign": {
"id": "1766d011-71ef-4271-bcd5-5cf95c8483cc",
"name": "sample string 2",
"type": "sample string 3"
},
"fromCart": "5d93c38b-b783-4d38-97f8-9bc6dd1ec75f",
"isExternalOrder": true,
"fulfillmentDate": "2026-04-07T14:25:42.4293176+02:00",
"fulfillmentDeliveryDate": "2026-04-07T14:25:42.4293176+02:00",
"captureDate": "2026-04-07T14:25:42.4293176+02:00",
"paidDate": "2026-04-07T14:25:42.4293176+02:00"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.