Update Tender

PATCH {{baseUrl}}/pos/tenders/:id?raw=false

Update Tender

Request Params

KeyDatatypeRequiredDescription
rawbooleanInclude raw response. Mostly used for debugging purposes

Request Body

{"key"=>"com.clover.tender.cash", "label"=>"Cash", "active"=>true, "hidden"=>true, "editable"=>true, "opens_cash_drawer"=>true, "allows_tipping"=>true}

HEADERS

KeyDatatypeRequiredDescription
x-apideck-consumer-idstring(Required) ID of the consumer which you want to get or push data from
x-apideck-app-idstring(Required) The ID of your Unify application
x-apideck-service-idstringProvide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status_code":200,"status":"OK","service":"clover","resource":"Tenders","operation":"update","data":{"id":"12345"}}