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": "0c1d1211-b714-49ed-b124-4812acc24fcf",
"created": "2026-08-07T06:15:58.2054054+02:00",
"updated": "2026-08-07T06:15:58.2054054+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": "b7764cda-d546-43f7-af8b-a00821ff4ee2",
"name": "sample string 2",
"type": "sample string 3"
},
{
"id": "b7764cda-d546-43f7-af8b-a00821ff4ee2",
"name": "sample string 2",
"type": "sample string 3"
}
],
"labels": [
{
"id": "b2571793-db1a-458d-8dee-f1dcd0ef0f37",
"name": "sample string 1",
"value": "sample string 2",
"isReadonly": true,
"created": "2026-08-07T06:15:58.2054054+02:00",
"updated": "2026-08-07T06:15:58.2054054+02:00"
},
{
"id": "b2571793-db1a-458d-8dee-f1dcd0ef0f37",
"name": "sample string 1",
"value": "sample string 2",
"isReadonly": true,
"created": "2026-08-07T06:15:58.2054054+02:00",
"updated": "2026-08-07T06:15:58.2054054+02:00"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.