ShareFieldName

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getShareFieldName

post

Retrieve share field name

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

Successful operation.

application/json
post
/getShareFieldName
200

Successful operation.

getShareFieldNameSelectFields

post

Retrieve getShareFieldNameSelectFields data.

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

Successful operation.

application/json
post
/getShareFieldNameSelectFields
200

Successful operation.

getShareFieldNamePagedList

post

Returns paged list of share field names

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

Successful operation.

application/json
post
/getShareFieldNamePagedList
200

Successful operation.

getShareFieldNameListSelectFields

post

Returns the list of share field names with select fields

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

Successful operation.

application/json
post
/getShareFieldNameListSelectFields
200

Successful operation.

searchShareFieldNameSelectFields

post

Retrieve a list of select fields for share field names

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

Successful operation.

application/json
post
/searchShareFieldNameSelectFields
200

Successful operation.

getShareFieldNamePagedListSelectFields

post

Returns paged list of share field names with select fields

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

Successful operation.

application/json
post
/getShareFieldNamePagedListSelectFields
200

Successful operation.

searchShareFieldNamePagedSelectFields

post

Retrieve a paged list of select fields for share field names

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

Successful operation.

application/json
post
/searchShareFieldNamePagedSelectFields
200

Successful operation.

updateShareFieldNameByID

post

Update share field names by ID

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

Successful operation.

application/json
post
/updateShareFieldNameByID
200

Successful operation.

Last updated

Was this helpful?