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
| Name | Description | Type | Additional 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| Name | Description | Type | Additional information |
|---|---|---|---|
| IsAuthorized |
Indicates whether this item is authorized. |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsAuthorized": true
}