PUT Billing/BillingRate/SetCurrentRateActive?validateOnly={validateOnly}

Updates a list of existing billing records to be non-active based on the current BillingRateSubType

Request Information

URI Parameters

NameDescriptionTypeAdditional information
validateOnly

Validate data, but don't save it.

boolean

Default value is False

Body Parameters

Fee Capping Threshold Type DTO of BillingRate that will be set active.

BillingRateSubType

Response Information

Resource Description

Returns OK or Created if successful

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.