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": "52a0bf5a-4f8a-4679-acc2-4f33f43fd8f9",
"personId": "14c8bcd7-6a29-4cb3-ae49-f2499e5f336c",
"personName": "sample string 3",
"products": [
{
"id": "df6462f9-491a-4279-96b4-90fcbcdce199",
"name": "sample string 2",
"type": "sample string 3"
},
{
"id": "df6462f9-491a-4279-96b4-90fcbcdce199",
"name": "sample string 2",
"type": "sample string 3"
}
],
"campaignId": "a475c190-7aa8-46a4-96c1-06edced13bf2",
"campaignName": "sample string 4",
"updated": "2026-08-07T06:17:43.3869787+02:00",
"status": 6,
"statusName": "sample string 7",
"orderLines": [
{
"id": "7b68e2e7-7506-4f6e-9f81-f9a33298705a",
"type": "sample string 2",
"count": 3.0,
"price": {
"id": "93d474ae-159b-4fdb-80db-deff7aed2008",
"amount": 1.0,
"currency": "sample string 2",
"productId": "6b1a8e37-2902-4866-8772-9b884852b6fc",
"symbol": "sample string 3",
"isSymbolBefore": true
},
"names": [
"sample string 1",
"sample string 2"
],
"updated": "2026-08-07T06:17:43.3869787+02:00",
"created": "2026-08-07T06:17:43.3869787+02:00",
"campaignName": "sample string 6",
"campaignId": "46b1f319-dc52-43af-a07f-3ad5e2411dd2",
"productName": "sample string 7",
"productId": "e69fcbd3-8a6b-449a-96e2-de0793c83b90",
"recurring": true
},
{
"id": "7b68e2e7-7506-4f6e-9f81-f9a33298705a",
"type": "sample string 2",
"count": 3.0,
"price": {
"id": "93d474ae-159b-4fdb-80db-deff7aed2008",
"amount": 1.0,
"currency": "sample string 2",
"productId": "6b1a8e37-2902-4866-8772-9b884852b6fc",
"symbol": "sample string 3",
"isSymbolBefore": true
},
"names": [
"sample string 1",
"sample string 2"
],
"updated": "2026-08-07T06:17:43.3869787+02:00",
"created": "2026-08-07T06:17:43.3869787+02:00",
"campaignName": "sample string 6",
"campaignId": "46b1f319-dc52-43af-a07f-3ad5e2411dd2",
"productName": "sample string 7",
"productId": "e69fcbd3-8a6b-449a-96e2-de0793c83b90",
"recurring": true
}
],
"postage": {
"id": "93d474ae-159b-4fdb-80db-deff7aed2008",
"amount": 1.0,
"currency": "sample string 2",
"productId": "6b1a8e37-2902-4866-8772-9b884852b6fc",
"symbol": "sample string 3",
"isSymbolBefore": true
},
"price": {
"id": "93d474ae-159b-4fdb-80db-deff7aed2008",
"amount": 1.0,
"currency": "sample string 2",
"productId": "6b1a8e37-2902-4866-8772-9b884852b6fc",
"symbol": "sample string 3",
"isSymbolBefore": true
},
"created": "2026-08-07T06:17:43.3869787+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": "df6462f9-491a-4279-96b4-90fcbcdce199",
"name": "sample string 2",
"type": "sample string 3"
},
"fromCart": "421f7843-6e60-4727-8b85-f44f72d58f9d",
"isExternalOrder": true,
"fulfillmentDate": "2026-08-07T06:17:43.3869787+02:00",
"fulfillmentDeliveryDate": "2026-08-07T06:17:43.3869787+02:00",
"captureDate": "2026-08-07T06:17:43.3869787+02:00",
"paidDate": "2026-08-07T06:17:43.3869787+02:00"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.