POST api/order/{id}/shop
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
EntityDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "e9b0f14f-0a1c-41d1-959b-15b12897705c",
"name": "sample string 2",
"type": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.