v2
latestOpenAPI 3.0.32026-08-05174296703.4 KBops
updateOpsCreditLimits offer
Update the credit limits for ops
put/ops/credit-limit
Request body
Example request
{
"rows": [
{
"available_credit_limit": 1,
"available_credit_limit_currency": "abc123",
"comments": "abc123",
"credit_limit": 1,
"credit_limit_currency": "abc123",
"end_customer_id": "abc123"
}
]
}Response
OK response.
Example response
[
{
"available_credit_limit": 1,
"available_credit_limit_currency": "abc123",
"comments": "abc123",
"credit_limit": 1,
"credit_limit_currency": "abc123",
"end_customer_id": "abc123"
}
]