PUT TerminalsTypes
Updates the terminal type.
Request Information
URI Parameters
None.
Body Parameters
The new data of the terminal type.
TerminalTypeDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
Manufacturer | string |
None. |
|
TerminalCodeMaxLenght | byte |
None. |
|
AuthorizationMode | byte |
None. |
|
SupportsLoyalty | boolean |
None. |
|
SupportsPriceChange | boolean |
None. |
|
SupportsKeepAlive | boolean |
None. |
|
MinimumVolume | decimal number |
None. |
|
MinimumAmount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "8936f961-a6cc-4b5b-a840-54b077af4483", "Name": "sample string 2", "Description": "sample string 3", "Manufacturer": "sample string 4", "TerminalCodeMaxLenght": 64, "AuthorizationMode": 64, "SupportsLoyalty": true, "SupportsPriceChange": true, "SupportsKeepAlive": true, "MinimumVolume": 1.0, "MinimumAmount": 1.0 }
application/xml, text/xml
Sample:
<TerminalTypeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <AuthorizationMode>64</AuthorizationMode> <Description>sample string 3</Description> <Id>8936f961-a6cc-4b5b-a840-54b077af4483</Id> <Manufacturer>sample string 4</Manufacturer> <MinimumAmount>1</MinimumAmount> <MinimumVolume>1</MinimumVolume> <Name>sample string 2</Name> <SupportsKeepAlive>true</SupportsKeepAlive> <SupportsLoyalty>true</SupportsLoyalty> <SupportsPriceChange>true</SupportsPriceChange> <TerminalCodeMaxLenght>64</TerminalCodeMaxLenght> </TerminalTypeDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
TerminalTypeDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
Manufacturer | string |
None. |
|
TerminalCodeMaxLenght | byte |
None. |
|
AuthorizationMode | byte |
None. |
|
SupportsLoyalty | boolean |
None. |
|
SupportsPriceChange | boolean |
None. |
|
SupportsKeepAlive | boolean |
None. |
|
MinimumVolume | decimal number |
None. |
|
MinimumAmount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "c025b5c8-ef8a-44dc-94a6-7db49fbf3277", "Name": "sample string 2", "Description": "sample string 3", "Manufacturer": "sample string 4", "TerminalCodeMaxLenght": 64, "AuthorizationMode": 64, "SupportsLoyalty": true, "SupportsPriceChange": true, "SupportsKeepAlive": true, "MinimumVolume": 1.0, "MinimumAmount": 1.0 }
application/xml, text/xml
Sample:
<TerminalTypeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <AuthorizationMode>64</AuthorizationMode> <Description>sample string 3</Description> <Id>c025b5c8-ef8a-44dc-94a6-7db49fbf3277</Id> <Manufacturer>sample string 4</Manufacturer> <MinimumAmount>1</MinimumAmount> <MinimumVolume>1</MinimumVolume> <Name>sample string 2</Name> <SupportsKeepAlive>true</SupportsKeepAlive> <SupportsLoyalty>true</SupportsLoyalty> <SupportsPriceChange>true</SupportsPriceChange> <TerminalCodeMaxLenght>64</TerminalCodeMaxLenght> </TerminalTypeDto>