POST api/ProfileChanges/ProfileChangeAboutUsASync
Request Information
URI Parameters
None.
Body Parameters
ProfileChangeRequestInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Logo | string |
None. |
|
| AboutUsHeading | string |
None. |
|
| AboutUsCont | string |
None. |
|
| ProfileImg | string |
None. |
|
| Contactus | string |
None. |
|
| ContMobile | string |
None. |
|
| ContEmail | string |
None. |
|
| DBCode | string |
None. |
|
| DBName | string |
None. |
|
| token | string |
None. |
|
| userId | string |
None. |
|
| password | string |
None. |
|
| Source | string |
None. |
|
| process | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Logo": "sample string 1",
"AboutUsHeading": "sample string 2",
"AboutUsCont": "sample string 3",
"ProfileImg": "sample string 4",
"Contactus": "sample string 5",
"ContMobile": "sample string 6",
"ContEmail": "sample string 7",
"DBCode": "sample string 8",
"DBName": "sample string 9",
"token": "sample string 10",
"userId": "sample string 11",
"password": "sample string 12",
"Source": "sample string 13",
"process": "sample string 14"
}
application/xml, text/xml
Sample:
<ProfileChangeRequestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.ECRMagic.SiteAdmin.Info"> <DBCode>sample string 8</DBCode> <DBName>sample string 9</DBName> <Source>sample string 13</Source> <password>sample string 12</password> <process>sample string 14</process> <token>sample string 10</token> <userId>sample string 11</userId> <AboutUsCont>sample string 3</AboutUsCont> <AboutUsHeading>sample string 2</AboutUsHeading> <ContEmail>sample string 7</ContEmail> <ContMobile>sample string 6</ContMobile> <Contactus>sample string 5</Contactus> <Logo>sample string 1</Logo> <ProfileImg>sample string 4</ProfileImg> </ProfileChangeRequestInfo>
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.