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": "651c3df7-ae41-4a3e-abad-69cb1e59f60c", "IdTerminalType": "6342c86a-e91e-4c24-bc06-93e0b3959a0c", "TerminalTypeName": "sample string 3", "Name": "sample string 4", "Parameters": [ { "Id": "e69be7af-440e-4f3d-84a6-96b5a9175ba2", "Key": "sample string 2", "Order": 64 }, { "Id": "e69be7af-440e-4f3d-84a6-96b5a9175ba2", "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>651c3df7-ae41-4a3e-abad-69cb1e59f60c</Id> <IdTerminalType>6342c86a-e91e-4c24-bc06-93e0b3959a0c</IdTerminalType> <Name>sample string 4</Name> <Parameters> <TerminalTypeModelParameterDto> <Id>e69be7af-440e-4f3d-84a6-96b5a9175ba2</Id> <Key>sample string 2</Key> <Order>64</Order> </TerminalTypeModelParameterDto> <TerminalTypeModelParameterDto> <Id>e69be7af-440e-4f3d-84a6-96b5a9175ba2</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.