POST api/profile/putownbusinessprofile
Request Information
URI Parameters
None.
Body Parameters
PutOwnBusinessProfileRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | integer |
None. |
|
| ChapterId | integer |
None. |
|
| ProfileUpdateTypeId | 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:
{
"ProfileId": 1,
"ChapterId": 2,
"ProfileUpdateTypeId": 64,
"CategoryId": 4,
"Country": "sample string 5",
"State": "sample string 6",
"City": "sample string 7",
"EmailId": "sample string 8",
"AlternateMobileCountryCodeId": 9,
"AlternateMobile": "sample string 10",
"BusinessName": "sample string 11",
"About": "sample string 12",
"Address": "sample string 13",
"Website": "sample string 14",
"Latitude": 15.0,
"Longitude": 16.0,
"BusinessKeywords": "sample string 17",
"ProductsOrServices": "sample string 18",
"GSTNumber": "sample string 19"
}
application/xml, text/xml
Sample:
<PutOwnBusinessProfileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelsLayer"> <About>sample string 12</About> <Address>sample string 13</Address> <AlternateMobile>sample string 10</AlternateMobile> <AlternateMobileCountryCodeId>9</AlternateMobileCountryCodeId> <BusinessKeywords>sample string 17</BusinessKeywords> <BusinessName>sample string 11</BusinessName> <CategoryId>4</CategoryId> <ChapterId>2</ChapterId> <City>sample string 7</City> <Country>sample string 5</Country> <EmailId>sample string 8</EmailId> <GSTNumber>sample string 19</GSTNumber> <Latitude>15</Latitude> <Longitude>16</Longitude> <ProductsOrServices>sample string 18</ProductsOrServices> <ProfileId>1</ProfileId> <ProfileUpdateTypeId>64</ProfileUpdateTypeId> <State>sample string 6</State> <Website>sample string 14</Website> </PutOwnBusinessProfileRequest>
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.