PUT TerminalsTypesModels
Updates the terminal type model.
Request Information
URI Parameters
None.
Body Parameters
The new data of the terminal type model.
TerminalTypeModelDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IdTerminalType | globally unique identifier |
None. |
|
| TerminalTypeName | string |
None. |
|
| Name | string |
None. |
|
| Parameters | Collection of TerminalTypeModelParameterDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "32e624d7-1e17-409f-a4a7-cfcfa3da2f5f",
"IdTerminalType": "94613ce3-7119-42b7-87f5-dddada1e0700",
"TerminalTypeName": "sample string 3",
"Name": "sample string 4",
"Parameters": [
{
"Id": "d6788d84-7960-41d0-a819-15d1f5a90d87",
"Key": "sample string 2",
"Order": 64
},
{
"Id": "d6788d84-7960-41d0-a819-15d1f5a90d87",
"Key": "sample string 2",
"Order": 64
}
]
}
application/xml, text/xml
Sample:
<TerminalTypeModelDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
<Id>32e624d7-1e17-409f-a4a7-cfcfa3da2f5f</Id>
<IdTerminalType>94613ce3-7119-42b7-87f5-dddada1e0700</IdTerminalType>
<Name>sample string 4</Name>
<Parameters>
<TerminalTypeModelParameterDto>
<Id>d6788d84-7960-41d0-a819-15d1f5a90d87</Id>
<Key>sample string 2</Key>
<Order>64</Order>
</TerminalTypeModelParameterDto>
<TerminalTypeModelParameterDto>
<Id>d6788d84-7960-41d0-a819-15d1f5a90d87</Id>
<Key>sample string 2</Key>
<Order>64</Order>
</TerminalTypeModelParameterDto>
</Parameters>
<TerminalTypeName>sample string 3</TerminalTypeName>
</TerminalTypeModelDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.