POST Send Request For Demo Access In Video Player
Overview
The following table contains important information about the POST method in regards to the managing process.
| POST Send Request For Demo Access In Video Player | |
|---|---|
| Method | POST | 
| URL or Endpoint | /api/access/demo | 
| Parameters | api-version | 
| Body | Check the request body below. | 
The description of the URL parameters is as follows:
| URL Parameter Name | Mandatory | Type | Description | 
|---|---|---|---|
| api-version | No | string | The correct api version to use. | 
Request Body
{
  "name": "string",
  "email": "string",
  "companyName": "string",
  "country": "string",
  "jobTitle": "string",
  "phone": "string"
}
Information about the fields that appear when you receive the response are displayed in the table below.
| Parameter Name | Mandatory | Type | Description | 
|---|---|---|---|
| name | Yes | string | The name of the client. | 
| Yes | string | The email of the client. | |
| companyName | Yes | string | The name of the client company. | 
| country | Yes | string | The country of the client. | 
| jobTitle | Yes | string | The title of the job. | 
| phone | Yes | string | The phone number of the client. | 
Response
Does not contain a response body
Errors
For information about the errors that are common to all actions, see Common Errors:
- HTTP Status Code 400: Bad Request 
- HTTP Status Code 401: Unauthorized 
- HTTP Status Code 403: Forbidden 
- HTTP Status Code 404: Result Not Found 
- HTTP Status Code 500: Internal Server Error 
- HTTP Status Code 503: Backend Fetch Failed