POST api/saveCallingHeaderByVq
Request Information
URI Parameters
None.
Body Parameters
SaveCallingHeaderByVqRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| header | CallingHeaderData |
None. |
|
| detail | CallingDetailData |
None. |
Request Formats
application/json, text/json
Sample:
{
"header": {
"callHId": 1,
"callHCode": "sample string 2",
"callType": "sample string 3",
"contactPersonId": 4,
"contactPhone": "sample string 5",
"callData": "2026-01-13T18:21:44.5245688+07:00",
"staffCode": "sample string 7",
"finishCall": "sample string 8",
"contactChannelCode": "sample string 9",
"isActive": "sample string 10",
"isCalling": "sample string 11",
"topicDesc": "sample string 12",
"clientCode": "sample string 13",
"crmCode": "sample string 14",
"leadCode": "sample string 15",
"finishDate": "2026-01-13T18:21:44.5245688+07:00",
"userName": "sample string 16",
"oppId": 1
},
"detail": {
"trCallHCode": "sample string 1",
"callDId": "sample string 2",
"questionCode": "sample string 3",
"answerCode": "sample string 4",
"reasonCode": "sample string 5",
"appointmentDate": "2026-01-13T18:21:44.5245688+07:00",
"remark": "sample string 6",
"isSeriousCase": "sample string 7",
"isFinishCase": "sample string 8",
"isActive": "sample string 9",
"finishDate": "2026-01-13T18:21:44.5245688+07:00"
}
}
application/xml, text/xml
Sample:
<SaveCallingHeaderByVqRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request">
<detail>
<answerCode>sample string 4</answerCode>
<appointmentDate>2026-01-13T18:21:44.5245688+07:00</appointmentDate>
<callDId>sample string 2</callDId>
<finishDate>2026-01-13T18:21:44.5245688+07:00</finishDate>
<isActive>sample string 9</isActive>
<isFinishCase>sample string 8</isFinishCase>
<isSeriousCase>sample string 7</isSeriousCase>
<questionCode>sample string 3</questionCode>
<reasonCode>sample string 5</reasonCode>
<remark>sample string 6</remark>
<staffCode>sample string 10</staffCode>
<trCallHCode>sample string 1</trCallHCode>
</detail>
<header>
<callData>2026-01-13T18:21:44.5245688+07:00</callData>
<callHCode>sample string 2</callHCode>
<callHId>1</callHId>
<callType>sample string 3</callType>
<clientCode>sample string 13</clientCode>
<contactChannelCode>sample string 9</contactChannelCode>
<contactPersonId>4</contactPersonId>
<contactPhone>sample string 5</contactPhone>
<crmCode>sample string 14</crmCode>
<finishCall>sample string 8</finishCall>
<finishDate>2026-01-13T18:21:44.5245688+07:00</finishDate>
<isActive>sample string 10</isActive>
<isCalling>sample string 11</isCalling>
<leadCode>sample string 15</leadCode>
<oppId>1</oppId>
<staffCode>sample string 7</staffCode>
<topicDesc>sample string 12</topicDesc>
<userName>sample string 16</userName>
</header>
</SaveCallingHeaderByVqRequest>
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.