POST Setup/FinanceFactorPeriod

Create a new finance factor period record.

Request Information

URI Parameters

None.

Body Parameters

FinanceFactorPeriodDTO
NameDescriptionTypeAdditional information
FinanceFactorPeriodID

The unique identifier for the FinanceFactorPeriod record.

integer

None.

Factor

The factor amount to be used for the period.

decimal number

None.

FactorType

Type of the factor, .

FinanceFactorType

None.

StartDate

Start date of the factor period, timeless.

date

None.

StopDate

Stop date of the factor period, timeless. If null, the factor is valid indefinitely. Stop date must be greater than or equal to the start date.

date

None.

RecordState

Record State,

RecordState

None.

Created

The audit information for the creation of the record, including the creation date in UTC and the user who created it, . This field is readonly.

AuditDataDTO

None.

LastUpdated

The audit information for the last update to the record, including the update date in UTC and the user who made the update, . This field is readonly.

AuditDataDTO

None.

Response Information

Resource Description

Created

IHttpActionResult

None.