PUT FeeCapStatuses/FeeCapStatus/{feeCapStatusID}?validateOnly={validateOnly}
Update FeeCapStatus
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
feeCapStatusID |
FeeCapStatusID of FeeCapStatus to be updated |
integer |
Required |
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
FeeCapStatus data
FeeCapStatusDTOName | Description | Type | Additional information |
---|---|---|---|
FeeCapStatusID | integer |
None. |
|
ClientID | integer |
None. |
|
ThresholdType | FeeCapStatusThresholdType |
None. |
|
StartDate | date |
None. |
|
ThresholdMet | boolean |
None. |
|
ThresholdMetDate | date |
None. |
|
ThresholdMetDateActual | date |
None. |
|
ThresholdAmountExternal | decimal number |
None. |
|
ThresholdAmountInternal | decimal number |
None. |
|
ThresholdAmountInternalActual | decimal number |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
BillingRateID | integer |
None. |
|
TotalThresholdAmount | decimal number |
None. |
Response Information
Resource Description
Success or not
IHttpActionResultNone.