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": "29c6f8ff-0b3f-4c21-9d5b-253a9ff20a46",
  "Name": "sample string 3",
  "AuctionSessionId": "a4d7bc1e-28be-492a-a8f4-5e8c60c2c3fb"
}

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.