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": "afe3ebf1-f4f8-402a-9096-2f17ef36df79",
"Name": "sample string 3",
"AuctionSessionId": "210e8da9-b4ee-450d-90e4-bf0467009674"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.