POST api/Pricings

Request Information

URI Parameters

None.

Body Parameters

Pricing
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

decimal number

Required

Skype

string

String length: inclusive between 0 and 100

Country

string

String length: inclusive between 0 and 100

Service

string

String length: inclusive between 0 and 100

Note

string

String length: inclusive between 0 and 1000

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

Industry

string

String length: inclusive between 0 and 100

Plan

string

String length: inclusive between 0 and 100

ExpectedNumberofSignupOrCases

string

String length: inclusive between 0 and 50

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "Email": "sample string 3",
  "ContactNo": 4.0,
  "Skype": "sample string 5",
  "Country": "sample string 6",
  "Service": "sample string 7",
  "Note": "sample string 8",
  "AddDate": "2024-03-28T15:50:48.651252-05:00",
  "IPAddress": "sample string 10",
  "ByWhichDomain": "sample string 11",
  "Status": "sample string 12",
  "HandleBy": "sample string 13",
  "Industry": "sample string 14",
  "Plan": "sample string 15",
  "ExpectedNumberofSignupOrCases": "sample string 16"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Pricing
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

decimal number

Required

Skype

string

String length: inclusive between 0 and 100

Country

string

String length: inclusive between 0 and 100

Service

string

String length: inclusive between 0 and 100

Note

string

String length: inclusive between 0 and 1000

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

Industry

string

String length: inclusive between 0 and 100

Plan

string

String length: inclusive between 0 and 100

ExpectedNumberofSignupOrCases

string

String length: inclusive between 0 and 50

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "Email": "sample string 3",
  "ContactNo": 4.0,
  "Skype": "sample string 5",
  "Country": "sample string 6",
  "Service": "sample string 7",
  "Note": "sample string 8",
  "AddDate": "2024-03-28T15:50:48.9325118-05:00",
  "IPAddress": "sample string 10",
  "ByWhichDomain": "sample string 11",
  "Status": "sample string 12",
  "HandleBy": "sample string 13",
  "Industry": "sample string 14",
  "Plan": "sample string 15",
  "ExpectedNumberofSignupOrCases": "sample string 16"
}