POST api/templates-used/create

Request Information

URI Parameters

None.

Body Parameters

TemplatesUsedDto
NameDescriptionTypeAdditional information
Code

string

None.

TemplateId

globally unique identifier

None.

Name

string

None.

AuctionSessionId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "TemplateId": "67940f90-f7ae-4788-a7cf-2be2005e5ab2",
  "Name": "sample string 3",
  "AuctionSessionId": "fbbc5a36-31af-42a2-b26f-4d6725587d1b"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TemplatesUsedDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.