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": "0ee97731-e835-418c-b0a3-20cb0e3bb14f",
"name": "sample string 2",
"type": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.