Endpoint to update a customer by division and customer id
Customer Request Body
OK
Invalid API key/MID.
Forbidden from performing this action.
{- "name": "Test Customer",
- "cards": [
- {
- "lastFourDigits": "string",
- "token": "string",
- "holder": "string",
- "expiryYear": "string",
- "expiryMonth": "string",
- "type": "visa",
- "isActive": true
}
], - "phoneNumber": 61431306461,
- "postcode": 2000,
- "addressNumber": "12 Kings Road",
- "addressLineOne": "Sydney CBD",
- "addressLineTwo": "string",
- "state": "NSW",
- "city": "Sydney",
- "country": "Australia",
- "isActive": false
}
{- "customer": {
- "name": "Test Customer",
- "cards": [
- {
- "lastFourDigits": "string",
- "token": "string",
- "holder": "string",
- "expiryYear": "string",
- "expiryMonth": "string",
- "type": "visa",
- "isActive": true
}
], - "phoneNumber": 61431306461,
- "postcode": 2000,
- "addressNumber": "12 Kings Road",
- "addressLineOne": "Sydney CBD",
- "addressLineTwo": "string",
- "state": "NSW",
- "city": "Sydney",
- "country": "Australia",
- "isActive": false
}
}