Adds a deposit to the case specified by the CaObectId.
Returns Promise that represents an object describing the newly-added deposit. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaDepositItemBase
The Case Object ID for the case to which to add the fee
The deposit setup id for the deposit to add to the case.
Optional
amount: numberThe amount of the deposit (optional)
Optional
comment: stringComment text to add to the deposit (optional)
Delete Case Fees by Case ObjectId. Delete from the system all Fees linked to a specific Case as specified by the Case Id parameter (CaObjectId).
Returns Promise that represents a number (?)
The Case Object ID whose fees should be deleted
Search for Case Deposits. Include at least one of the search fields. A logical 'and' operation is applied for multiple search fields.
Returns Promise that represents an Array of case fee IDs
The parameters to search by.
Adds Default Case Fees. Adds fees to the case specified by the CaObectId and BusCaseId.
Returns Promise that represents a collection of Fee Items. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaFeesItemBase
The Case Object ID for the case to which to add the default fees
The business case ID whose default fees should be added to the case
Adds a fee to the case specified by the CaObectId.
Returns Promise that represents an object describing the newly-added fee. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaFeesItemBase
The Case Object ID for the case to which to add the fee
The fee setup id for the fee to add to the case.
Optional
options: ObjectSee /{subdirectory}/apidocs/#/service-info/Pll/CaseFees for more options. (Checkboxes -- Autorecalculate -- are Y/N strings)
Delete Case Fees by Case ObjectId. Delete from the system all Fees linked to a specific Case as specified by the Case Id parameter (CaObjectId).
Returns Promise that represents a number (?)
The Case Object ID whose fees should be deleted
Search for Fees. Include at least one of the search fields. A logical 'and' operation is applied for multiple search fields.
Returns Promise that represents an Array of case fee IDs
The parameters to search by
Search for Case Fees. Include at least one of the search fields. A logical 'and' operation is applied for multiple search fields.
Returns Promise that represents an Array of case fee IDs
The parameter(s) to search by
Updates a fee specified by the CaFeeId.
Returns Promise that represents an object describing the updated fee. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaFeesItemBase
The Fee ID for the specific instance of the fee you wish to update
Optional
options: ObjectSee /{subdirectory}/apidocs/#/service-info/Pll/CaseFees for more options. (Checkboxes -- Autorecalculate -- are Y/N strings)
Adds a release to a case instrument specified by the caInstrumentId. Must provide either amountReleased OR percentReleased
Returns Promise that represents an object describing the newly-added instrument release. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaInstReleasesItemBase
The Case Instrument ID to which to add the instrument release
UserID to attach to the release.
The date of the release
Optional
amountReleased: numberThe amount to be released
Optional
percentReleased: numberOR the percent to be released
Optional
comment: stringComment to attach to the release
Deletes a release specified by the caInstReleasesId.
Returns Promise that represents an object describing the deleted instrument release. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaInstReleasesItemBase
The Case Instrument Release ID to delete
Search for Case Instrument Releases. Include one or more of the search fields. A logical 'and' operation is applied for muliple search fields.
Returns Promise that represents an Array of Case Instruments resulting from the search
Specify at least one of the following: AmountReleased, CaInstReleasesId, CaInstrumentId, CommentText, PercentReleased, ReleasedBy
Adds an instrument to the case specified by the CaObectId.
Returns Promise that represents an object describing the newly-added instrument. See /{subdirectory}/apidocs/#/service-info/Pll/CaseInstrument
The Case Object ID for the case to which to add the instrument
The instrument type id for the instrument being added to the case.
The amount of the instrument
The datetime for the instrument to expire.
Optional
options: ObjectSee /{subdirectory}/apidocs/#/service-info/Pll/CaseInstrument for more options.
Delete Case Instruments by Case ObjectId. Delete from the system all Instruments linked to a specific Case as specified by the Case Id parameter (CaObjectId).
Returns Promise that represents a number (?)
The Case Object ID whose instruments should be deleted
Gets the instruments from the case specified by the CaObectId.
Returns Promise that represents a collection of Case Instruments.
The Case Object ID for the case to which to get the fees
Search for Case Instruments. Include at least one of the search fields. A logical 'and' operation is applied for multiple search fields.
Returns Promise that represents an Array of case instrument IDs
The parameters to search by (AddressLine1, Amount, CaInstrumentId, CityName, CommentText, Company, ContactEmail, ContactName, ContactPhone, CountryCode, InstTypeId, SerialNumber, StateCode, ZipCode)
Add Case Payment Refund. Refunds a payment on the case payment specified by caPaymentId.
Returns Promise that represents an object describing the newly-added payment refund. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaPaymentRefundItemBase
The Case Payment ID for the case payment which to refund
The amount to refund
A comment to append to the refund
Delete Case Payment Refund. Removes a refund on a payment.
Returns Promise that represents an object describing the deleted payment refund. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaPaymentRefundItemBase
The Case Payment ID for the case payment which to refund
Search for Case Payment Refunds. Include one or more of the search fields. A logical 'and' operation is applied for multiple search fields.
Returns Promise that represents an Array of case payment refund IDs
The filters to search for matched Case Payments.
Add Case Deposit Payment. Adds a payment to the case deposit specified by CaDepositId.
Returns Promise that represents an object describing the newly-added payment. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaPaymentItemBase
The Case Deposit ID for the case deposit to which to add the fee
See /{subdirectory}/apidocs/#/service-info/Pll/CasePayment for more options, including required fields.
Add Case Fee Payment. Adds a payment to the case fee specified by caObjectId.
Returns Promise that represents an object describing the newly-added payment. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaPaymentItemBase
The Case Object ID for the case to which to add the fee
See /{subdirectory}/apidocs/#/service-info/Pll/CasePayment for more options, including required fields.
Delete Case Payments by Case ObjectId. Delete from the system all payments associated to a specific case as specified by the case id (CaObjectId)
Returns Promise that represents a number (?)
The Case Object ID whose payments should be deleted
Search for Case Payments. Include one or more of the search fields. A logical 'and' operation is applied for multiple search fields.
Returns Promise that represents an Array of case payment IDs
The filters to search for matched Case Payments
Void a refund.
Returns Promise that represents an object describing the voided refund. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaPaymentRefundItemBase
The Refund ID for the specific refund to void
A string. No clue.
Search for Fees. Include one or more of the search fields. A logical 'and' operation is applied for muliple search fields.
Returns Promise that represents a collection of FeeSetups. See /{subdirectory}/apidocs/#/data-type-info;dataType=FeeSetupItemBase
Specify at least one.
Optional
AccountOptional
FeeOptional
FeeOptional
FeeOptional
FeeAdds a tender type configuration
Returns Promise that represents an object describing the newly-added tender type. See /{subdirectory}/apidocs/#/data-type-info;dataType=TenderTypeItem
See /{subdirectory}/apidocs/#/service-info/Pll/TenderType
Update a tender type configuration
Returns Promise that represents an object describing the newly-added tender type. See /{subdirectory}/apidocs/#/data-type-info;dataType=TenderTypeItem
ID of the tender type to update
See /{subdirectory}/apidocs/#/service-info/Pll/TenderType
Adds Default Case Deposits. Adds deposits to the case specified by the CaObectId and BusCaseId.
Returns
Returns Promise that represents a collection of Deposit Items. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaDepositItemBase