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": "9fde3396-ccaf-4168-bba2-8b0cac950846",
"IdTerminalType": "a15098c5-24ce-45c4-a816-bbdce40ed0ad",
"TerminalTypeName": "sample string 3",
"Name": "sample string 4",
"Parameters": [
{
"Id": "89a90ea8-9840-4fb3-9313-9524930140f2",
"Key": "sample string 2",
"Order": 64
},
{
"Id": "89a90ea8-9840-4fb3-9313-9524930140f2",
"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>9fde3396-ccaf-4168-bba2-8b0cac950846</Id>
<IdTerminalType>a15098c5-24ce-45c4-a816-bbdce40ed0ad</IdTerminalType>
<Name>sample string 4</Name>
<Parameters>
<TerminalTypeModelParameterDto>
<Id>89a90ea8-9840-4fb3-9313-9524930140f2</Id>
<Key>sample string 2</Key>
<Order>64</Order>
</TerminalTypeModelParameterDto>
<TerminalTypeModelParameterDto>
<Id>89a90ea8-9840-4fb3-9313-9524930140f2</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.