Skip to main content
Set Data Right

Headers

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Query Parameters

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Body

RoleId, TableName, RelationToOwner, DataRightValue

SetDataRight: Set one specific data right at the given position. An exception will be thrown if non existing position is specified.

RoleId
integer<int32>
TableName
string
RelationToOwner
enum<string>
Available options:
MyOwn,
PrimaryGroup,
OtherAssociates,
OtherGroups,
ExternalUser,
Anonymous,
MyCompany,
SameProject,
CustomObjects
DataRightValue
string

Response

204

No Content