PUT api/Shops
Request Information
URI Parameters
None.
Body Parameters
ShopDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
|
| Name | string |
None. |
|
| ShopUrl | string |
None. |
|
| ContactEmail | string |
None. |
|
| CustomerServiceEmail | string |
None. |
|
| OrderEmail | string |
None. |
|
| CampaignEmail | string |
None. |
|
| AdminEmail | string |
None. |
|
| CustomerServiceTelephone | string |
None. |
|
| Address | string |
None. |
|
| Countries | Collection of EntityDto |
None. |
|
| Labels | Collection of LabelDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "d8b3996d-e5ff-41b0-9979-ab67cff2702e",
"created": "2026-06-07T08:18:22.2775605+02:00",
"updated": "2026-06-07T08:18:22.2775605+02:00",
"name": "sample string 1",
"shopUrl": "sample string 2",
"contactEmail": "sample string 3",
"customerServiceEmail": "sample string 4",
"orderEmail": "sample string 5",
"campaignEmail": "sample string 6",
"adminEmail": "sample string 7",
"customerServiceTelephone": "sample string 8",
"address": "sample string 9",
"countries": [
{
"id": "f1a258c1-d4a4-4c40-ad60-c0f38b53c462",
"name": "sample string 2",
"type": "sample string 3"
},
{
"id": "f1a258c1-d4a4-4c40-ad60-c0f38b53c462",
"name": "sample string 2",
"type": "sample string 3"
}
],
"labels": [
{
"id": "ecbc7562-8e5f-4732-a5d8-047c57897392",
"name": "sample string 1",
"value": "sample string 2",
"isReadonly": true,
"created": "2026-06-07T08:18:22.2775605+02:00",
"updated": "2026-06-07T08:18:22.2775605+02:00"
},
{
"id": "ecbc7562-8e5f-4732-a5d8-047c57897392",
"name": "sample string 1",
"value": "sample string 2",
"isReadonly": true,
"created": "2026-06-07T08:18:22.2775605+02:00",
"updated": "2026-06-07T08:18:22.2775605+02:00"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.