POST api/data/collect_data_basic
Request Information
URI Parameters
None.
Body Parameters
post_basic_data| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| MobileNo | string |
None. |
|
| EmailID | string |
None. |
|
| Course | string |
None. |
|
| City | string |
None. |
|
| college_id | integer |
None. |
|
| college_name | string |
None. |
|
| State | string |
None. |
|
| Source | string |
None. |
|
| enquiry_type | string |
None. |
|
| data_provider | string |
None. |
|
| entry_by | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"MobileNo": "sample string 2",
"EmailID": "sample string 3",
"Course": "sample string 4",
"City": "sample string 5",
"college_id": 6,
"college_name": "sample string 7",
"State": "sample string 8",
"Source": "sample string 9",
"enquiry_type": "sample string 10",
"data_provider": "sample string 11",
"entry_by": "sample string 12"
}
application/xml, text/xml
Sample:
<post_basic_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <City>sample string 5</City> <Course>sample string 4</Course> <EmailID>sample string 3</EmailID> <MobileNo>sample string 2</MobileNo> <Name>sample string 1</Name> <Source>sample string 9</Source> <State>sample string 8</State> <college_id>6</college_id> <college_name>sample string 7</college_name> <data_provider>sample string 11</data_provider> <enquiry_type>sample string 10</enquiry_type> <entry_by>sample string 12</entry_by> </post_basic_data>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.