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. |
|
| Shop | EntityDto |
None. |
|
| FulfillmentStatus | string |
None. |
|
| FulfillmentPurchaseOrderId | string |
None. |
|
| PaymentStatus | string |
None. |
|
| PaymentMethod | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"shortUnique": "sample string 1",
"id": "b6ef4871-d6cd-40da-b981-8ac55f17d8f1",
"personId": "d3c70221-0499-43f8-b043-e4054696b626",
"personName": "sample string 3",
"products": [
{
"id": "d23fdb5e-7c05-4a8d-bc89-b7ea505dd44f",
"name": "sample string 2",
"type": "sample string 3"
},
{
"id": "d23fdb5e-7c05-4a8d-bc89-b7ea505dd44f",
"name": "sample string 2",
"type": "sample string 3"
}
],
"campaignId": "8961b8c1-46b0-447d-81f3-e0dda0b717b4",
"campaignName": "sample string 4",
"updated": "2025-12-30T23:39:44.7444146+01:00",
"status": 6,
"statusName": "sample string 7",
"orderLines": [
{
"id": "5bb3723a-de0c-4530-8895-6c8a28bb767a",
"type": "sample string 2",
"count": 3.0,
"price": {
"id": "94610979-b6e9-4158-9ddf-b525ce7e21a4",
"amount": 1.0,
"currency": "sample string 2",
"productId": "c5f03642-5971-47cf-93ca-9d9f2f197f56",
"symbol": "sample string 3",
"isSymbolBefore": true
},
"names": [
"sample string 1",
"sample string 2"
],
"updated": "2025-12-30T23:39:44.7444146+01:00",
"created": "2025-12-30T23:39:44.7444146+01:00",
"campaignName": "sample string 6",
"campaignId": "b84605c1-2e92-4f24-83e7-9dc4540bce5f",
"productName": "sample string 7",
"productId": "e583a327-37f2-42d2-a546-073401d7d643",
"recurring": true
},
{
"id": "5bb3723a-de0c-4530-8895-6c8a28bb767a",
"type": "sample string 2",
"count": 3.0,
"price": {
"id": "94610979-b6e9-4158-9ddf-b525ce7e21a4",
"amount": 1.0,
"currency": "sample string 2",
"productId": "c5f03642-5971-47cf-93ca-9d9f2f197f56",
"symbol": "sample string 3",
"isSymbolBefore": true
},
"names": [
"sample string 1",
"sample string 2"
],
"updated": "2025-12-30T23:39:44.7444146+01:00",
"created": "2025-12-30T23:39:44.7444146+01:00",
"campaignName": "sample string 6",
"campaignId": "b84605c1-2e92-4f24-83e7-9dc4540bce5f",
"productName": "sample string 7",
"productId": "e583a327-37f2-42d2-a546-073401d7d643",
"recurring": true
}
],
"postage": {
"id": "94610979-b6e9-4158-9ddf-b525ce7e21a4",
"amount": 1.0,
"currency": "sample string 2",
"productId": "c5f03642-5971-47cf-93ca-9d9f2f197f56",
"symbol": "sample string 3",
"isSymbolBefore": true
},
"price": {
"id": "94610979-b6e9-4158-9ddf-b525ce7e21a4",
"amount": 1.0,
"currency": "sample string 2",
"productId": "c5f03642-5971-47cf-93ca-9d9f2f197f56",
"symbol": "sample string 3",
"isSymbolBefore": true
},
"created": "2025-12-30T23:39:44.7444146+01: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": "d23fdb5e-7c05-4a8d-bc89-b7ea505dd44f",
"name": "sample string 2",
"type": "sample string 3"
},
"fromCart": "8edfc83f-72ad-48c7-9e7b-77e7b70d2309",
"isExternalOrder": true,
"fulfillmentDate": "2025-12-30T23:39:44.7444146+01:00",
"fulfillmentDeliveryDate": "2025-12-30T23:39:44.7444146+01:00",
"captureDate": "2025-12-30T23:39:44.7444146+01:00",
"paidDate": "2025-12-30T23:39:44.7444146+01:00",
"shop": {
"id": "d23fdb5e-7c05-4a8d-bc89-b7ea505dd44f",
"name": "sample string 2",
"type": "sample string 3"
},
"fulfillmentStatus": "sample string 18",
"fulfillmentPurchaseOrderId": "sample string 19",
"paymentStatus": "sample string 20",
"paymentMethod": "sample string 21"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.