POST services/Tencent/UpdateRMAAskCase
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Action": "sample string 1",
"SystemName": "sample string 2",
"Appkey": "sample string 3",
"Data": {
"CaseId": "sample string 1",
"TicketNo": "sample string 2",
"Content": "sample string 3",
"CaseLevelChange": "sample string 4",
"UploadAttachment": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"IsCloseCase": true
}
}
application/xml, text/xml
Sample:
<TencentRMAAskUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/H3C.ServiceAgent.Model.Tencent">
<Action>sample string 1</Action>
<Appkey>sample string 3</Appkey>
<Data>
<CaseId>sample string 1</CaseId>
<CaseLevelChange>sample string 4</CaseLevelChange>
<Content>sample string 3</Content>
<IsCloseCase>true</IsCloseCase>
<TicketNo>sample string 2</TicketNo>
<UploadAttachment xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
<d3p1:string>sample string 3</d3p1:string>
</UploadAttachment>
</Data>
<SystemName>sample string 2</SystemName>
</TencentRMAAskUpdateRequest>
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Return": 1,
"Details": "sample string 2"
}
application/xml, text/xml
Sample:
<H3cUpdateRMAAskResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/H3C.ServiceAgent.Model.Tencent"> <Details>sample string 2</Details> <Return>1</Return> </H3cUpdateRMAAskResponse>