GET api/authorization/viewvendorid?documentId={documentId}&groupId={groupId}

Is User Allowed To View Vendor ID. Processes this authorization API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
documentId

The unique identifier of the document resource.

integer

Required

groupId

The unique identifier of the group resource.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

AuthorizationResponseDataContract
NameDescriptionTypeAdditional information
IsAuthorized

Indicates whether this item is authorized.

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "IsAuthorized": true
}