Lookup

Perform various operations on lookup records.

Symitar eDocs References: Coming soon.

Operations

getLookupSelectFields

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

Successful operation.

application/json
post
/getLookupSelectFields
200

Successful operation.

getLookupPagedListSelectFields

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

Successful operation.

application/json
post
/getLookupPagedListSelectFields
200

Successful operation.

searchLookupPagedSelectFields

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

Successful operation.

application/json
post
/searchLookupPagedSelectFields
200

Successful operation.

updateLookupByID

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

Successful operation.

application/json
post
/updateLookupByID
200

Successful operation.

createLookup

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

Successful operation.

application/json
post
/createLookup
200

Successful operation.

deleteLookup

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

Successful operation.

application/json
post
/deleteLookup
200

Successful operation.

Last updated

Was this helpful?