Partially updates one or more entity limits configured for the customer identified by customerUID in the path.
Request body
entityLimitId and entityLimitValue.entityLimitValue must be a non-negative decimal number.Success
Error codes (HTTP 400)
| Code | When |
|---|---|
CUSTOMER_CUSTOMERID_NUMBER |
Path customerUID is not numeric |
CUSTOMER_CUSTOMERID_ALLZERO |
Path customerUID is all zeros |
CUSTOMER_CUSTOMERID_NOTFOUND |
Customer does not exist |
CUSTOMER_CUSTOMERID_STATUS |
Customer is not active |
CUSTOMER_CUSTOMERID_NOTALLOWED |
Processing org cannot update customer limits |
CUSTOMERLIMIT_LIST_EMPTY |
Request body array is empty |
CUSTOMERLIMIT_ENTITYLIMITID_REQUIRED |
Missing or blank entityLimitId |
CUSTOMERLIMIT_VALUE_REQUIRED |
Missing or blank entityLimitValue |
CUSTOMERLIMIT_VALUE_INVALID |
entityLimitValue is not numeric |
CUSTOMERLIMIT_VALUE_NEGATIVE |
entityLimitValue is negative |
CUSTOMERLIMIT_BASELINE_NOTFOUND |
No entity limits configured for the customer |
CUSTOMERLIMIT_UNKNOWN_KEY |
entityLimitId not found in customer baseline |
CUSTOMERLIMIT_UPDATE_FAILED |
Downstream legal-entity update failed |
CUSTOMERLIMIT_INVALID_REQUEST |
Malformed JSON request body |
Error codes (HTTP 415)
| Code | When |
|---|---|
CUSTOMERLIMIT_UNSUPPORTED_MEDIATYPE |
Content-Type is not application/json |
Limits updated successfully. No response body is returned.
Bad request — validation failure, customer eligibility issue, unknown limit key, missing baseline, malformed JSON body, or downstream update failure. See operation description for error codes.
You are not authorized to access the resource
Accessing the resource you were trying to reach is forbidden — caller lacks mCust entitlement
Unsupported media type — Content-Type must be application/json (CUSTOMERLIMIT_UNSUPPORTED_MEDIATYPE).
Internal server error
[- {
- "entityLimitId": "FX_DAILY_SETTLEMENT_LIMIT",
- "entityLimitValue": "20000"
}
]{- "errors": [
- {
- "message": "Unknown limit for entityLimitId=UNKNOWN_LIMIT.",
- "code": "CUSTOMERLIMIT_UNKNOWN_KEY"
}
]
}