PUT api/DisableAllRateCards?updatedIds={updatedIds}&withIds={withIds}
Disables all rate card matrices except optionally specified active ones.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| updatedIds |
A comma-separated list of matrix IDs to retain as active. Used only when is set to true. |
string |
Required |
| withIds |
A boolean flag indicating whether to preserve matrices listed in . If false, all non-standard rate card matrices are marked as deleted. |
boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a boolean `true` indicating successful execution. On failure: HTTP 400 Bad Request with a generic error message.
booleanResponse Formats
application/json, text/json, application/scim+json
Sample:
true