Create Terminals
Creates a new terminal.
Verb | PUT |
---|---|
Endpoint | {base-url}/terminals |
Max Page Size | 50 |
Request Body
{
"body": [
{
"tid": "1196023",
"addedAt": "2015-08-12T15:32:30.643",
"number": 9690,
"isAvailable": false,
"isActive": true,
"machineId": 9690,
"assignedAt": "2015-08-12T15:32:30.643",
"deactivatedAt": null
}
]
}
Returns
On Success
The ids of the created terminals.
Response Body
[
1673
]