For the complete documentation index, see llms.txt. This page is also available as Markdown.

Lookup

Perform various operations on lookup records.

Symitar eDocs References: Coming soon.

Operations

getLookup

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

Successful operation.

application/json
post/getLookup
200

Successful operation.

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.

getLookupPagedList

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

Successful operation.

application/json
TokenstringOptional
post/getLookupPagedList
200

Successful operation.

getLookupListSelectFields

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

Successful operation.

application/json
post/getLookupListSelectFields
200

Successful operation.

searchLookupSelectFields

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

Successful operation.

application/json
post/searchLookupSelectFields
200

Successful operation.

getLookupPagedListSelectFields

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

Successful operation.

application/json
TokenstringOptional
post/getLookupPagedListSelectFields
200

Successful operation.

searchLookupPagedSelectFields

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

Successful operation.

application/json
TokenstringOptional
post/searchLookupPagedSelectFields
200

Successful operation.

updateLookupByID

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
LookupLocatorintegerOptional
AccountNumberstringOptional
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
LookupLocatorintegerOptional
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
nxAttributesobjectOptional

The custom object for NexumAPI response attributes.

post/deleteLookup
200

Successful operation.

Last updated

Was this helpful?