GET api/authorization/viewvendorid?documentId={documentId}&groupId={groupId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| documentId | integer |
Required |
|
| groupId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AuthorizationResponseDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| IsAuthorized | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsAuthorized": true
}