PUT api/DisableAllRateCards?updatedIds={updatedIds}&withIds={withIds}

Disables all rate card matrices except optionally specified active ones.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.

boolean

Response Formats

application/json, text/json, application/scim+json

Sample:
true