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": "15157bf7-1fe6-43ae-9460-e1e4592c1cda",
"Name": "sample string 3",
"AuctionSessionId": "cfbe131f-4488-4c32-91fd-b1e928a4d739"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.