Skip to main content
POST
Create customer agreement

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
agreementId
string
required
Example:

"agr_01"

customerId
string
required
agreementType
string
required
Example:

"account"

status
string
required
Example:

"active"

Response

200 - application/json

OK

agreementId
string
required
Example:

"agr_01"

customerId
string
required
agreementType
string
required
Example:

"account"

status
string
required
Example:

"active"