Create a new customer membership
Create a new customer membership
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
shopKey
| string Example: ms |
countryCode
| string Example: de |
customerIdentifier
| string Examples:
|
Request body
requiredParameter | Details |
---|---|
id
| integer |
isActive
| boolean Example: true |
typeKey
| string Example: payback |
accountNumber
| string Example: 1234567890 |
createdAt
| string Example: 2023-01-22T11:30:15+00:00 |
updatedAt
| string Example: 2023-01-22T11:30:15+00:00 |
Responses
201
Customer membership was successfully created.
application/json
Success
id
integer
isActiverequired
boolean
Example:
true
typeKeyrequired
string
Example:
payback
accountNumberrequired
string
Example:
1234567890
createdAt
string
Example:
2023-01-22T11:30:15+00:00
updatedAt
string
Example:
2023-01-22T11:30:15+00:00
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
POST
Request samples
Response samples
201CustomerMembershipResponse:
Content type: application/json