POST api/profile/postownbusinessprofile
Request Information
URI Parameters
None.
Body Parameters
PostOwnBusinessProfileRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ChapterId | integer |
None. |
|
| ProfileTypeId | byte |
None. |
|
| CategoryId | integer |
None. |
|
| Country | string |
None. |
|
| State | string |
None. |
|
| City | string |
None. |
|
| EmailId | string |
None. |
|
| AlternateMobileCountryCodeId | integer |
None. |
|
| AlternateMobile | string |
None. |
|
| BusinessName | string |
None. |
|
| About | string |
None. |
|
| Address | string |
None. |
|
| Website | string |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| BusinessKeywords | string |
None. |
|
| ProductsOrServices | string |
None. |
|
| GSTNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChapterId": 1,
"ProfileTypeId": 64,
"CategoryId": 3,
"Country": "sample string 4",
"State": "sample string 5",
"City": "sample string 6",
"EmailId": "sample string 7",
"AlternateMobileCountryCodeId": 8,
"AlternateMobile": "sample string 9",
"BusinessName": "sample string 10",
"About": "sample string 11",
"Address": "sample string 12",
"Website": "sample string 13",
"Latitude": 14.0,
"Longitude": 15.0,
"BusinessKeywords": "sample string 16",
"ProductsOrServices": "sample string 17",
"GSTNumber": "sample string 18"
}
application/xml, text/xml
Sample:
<PostOwnBusinessProfileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelsLayer"> <About>sample string 11</About> <Address>sample string 12</Address> <AlternateMobile>sample string 9</AlternateMobile> <AlternateMobileCountryCodeId>8</AlternateMobileCountryCodeId> <BusinessKeywords>sample string 16</BusinessKeywords> <BusinessName>sample string 10</BusinessName> <CategoryId>3</CategoryId> <ChapterId>1</ChapterId> <City>sample string 6</City> <Country>sample string 4</Country> <EmailId>sample string 7</EmailId> <GSTNumber>sample string 18</GSTNumber> <Latitude>14</Latitude> <Longitude>15</Longitude> <ProductsOrServices>sample string 17</ProductsOrServices> <ProfileTypeId>64</ProfileTypeId> <State>sample string 5</State> <Website>sample string 13</Website> </PostOwnBusinessProfileRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.