Skip to main content
POST
/
v2
/
pos
/
{posSystemId}
/
integrations
/
account
/
newRegistration
Start account registration
curl --request POST \
  --url https://public-api-demo.clearline.me/v2/pos/{posSystemId}/integrations/account/newRegistration \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "subscriptionPlanCode": "157AJME5XDSE2",
  "sendToEmail": "[some_email]",
  "configuration": {
    "posCompanyId": "comp5",
    "posLocationId": "loc5",
    "terminalId": "term5",
    "externalUserId": "user5"
  },
  "profile": {
    "firstName": "PT_141_1_first",
    "lastName": "PT_141_1_last",
    "email": "PT_141_1@mail.com",
    "phoneNumber": "1111111111",
    "companyName": "PT_141_1",
    "address": "my address",
    "city": "my city",
    "state": "CA",
    "website": "https://mysite.com",
    "zip": "12323"
  }
}
'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Enter JWT Bearer token only in the text input below.

Path Parameters

posSystemId
string
required

Pos system name

Body

application/json

Account registration request data

Pos Account New Registration Request

subscriptionPlanCode
string
required

Subscription plan code

Minimum string length: 1
sendToEmail
string<email>
required

Email where registration email should be sent

Minimum string length: 1
configuration
object

New Registration configuration DTO

profile
object

New Registration profile DTO

Response

200 - application/json

Success

data
object

Pos Account New Registration Response