PUT TerminalsTypesModels
Updates the terminal type model.
Request Information
URI Parameters
None.
Body Parameters
The new data of the terminal type model.
TerminalTypeModelDtoName | 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": "11014b5b-0631-496d-9dfb-4b25f98f2003", "IdTerminalType": "7a04e6e2-443d-4dd9-a06f-1905493e9a01", "TerminalTypeName": "sample string 3", "Name": "sample string 4", "Parameters": [ { "Id": "6a7a3e4b-d8ad-4c43-9b1f-028b856a1dde", "Key": "sample string 2", "Order": 64 }, { "Id": "6a7a3e4b-d8ad-4c43-9b1f-028b856a1dde", "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>11014b5b-0631-496d-9dfb-4b25f98f2003</Id> <IdTerminalType>7a04e6e2-443d-4dd9-a06f-1905493e9a01</IdTerminalType> <Name>sample string 4</Name> <Parameters> <TerminalTypeModelParameterDto> <Id>6a7a3e4b-d8ad-4c43-9b1f-028b856a1dde</Id> <Key>sample string 2</Key> <Order>64</Order> </TerminalTypeModelParameterDto> <TerminalTypeModelParameterDto> <Id>6a7a3e4b-d8ad-4c43-9b1f-028b856a1dde</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.