POST api/till/configure/config/{updateTillConfigs}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| updateTillConfigs | boolean |
Required |
Body Parameters
TillConfiguration| Name | Description | Type | Additional information |
|---|---|---|---|
| OutletID | string |
None. |
|
| OutletName | string |
None. |
|
| TillNo | string |
None. |
|
| ServerAddress | string |
None. |
|
| TillAddress | string |
None. |
|
| IsServer | boolean |
None. |
|
| UserName | string |
None. |
|
| Passwd | string |
None. |
|
| DataSource | string |
None. |
|
| Port | integer |
None. |
|
| UseSSL | boolean |
None. |
|
| Encrypted | boolean |
None. |
|
| LastUpdated | date |
None. |
|
| Offline | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"OutletID": "sample string 1",
"OutletName": "sample string 2",
"TillNo": "sample string 3",
"ServerAddress": "sample string 4",
"TillAddress": "sample string 5",
"IsServer": true,
"UserName": "sample string 7",
"Passwd": "sample string 8",
"DataSource": "sample string 9",
"Port": 10,
"UseSSL": true,
"Encrypted": false,
"LastUpdated": "2026-02-13T16:25:25.8864631+03:00",
"Offline": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.