Pledge

Perform various operations on pledge records.

Symitar eDocs References: Coming soon.

Operations

getPledgeSelectFields

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

Successful operation.

application/json
post
/getPledgeSelectFields
200

Successful operation.

getPledgePagedListSelectFields

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

Successful operation.

application/json
post
/getPledgePagedListSelectFields
200

Successful operation.

searchPledgePagedSelectFields

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

Successful operation.

application/json
post
/searchPledgePagedSelectFields
200

Successful operation.

updatePledgeByID

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

Successful operation.

application/json
post
/updatePledgeByID
200

Successful operation.

createPledge

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

Successful operation.

application/json
post
/createPledge
200

Successful operation.

deletePledge

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

Successful operation.

application/json
post
/deletePledge
200

Successful operation.

Last updated

Was this helpful?