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": "e9b0f14f-0a1c-41d1-959b-15b12897705c",
  "name": "sample string 2",
  "type": "sample string 3"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.