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": "add44177-514d-4d31-adcf-2d64c698bf08",
  "Name": "sample string 3",
  "AuctionSessionId": "1621242d-6c42-4e8a-abb1-9e8f6050829b"
}

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.