Update an existing customer membership
Update an existing customer membership
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
shopKey
| string Example: ms |
countryCode
| string Example: de |
membershipId
| integer Example: 123 |
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
200
Customer membership was successfully updated.
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
PUT
Request samples
Response samples
200CustomerMembershipResponse:
Content type: application/json