POST api/order/{id}/shop

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

EntityDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "3b3dca7b-f653-49ac-942b-f4b63464659e",
  "name": "sample string 2",
  "type": "sample string 3"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.