POST api/templates-used/update/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
TemplatesUsedDto| Name | Description | Type | Additional 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": "061547cb-2785-4864-84b7-17d953cfd81a",
"Name": "sample string 3",
"AuctionSessionId": "c3746ee9-f336-439c-9648-76955ab83c34"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.