Reassign a terminal
POST {{baseUrl}}/terminals/:terminalId/reassign
Reassigns a payment terminal to a company account, merchant account, merchant account inventory, or a store. To make this request, your API credential must have the following role: * Management API—Assign Terminal
Request Body
{"companyId"=>"<string>", "inventory"=>"<string>", "merchantId"=>"<string>", "storeId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |