POST FeeCapStatuses/FeeCapStatus?validateOnly={validateOnly}

Add FeeCapStatus

Request Information

URI Parameters

NameDescriptionTypeAdditional information
validateOnly

Validate data, but don't post it

boolean

Default value is False

Body Parameters

FeeCapStatus data

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

IHttpActionResult

None.