Exemption Certificate Management
CertCapture RESTful APIs
FilingAdjustmentModel
A model for return adjustments.
Parameters
idOptional
integerThe unique ID number for the adjustment.
filingIdOptional
integerThe filing return id that this applies too
amountRequired
numberThe adjustment amount.
periodRequired
stringThe filing period the adjustment is applied to.
Enum: None, CurrentPeriod, NextPeriod
typeRequired
stringThe type of the adjustment.
isCalculatedOptional
booleanWhether or not the adjustment has been calculated.
accountTypeRequired
stringThe account type of the adjustment.
Enum: None, AccountsReceivableAccountsPayable, AccountsReceivable, AccountsPayable
reasonOptional
stringA descriptive reason for creating this adjustment.
createdDateOptional
stringThe date when this record was created.
createdUserIdOptional
integerThe User ID of the user who created this record.
modifiedDateOptional
stringThe date/time when this record was last modified.
modifiedUserIdOptional
integerThe user ID of the user who last modified this record.