POST api/Elearning/SaveZoomAccount

Request Information

URI Parameters

None.

Body Parameters

TblZoomAccount
NameDescriptionTypeAdditional information
ZoomAccountId

string

None.

SchoolId

integer

None.

ZoomId

string

None.

ZoomPassword

string

None.

EmpId

integer

None.

Status

string

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ZoomAccountId": "sample string 1",
  "SchoolId": 2,
  "ZoomId": "sample string 3",
  "ZoomPassword": "sample string 4",
  "EmpId": 5,
  "Status": "sample string 6",
  "UserId": 7
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}