POST api/Partners/UpdateBrandStatus
Request Information
URI Parameters
None.
Body Parameters
QueryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| QueryNo | integer |
None. |
|
| Subject | string |
None. |
|
| Query | string |
None. |
|
| string |
None. |
||
| BrandId | integer |
None. |
|
| BrandName | string |
None. |
|
| BrandLogo | string |
None. |
|
| BrandUrl | string |
None. |
|
| CategoryId | integer |
None. |
|
| CategoryName | string |
None. |
|
| QueryType | string |
None. |
|
| OtherBrand | string |
None. |
|
| OtherSection | string |
None. |
|
| QueryStatus | integer |
None. |
|
| CreatedBy | string |
None. |
|
| RepliedBy | string |
None. |
|
| UserType | string |
None. |
|
| CreatedOn | date |
None. |
|
| LastUpdateOn | date |
None. |
|
| Answer | string |
None. |
|
| RepliedOn | date |
None. |
|
| LastRepliedOn | date |
None. |
|
| QAttachment | string |
None. |
|
| AnsAttachment | string |
None. |
|
| ReplyCount | integer |
None. |
|
| PastTicketCount | integer |
None. |
|
| QReadStatus | integer |
None. |
|
| QAReadStatus | integer |
None. |
|
| Count | integer |
None. |
|
| NotificationCount | integer |
None. |
|
| CommunicationCount | integer |
None. |
|
| TotalCount | integer |
None. |
|
| UserId | integer |
None. |
|
| CustId | integer |
None. |
|
| FileType | string |
None. |
|
| Source | string |
None. |
|
| PageCount | integer |
None. |
|
| CurrentPage | integer |
None. |
|
| TotalEntries | integer |
None. |
|
| ATPName | string |
None. |
|
| ATPId | integer |
None. |
|
| CourseId | integer |
None. |
|
| Phone | string |
None. |
|
| Token | string |
None. |
|
| InternalNote | string |
None. |
|
| AddedBy | string |
None. |
|
| IPAddress | string |
None. |
|
| Country | string |
None. |
|
| State | string |
None. |
|
| City | string |
None. |
|
| Company | string |
None. |
|
| QueryAttachment | HttpPostedFileBase |
None. |
|
| ATPList | Collection of ATPDetailModel |
None. |
|
| BrandList | Collection of BrandModel |
None. |
|
| LastRepliedBy | string |
None. |
|
| LastRepliedStatus | integer |
None. |
|
| AlternativeEmailID | string |
None. |
|
| Rating | integer |
None. |
|
| CSRating | integer |
None. |
|
| Feedback | string |
None. |
|
| ParentQueryNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"QueryNo": 1,
"Subject": "sample string 2",
"Query": "sample string 3",
"Email": "sample string 4",
"BrandId": 5,
"BrandName": "sample string 6",
"BrandLogo": "sample string 7",
"BrandUrl": "sample string 8",
"CategoryId": 9,
"CategoryName": "sample string 10",
"QueryType": "sample string 11",
"OtherBrand": "sample string 12",
"OtherSection": "sample string 13",
"QueryStatus": 14,
"CreatedBy": "sample string 15",
"RepliedBy": "sample string 16",
"UserType": "sample string 17",
"CreatedOn": "2025-10-28T23:35:35.6669414+05:30",
"LastUpdateOn": "2025-10-28T23:35:35.6669414+05:30",
"Answer": "sample string 18",
"RepliedOn": "2025-10-28T23:35:35.6669414+05:30",
"LastRepliedOn": "2025-10-28T23:35:35.6669414+05:30",
"QAttachment": "sample string 19",
"AnsAttachment": "sample string 20",
"ReplyCount": 21,
"PastTicketCount": 22,
"QReadStatus": 23,
"QAReadStatus": 24,
"Count": 25,
"NotificationCount": 26,
"CommunicationCount": 27,
"TotalCount": 28,
"UserId": 1,
"CustId": 1,
"FileType": "sample string 29",
"Source": "sample string 30",
"PageCount": 31,
"CurrentPage": 32,
"TotalEntries": 33,
"ATPName": "sample string 34",
"ATPId": 35,
"CourseId": 1,
"Phone": "sample string 36",
"Token": "sample string 37",
"InternalNote": "sample string 38",
"AddedBy": "sample string 39",
"IPAddress": "sample string 40",
"Country": "sample string 41",
"State": "sample string 42",
"City": "sample string 43",
"Company": "sample string 44",
"QueryAttachment": null,
"ATPList": [
{
"ATPId": 1,
"AccManagerName": "sample string 2",
"ATPName": "sample string 3",
"ATPEmailId": "sample string 4",
"ATPLogo": "sample string 5",
"ProviderType": 1
},
{
"ATPId": 1,
"AccManagerName": "sample string 2",
"ATPName": "sample string 3",
"ATPEmailId": "sample string 4",
"ATPLogo": "sample string 5",
"ProviderType": 1
}
],
"BrandList": [
{
"BrandId": 1,
"BrandName": "sample string 2",
"BrandLogo": "sample string 3",
"BrandUrl": "sample string 4"
},
{
"BrandId": 1,
"BrandName": "sample string 2",
"BrandLogo": "sample string 3",
"BrandUrl": "sample string 4"
}
],
"LastRepliedBy": "sample string 45",
"LastRepliedStatus": 46,
"AlternativeEmailID": "sample string 47",
"Rating": 1,
"CSRating": 48,
"Feedback": "sample string 49",
"ParentQueryNo": 50
}
application/xml, text/xml
Sample:
<QueryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMEduWebAPI2.Models">
<ATPId>35</ATPId>
<ATPList>
<ATPDetailModel>
<ATPEmailId>sample string 4</ATPEmailId>
<ATPId>1</ATPId>
<ATPLogo>sample string 5</ATPLogo>
<ATPName>sample string 3</ATPName>
<AccManagerName>sample string 2</AccManagerName>
<ProviderType>1</ProviderType>
</ATPDetailModel>
<ATPDetailModel>
<ATPEmailId>sample string 4</ATPEmailId>
<ATPId>1</ATPId>
<ATPLogo>sample string 5</ATPLogo>
<ATPName>sample string 3</ATPName>
<AccManagerName>sample string 2</AccManagerName>
<ProviderType>1</ProviderType>
</ATPDetailModel>
</ATPList>
<ATPName>sample string 34</ATPName>
<AddedBy>sample string 39</AddedBy>
<AlternativeEmailID>sample string 47</AlternativeEmailID>
<AnsAttachment>sample string 20</AnsAttachment>
<Answer>sample string 18</Answer>
<BrandId>5</BrandId>
<BrandList>
<BrandModel>
<BrandId>1</BrandId>
<BrandLogo>sample string 3</BrandLogo>
<BrandName>sample string 2</BrandName>
<BrandUrl>sample string 4</BrandUrl>
</BrandModel>
<BrandModel>
<BrandId>1</BrandId>
<BrandLogo>sample string 3</BrandLogo>
<BrandName>sample string 2</BrandName>
<BrandUrl>sample string 4</BrandUrl>
</BrandModel>
</BrandList>
<BrandLogo>sample string 7</BrandLogo>
<BrandName>sample string 6</BrandName>
<BrandUrl>sample string 8</BrandUrl>
<CSRating>48</CSRating>
<CategoryId>9</CategoryId>
<CategoryName>sample string 10</CategoryName>
<City>sample string 43</City>
<CommunicationCount>27</CommunicationCount>
<Company>sample string 44</Company>
<Count>25</Count>
<Country>sample string 41</Country>
<CourseId>1</CourseId>
<CreatedBy>sample string 15</CreatedBy>
<CreatedOn>2025-10-28T23:35:35.6669414+05:30</CreatedOn>
<CurrentPage>32</CurrentPage>
<CustId>1</CustId>
<Email>sample string 4</Email>
<Feedback>sample string 49</Feedback>
<FileType>sample string 29</FileType>
<IPAddress>sample string 40</IPAddress>
<InternalNote>sample string 38</InternalNote>
<LastRepliedBy>sample string 45</LastRepliedBy>
<LastRepliedOn>2025-10-28T23:35:35.6669414+05:30</LastRepliedOn>
<LastRepliedStatus>46</LastRepliedStatus>
<LastUpdateOn>2025-10-28T23:35:35.6669414+05:30</LastUpdateOn>
<NotificationCount>26</NotificationCount>
<OtherBrand>sample string 12</OtherBrand>
<OtherSection>sample string 13</OtherSection>
<PageCount>31</PageCount>
<ParentQueryNo>50</ParentQueryNo>
<PastTicketCount>22</PastTicketCount>
<Phone>sample string 36</Phone>
<QAReadStatus>24</QAReadStatus>
<QAttachment>sample string 19</QAttachment>
<QReadStatus>23</QReadStatus>
<Query>sample string 3</Query>
<QueryAttachment xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web" i:nil="true" />
<QueryNo>1</QueryNo>
<QueryStatus>14</QueryStatus>
<QueryType>sample string 11</QueryType>
<Rating>1</Rating>
<RepliedBy>sample string 16</RepliedBy>
<RepliedOn>2025-10-28T23:35:35.6669414+05:30</RepliedOn>
<ReplyCount>21</ReplyCount>
<Source>sample string 30</Source>
<State>sample string 42</State>
<Subject>sample string 2</Subject>
<Token>sample string 37</Token>
<TotalCount>28</TotalCount>
<TotalEntries>33</TotalEntries>
<UserId>1</UserId>
<UserType>sample string 17</UserType>
</QueryModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |