Device Settings
Device Settings
Header parameters
api-keyanyRequired
apiKeyValue
Responses
200
OK
401
Unauthorized
403
Forbidden
404
Not Found
get
GET //rest/v2/settings/terminal/device HTTP/1.1
Host: gateway-sb.clearent.net
Accept: */*
<?xml version="1.0"?>
<object>
<payloadType>text</payloadType>
<terminal-settings>
<batch-time-utc>09:30</batch-time-utc>
<business-phone>text</business-phone>
<commerce-type>ECOMMERCE</commerce-type>
<enable-auto-close-batch>true</enable-auto-close-batch>
<enable-tip>true</enable-tip>
<merchant-id>000000843334</merchant-id>
<merchant-name>Test Merchant</merchant-name>
<service-fee>text</service-fee>
<service-fee-program-type>text</service-fee-program-type>
<service-fee-state>text</service-fee-state>
<service-fee-type>text</service-fee-type>
<terminal-id>10018001</terminal-id>
<terminal-name>Waterloo location 1</terminal-name>
<time-zone>Central/US</time-zone>
</terminal-settings>
</object>
Header parameters
api-keyanyRequired
apiKeyValue
Body
device-api-keystringOptionalExample:
The API key that was inputted into the device (for verification purposes)
xxxxxxxxxxxxxxfue8
enabledbooleanOptionalExample:
Device is enabled/disabled
true
manufacturerstring · enumOptionalExample:
Terminal Manufacturer you are boarding to the cloud
DEJAVOO
Possible values: Responses
200
OK
201
Created
401
Unauthorized
403
Forbidden
404
Not Found
post
POST //rest/v2/settings/terminal/device HTTP/1.1
Host: gateway-sb.clearent.net
Content-Type: application/xml
Accept: */*
Content-Length: 79
"<?xml version=1.0?>
<device-api-key>xxxxxxxxxxxxxxfue8</device-api-key>
<enabled>true</enabled>
<manufacturer>DEJAVOO</manufacturer>
"
<?xml version="1.0"?>
<object>
<payloadType>text</payloadType>
<terminal-settings>
<batch-time-utc>09:30</batch-time-utc>
<business-phone>text</business-phone>
<commerce-type>ECOMMERCE</commerce-type>
<enable-auto-close-batch>true</enable-auto-close-batch>
<enable-tip>true</enable-tip>
<merchant-id>000000843334</merchant-id>
<merchant-name>Test Merchant</merchant-name>
<service-fee>text</service-fee>
<service-fee-program-type>text</service-fee-program-type>
<service-fee-state>text</service-fee-state>
<service-fee-type>text</service-fee-type>
<terminal-id>10018001</terminal-id>
<terminal-name>Waterloo location 1</terminal-name>
<time-zone>Central/US</time-zone>
</terminal-settings>
</object>
Header parameters
api-keyanyRequired
apiKeyValue
Body
device-api-keystringOptionalExample:
The API key that was inputted into the device (for verification purposes)
xxxxxxxxxxxxxxfue8
enabledbooleanOptionalExample:
Device is enabled/disabled
true
manufacturerstring · enumOptionalExample:
Terminal Manufacturer you are boarding to the cloud
DEJAVOO
Possible values: Responses
200
OK
201
Created
401
Unauthorized
403
Forbidden
404
Not Found
put
PUT //rest/v2/settings/terminal/device HTTP/1.1
Host: gateway-sb.clearent.net
Content-Type: application/xml
Accept: */*
Content-Length: 79
"<?xml version=1.0?>
<device-api-key>xxxxxxxxxxxxxxfue8</device-api-key>
<enabled>true</enabled>
<manufacturer>DEJAVOO</manufacturer>
"
<?xml version="1.0"?>
<object>
<payloadType>text</payloadType>
<terminal-settings>
<batch-time-utc>09:30</batch-time-utc>
<business-phone>text</business-phone>
<commerce-type>ECOMMERCE</commerce-type>
<enable-auto-close-batch>true</enable-auto-close-batch>
<enable-tip>true</enable-tip>
<merchant-id>000000843334</merchant-id>
<merchant-name>Test Merchant</merchant-name>
<service-fee>text</service-fee>
<service-fee-program-type>text</service-fee-program-type>
<service-fee-state>text</service-fee-state>
<service-fee-type>text</service-fee-type>
<terminal-id>10018001</terminal-id>
<terminal-name>Waterloo location 1</terminal-name>
<time-zone>Central/US</time-zone>
</terminal-settings>
</object>
Header parameters
api-keyanyRequired
apiKeyValue
Responses
200
OK
204
No Content
401
Unauthorized
403
Forbidden
delete
DELETE //rest/v2/settings/terminal/device HTTP/1.1
Host: gateway-sb.clearent.net
Accept: */*
<?xml version="1.0"?>
<object>
<payloadType>text</payloadType>
<terminal-settings>
<batch-time-utc>09:30</batch-time-utc>
<business-phone>text</business-phone>
<commerce-type>ECOMMERCE</commerce-type>
<enable-auto-close-batch>true</enable-auto-close-batch>
<enable-tip>true</enable-tip>
<merchant-id>000000843334</merchant-id>
<merchant-name>Test Merchant</merchant-name>
<service-fee>text</service-fee>
<service-fee-program-type>text</service-fee-program-type>
<service-fee-state>text</service-fee-state>
<service-fee-type>text</service-fee-type>
<terminal-id>10018001</terminal-id>
<terminal-name>Waterloo location 1</terminal-name>
<time-zone>Central/US</time-zone>
</terminal-settings>
</object>
Was this helpful?