add cashpoint till

Create cashpoint till under a cluster

Request

Method
URL

POST

{{baseUrl}}/api/service/v1/query/merchant/cashpoint/till

Header
Value

Content-Type

application/json

publicKey

{{publicKey}}

b-access-token

{{accessToken}}

Use the accessToken that was given in response to /api/service/v1/query/merchant/login

Request Body
Description

email

Email of contact person

Mandatory

phone

Phone of contact person

Mandatory

contactfirstname

First Name of contact person

Mandatory

contactlastname

Last Name of contact person

Mandatory

cluster

Cluster that cashier belongs to

Mandatory

Last updated