Name

Perform various operations on name records.

Symitar eDocs References: Coming soon.

Operations

getNameSelectFields

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

Successful operation.

application/json
post
/getNameSelectFields
200

Successful operation.

getNamePagedListSelectFields

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

Successful operation.

application/json
post
/getNamePagedListSelectFields
200

Successful operation.

searchNamePagedSelectFields

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

Successful operation.

application/json
post
/searchNamePagedSelectFields
200

Successful operation.

updateNameByID

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

Successful operation.

application/json
post
/updateNameByID
200

Successful operation.

createName

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

Successful operation.

application/json
post
/createName
200

Successful operation.

deleteName

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

Successful operation.

application/json
post
/deleteName
200

Successful operation.

Last updated

Was this helpful?