DigiOffice Gateway Web Services

<back to all web services

AssignRoles

The following routes are available for this service:
All Verbs/api/assignroles
AssignRoles Parameters:
NameParameterData TypeRequiredDescription
UserNamequerystringNo
PermissionsqueryList<string>No
RolesqueryList<string>No
AssignRolesResponse Parameters:
NameParameterData TypeRequiredDescription
AllRolesformList<string>No
AllPermissionsformList<string>No
ResponseStatusformResponseStatusNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /api/assignroles HTTP/1.1 
Host: doapigw.baasbv.nl 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"__type":"ServiceStack.AssignRoles, ServiceStack.Client","UserName":"String","Permissions":["String"],"Roles":["String"]}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"__type":"ServiceStack.AssignRolesResponse, ServiceStack.Client","AllRoles":["String"],"AllPermissions":["String"],"ResponseStatus":{"__type":"ServiceStack.ResponseStatus, ServiceStack.Interfaces","ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"__type":"ServiceStack.ResponseError, ServiceStack.Interfaces","ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}