The Case Object ID for the case to which to add the default deposits
The business case ID whose default deposits should be added to the case
Returns Promise that represents a collection of Deposit Items. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaDepositItemBase
Adds a deposit to the case specified by the CaObectId.
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)
Returns Promise that represents an object describing the newly-added deposit. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaDepositItemBase
Delete the fee specified by the caFeeId.
The Case Deposit ID which should be deleted
Returns Promise that represents a collection of Case Deposits.
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).
The Case Object ID whose fees should be deleted
Returns Promise that represents a number (?)
Get Case Deposit by Case ObjectId.
The Case Object ID for the case to which to get the deposits
Returns Promise that represents a collection of Case Deposits.
Search for Case Deposits. Include at least one of the search fields. A logical 'and' operation is applied for multiple search fields.
The parameters to search by.
Returns Promise that represents an Array of case fee IDs
Adds Default Case Fees. Adds fees to the case specified by the CaObectId and BusCaseId.
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
Returns Promise that represents a collection of Fee Items. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaFeesItemBase
Adds a fee to the case specified by the CaObectId.
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)
Returns Promise that represents an object describing the newly-added fee. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaFeesItemBase
Delete the fee specified by the caFeeId.
The Case Fee ID which should be deleted
Returns Promise that represents a Case Fee object.
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).
The Case Object ID whose fees should be deleted
Returns Promise that represents a number (?)
Get All Fee Templates
Returns Promise that represents an object describing the newly-added fee. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaFeesItemBase
Gets the fees from the case specified by the CaObectId.
The Case Object ID for the case to which to get the fees
Returns Promise that represents a collection of Case Fees.
Search for Case Fees. Include at least one of the search fields. A logical 'and' operation is applied for multiple search fields.
The parameter(s) to search by
Returns Promise that represents an Array of case fee IDs
Search for Fees. Include at least one of the search fields. A logical 'and' operation is applied for multiple search fields.
The parameters to search by
Returns Promise that represents an Array of case fee IDs
Updates a fee specified by the CaFeeId.
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)
Returns Promise that represents an object describing the updated fee. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaFeesItemBase
Adds a release to a case instrument specified by the caInstrumentId. Must provide either amountReleased OR percentReleased
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
Returns Promise that represents an object describing the newly-added instrument release. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaInstReleasesItemBase
Deletes a release specified by the caInstReleasesId.
The Case Instrument Release ID to delete
Returns Promise that represents an object describing the deleted instrument release. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaInstReleasesItemBase
Search for Case Instrument Releases. Include one or more of the search fields. A logical 'and' operation is applied for muliple search fields.
Specify at least one of the following: AmountReleased, CaInstReleasesId, CaInstrumentId, CommentText, PercentReleased, ReleasedBy
Returns Promise that represents an Array of Case Instruments resulting from the search
Adds an instrument to the case specified by the CaObectId.
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.
Returns Promise that represents an object describing the newly-added instrument. See /{subdirectory}/apidocs/#/service-info/Pll/CaseInstrument
Delete the instrument specified by the caInstrumentId.
The Case Instrument ID which should be deleted
Returns Promise that represents a Case Instrument.
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).
The Case Object ID whose instruments should be deleted
Returns Promise that represents a number (?)
Gets the instruments from the case specified by the CaObectId.
The Case Object ID for the case to which to get the fees
Returns Promise that represents a collection of Case Instruments.
Search for Case Instruments. Include at least one of the search fields. A logical 'and' operation is applied for multiple search fields.
The parameters to search by (AddressLine1, Amount, CaInstrumentId, CityName, CommentText, Company, ContactEmail, ContactName, ContactPhone, CountryCode, InstTypeId, SerialNumber, StateCode, ZipCode)
Returns Promise that represents an Array of case instrument IDs
Add Case Payment Refund. Refunds a payment on the case payment specified by caPaymentId.
The Case Payment ID for the case payment which to refund
The amount to refund
A comment to append to the refund
Returns Promise that represents an object describing the newly-added payment refund. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaPaymentRefundItemBase
Delete Case Payment Refund. Removes a refund on a payment.
The Case Payment ID for the case payment which to refund
Returns Promise that represents an object describing the deleted payment refund. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaPaymentRefundItemBase
Search for Case Payment Refunds. Include one or more of the search fields. A logical 'and' operation is applied for multiple search fields.
The filters to search for matched Case Payments.
Returns Promise that represents an Array of case payment refund IDs
Add Case Deposit Payment. Adds a payment to the case deposit specified by CaDepositId.
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.
Returns Promise that represents an object describing the newly-added payment. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaPaymentItemBase
Add Case Fee Payment. Adds a payment to the case fee specified by caObjectId.
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.
Returns Promise that represents an object describing the newly-added payment. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaPaymentItemBase
Delete a Case Payment by Id. Delete a specific case payment by CaPaymentId.
Returns Promise that represents a Case Payment object.
Delete Case Payments by Case ObjectId. Delete from the system all payments associated to a specific case as specified by the case id (CaObjectId)
The Case Object ID whose payments should be deleted
Returns Promise that represents a number (?)
Get Case Payments by Case ObjectId
The Case Object ID for the case to which to get the payments
Returns Promise that represents a collection of Case Payments.
Make a Payment. Adds a payment to the case fee(s) specified.
The Case Object ID for the case to which to add the fee
Fees this payment should be applied to. Array of CaFeeIds values.
Optional
payerInfo: {Payer info for the payment being made.
Returns Promise that represents an object describing the newly-added payment.
Search for Case Payments. Include one or more of the search fields. A logical 'and' operation is applied for multiple search fields.
The filters to search for matched Case Payments
Returns Promise that represents an Array of case payment IDs
Void a refund.
The Refund ID for the specific refund to void
A string. No clue.
Returns Promise that represents an object describing the voided refund. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaPaymentRefundItemBase
Get All Fees
Returns Promise that represents a collection of FeeSetups. See /{subdirectory}/apidocs/#/data-type-info;dataType=FeeSetupItemBase
Search for Fees. Include one or more of the search fields. A logical 'and' operation is applied for muliple search fields.
Specify at least one.
Returns Promise that represents a collection of FeeSetups. See /{subdirectory}/apidocs/#/data-type-info;dataType=FeeSetupItemBase
Get the Defined Instruments
the options to filter the instruments returned by
Returns Promise that represents an Array of CaInstrumentItem
Adds a tender type configuration
See /{subdirectory}/apidocs/#/service-info/Pll/TenderType
Returns Promise that represents an object describing the newly-added tender type. See /{subdirectory}/apidocs/#/data-type-info;dataType=TenderTypeItem
Get all tender types configured
Returns Promise that represents a collection of tender type objects. See /{subdirectory}/apidocs/#/data-type-info;dataType=TenderTypeItem
Update a tender type configuration
ID of the tender type to update
See /{subdirectory}/apidocs/#/service-info/Pll/TenderType
Returns Promise that represents an object describing the newly-added tender type. See /{subdirectory}/apidocs/#/data-type-info;dataType=TenderTypeItem
Adds Default Case Deposits. Adds deposits to the case specified by the CaObectId and BusCaseId.