CollateralService

Manage collateral records.

Symitar eDocs References: Coming soon.

Operations

getCollateralSelectFields

post

Retrieves collateral with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
Responses
post
/getCollateralSelectFields
200

Successful operation.

getCollateralSelectFieldsFilterChildren

post

Retrieves collateral with selected fields and filtered children.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
Responses
post
/getCollateralSelectFieldsFilterChildren
200

Successful operation.

getCollateralCollHoldSelectFields

post

Retrieves collateral collateral hold with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
CollateralCollHoldLocatorintegerOptional
Responses
post
/getCollateralCollHoldSelectFields
200

Successful operation.

getCollateralCollHoldPagedListSelectFields

post

Retrieves a paged list of collateral collateral holds with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
Responses
post
/getCollateralCollHoldPagedListSelectFields
200

Successful operation.

searchCollateralCollHoldPagedSelectFields

post

Searches collateral collateral holds with pagination and selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
Responses
post
/searchCollateralCollHoldPagedSelectFields
200

Successful operation.

getCollateralDocumentSelectFields

post

Retrieves collateral document with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
CollateralDocumentLocatorintegerOptional
Responses
post
/getCollateralDocumentSelectFields
200

Successful operation.

getCollateralDocumentSelectFieldsFilterChildren

post

Retrieves collateral document with selected fields and filtered children.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
CollateralDocumentLocatorintegerOptional
Responses
post
/getCollateralDocumentSelectFieldsFilterChildren
200

Successful operation.

getCollateralDocumentPagedListSelectFields

post

Retrieves a paged list of collateral documents with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
Responses
post
/getCollateralDocumentPagedListSelectFields
200

Successful operation.

searchCollateralDocumentPagedSelectFields

post

Searches collateral documents with pagination and selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
Responses
post
/searchCollateralDocumentPagedSelectFields
200

Successful operation.

getCollateralDocumentTrackingSelectFields

post

Retrieves collateral document tracking with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
CollateralDocumentLocatorintegerOptional
CollateralDocumentTrackingLocatorintegerOptional
Responses
post
/getCollateralDocumentTrackingSelectFields
200

Successful operation.

getCollateralDocumentTrackingPagedListSelectFields

post

Retrieves a paged list of collateral document tracking with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
CollateralDocumentLocatorintegerOptional
Responses
post
/getCollateralDocumentTrackingPagedListSelectFields
200

Successful operation.

searchCollateralDocumentTrackingPagedSelectFields

post

Searches collateral document tracking with pagination and selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
CollateralDocumentLocatorintegerOptional
Responses
post
/searchCollateralDocumentTrackingPagedSelectFields
200

Successful operation.

getCollateralFmHistoryPagedListSelectFields

post

Retrieves a paged list of collateral FM history with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
Responses
post
/getCollateralFmHistoryPagedListSelectFields
200

Successful operation.

searchCollateralFmHistoryPagedSelectFields

post

Searches collateral FM history with pagination and selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
Responses
post
/searchCollateralFmHistoryPagedSelectFields
200

Successful operation.

getCollateralTrackingSelectFields

post

Retrieves collateral tracking with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
CollateralTrackingLocatorintegerOptional
Responses
post
/getCollateralTrackingSelectFields
200

Successful operation.

getCollateralTrackingPagedListSelectFields

post

Retrieves a paged list of collateral tracking with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
Responses
post
/getCollateralTrackingPagedListSelectFields
200

Successful operation.

searchCollateralTrackingPagedSelectFields

post

Searches collateral tracking with pagination and selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
Responses
post
/searchCollateralTrackingPagedSelectFields
200

Successful operation.

updateCollateralByID

post

Updates collateral by ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
Responses
post
/updateCollateralByID
200

Successful operation.

updateCollateralCollHoldByID

post

Updates collateral collateral hold by ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
CollateralCollHoldLocatorintegerOptional
Responses
post
/updateCollateralCollHoldByID
200

Successful operation.

updateCollateralDocumentByID

post

Updates collateral document by ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
CollateralDocumentLocatorintegerOptional
Responses
post
/updateCollateralDocumentByID
200

Successful operation.

updateCollateralDocumentTrackingByID

post

Updates collateral document tracking by ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
CollateralDocumentLocatorintegerOptional
CollateralDocumentTrackingLocatorintegerOptional
Responses
post
/updateCollateralDocumentTrackingByID
200

Successful operation.

updateCollateralTrackingByID

post

Updates collateral tracking by ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
CollateralTrackingLocatorintegerOptional
Responses
post
/updateCollateralTrackingByID
200

Successful operation.

createCollateral

post

Creates collateral.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
post
/createCollateral
200

Successful operation.

createCollateralCollHold

post

Creates collateral collateral hold.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
Responses
post
/createCollateralCollHold
200

Successful operation.

createCollateralDocument

post

Creates collateral document.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
Responses
post
/createCollateralDocument
200

Successful operation.

createCollateralDocumentTracking

post

Creates collateral document tracking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
CollateralDocumentLocatorintegerOptional
Responses
post
/createCollateralDocumentTracking
200

Successful operation.

createCollateralTracking

post

Creates collateral tracking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
Responses
post
/createCollateralTracking
200

Successful operation.

deleteCollateralCollHold

post

Deletes collateral collateral hold.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
CollateralCollHoldLocatorintegerOptional
Responses
post
/deleteCollateralCollHold
200

Successful operation.

deleteCollateralDocument

post

Deletes collateral document.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
CollateralDocumentLocatorintegerOptional
Responses
post
/deleteCollateralDocument
200

Successful operation.

deleteCollateralDocumentTracking

post

Deletes collateral document tracking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
CollateralDocumentLocatorintegerOptional
CollateralDocumentTrackingLocatorintegerOptional
Responses
post
/deleteCollateralDocumentTracking
200

Successful operation.

deleteCollateralTracking

post

Deletes collateral tracking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CollateralNumberstringOptional
CollateralTrackingLocatorintegerOptional
Responses
post
/deleteCollateralTracking
200

Successful operation.

Last updated

Was this helpful?