POST api/Demoes

Request Information

URI Parameters

None.

Body Parameters

Demo
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

Required

String length: inclusive between 0 and 100

Email

string

Required

String length: inclusive between 0 and 100

ContactNo

string

Required

Skype

string

String length: inclusive between 0 and 100

Country

string

String length: inclusive between 0 and 100

DemoForService

string

String length: inclusive between 0 and 100

Note

string

None.

AddDate

date

Required

IPAddress

string

Required

ByWhichDomain

string

Required

Status

string

String length: inclusive between 0 and 100

HandleBy

string

String length: inclusive between 0 and 100

SubService

string

String length: inclusive between 0 and 100

Industry

string

String length: inclusive between 0 and 100

Plan

string

String length: inclusive between 0 and 100

DemoDate

date

Required

Demotime

string

String length: inclusive between 0 and 100

Remark

string

String length: inclusive between 0 and 100

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "Email": "sample string 3",
  "ContactNo": "sample string 4",
  "Skype": "sample string 5",
  "Country": "sample string 6",
  "DemoForService": "sample string 7",
  "Note": "sample string 8",
  "AddDate": "2024-04-25T16:49:57.3899682-05:00",
  "IPAddress": "sample string 10",
  "ByWhichDomain": "sample string 11",
  "Status": "sample string 12",
  "HandleBy": "sample string 13",
  "SubService": "sample string 14",
  "Industry": "sample string 15",
  "Plan": "sample string 16",
  "DemoDate": "2024-04-25T16:49:57.3899682-05:00",
  "Demotime": "sample string 18",
  "Remark": "sample string 19"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Demo
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

Required

String length: inclusive between 0 and 100

Email

string

Required

String length: inclusive between 0 and 100

ContactNo

string

Required

Skype

string

String length: inclusive between 0 and 100

Country

string

String length: inclusive between 0 and 100

DemoForService

string

String length: inclusive between 0 and 100

Note

string

None.

AddDate

date

Required

IPAddress

string

Required

ByWhichDomain

string

Required

Status

string

String length: inclusive between 0 and 100

HandleBy

string

String length: inclusive between 0 and 100

SubService

string

String length: inclusive between 0 and 100

Industry

string

String length: inclusive between 0 and 100

Plan

string

String length: inclusive between 0 and 100

DemoDate

date

Required

Demotime

string

String length: inclusive between 0 and 100

Remark

string

String length: inclusive between 0 and 100

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "Email": "sample string 3",
  "ContactNo": "sample string 4",
  "Skype": "sample string 5",
  "Country": "sample string 6",
  "DemoForService": "sample string 7",
  "Note": "sample string 8",
  "AddDate": "2024-04-25T16:49:57.5774616-05:00",
  "IPAddress": "sample string 10",
  "ByWhichDomain": "sample string 11",
  "Status": "sample string 12",
  "HandleBy": "sample string 13",
  "SubService": "sample string 14",
  "Industry": "sample string 15",
  "Plan": "sample string 16",
  "DemoDate": "2024-04-25T16:49:57.5774616-05:00",
  "Demotime": "sample string 18",
  "Remark": "sample string 19"
}