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": "4f351ac5-5620-411c-ba77-810dd04ac097",
  "Name": "sample string 3",
  "AuctionSessionId": "ba0d3c5d-7b6e-4b76-a6a1-8e0ca9941ccb"
}

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.