POST api/Seats/Create/User?LicenseId={LicenseId}&UserId={UserId}
Creates seat for user in license
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LicenseId |
LicenseId |
globally unique identifier |
Required |
| UserId |
UserId |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Resonse if create seat request pass validation.
ExternalApiResponseOfEmptyResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsValid | boolean |
None. |
|
| Errors | Collection of ExternalApiError |
None. |
|
| Data | EmptyResponse |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.