POST api/Pricings
Request Information
URI Parameters
None.
Body Parameters
Pricing| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 100 |
|
| 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
{
"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": "2025-12-07T08:17:54.1230135Z",
"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 not available.
Response Information
Resource Description
Pricing| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 100 |
|
| 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
{
"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": "2025-12-07T08:17:54.1230135Z",
"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"
}