POST api/StepupConsultantContactForms
Request Information
URI Parameters
None.
Body Parameters
StepupConsultantContactForm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ContactPerson | string |
Required String length: inclusive between 0 and 100 |
|
| CompanyName | string |
String length: inclusive between 0 and 100 |
|
| Country | string |
Required String length: inclusive between 0 and 100 |
|
| string |
Required String length: inclusive between 0 and 100 |
||
| PhoneNumber | decimal number |
None. |
|
| MobileNumber | decimal number |
Required |
|
| Fax | string |
None. |
|
| Address | string |
None. |
|
| Subject | string |
Required String length: inclusive between 0 and 200 |
|
| Details | string |
Required String length: inclusive between 0 and 2000 |
|
| FormType | string |
Required String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
{
"Id": 1,
"ContactPerson": "sample string 2",
"CompanyName": "sample string 3",
"Country": "sample string 4",
"Email": "sample string 5",
"PhoneNumber": 6.0,
"MobileNumber": 7.0,
"Fax": "sample string 8",
"Address": "sample string 9",
"Subject": "sample string 10",
"Details": "sample string 11",
"FormType": "sample string 12"
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
StepupConsultantContactForm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ContactPerson | string |
Required String length: inclusive between 0 and 100 |
|
| CompanyName | string |
String length: inclusive between 0 and 100 |
|
| Country | string |
Required String length: inclusive between 0 and 100 |
|
| string |
Required String length: inclusive between 0 and 100 |
||
| PhoneNumber | decimal number |
None. |
|
| MobileNumber | decimal number |
Required |
|
| Fax | string |
None. |
|
| Address | string |
None. |
|
| Subject | string |
Required String length: inclusive between 0 and 200 |
|
| Details | string |
Required String length: inclusive between 0 and 2000 |
|
| FormType | string |
Required String length: inclusive between 0 and 50 |
Response Formats
application/json, text/json
{
"Id": 1,
"ContactPerson": "sample string 2",
"CompanyName": "sample string 3",
"Country": "sample string 4",
"Email": "sample string 5",
"PhoneNumber": 6.0,
"MobileNumber": 7.0,
"Fax": "sample string 8",
"Address": "sample string 9",
"Subject": "sample string 10",
"Details": "sample string 11",
"FormType": "sample string 12"
}