POST api/PhoneCall
Request Information
URI Parameters
None.
Body Parameters
ApiPhoneCall| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| date | date |
None. |
|
| statusID | integer |
None. |
|
| note | string |
None. |
|
| phoneNumber | string |
None. |
|
| callID | integer |
None. |
|
| matchesCall | boolean |
None. |
|
| duration | integer |
None. |
|
| hasFile | boolean |
None. |
|
| fileLink | string |
None. |
|
| userID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"date": "2025-10-23T22:44:06.9144938+01:00",
"statusID": 3,
"note": "sample string 4",
"phoneNumber": "sample string 5",
"callID": 1,
"matchesCall": true,
"duration": 7,
"hasFile": true,
"fileLink": "sample string 9",
"userID": 1
}
application/octet-stream, multipart/form-data
Sample:
{"ID":1,"date":"2025-10-23T22:44:06.9144938+01:00","statusID":3,"note":"sample string 4","phoneNumber":"sample string 5","callID":1,"matchesCall":true,"duration":7,"hasFile":true,"fileLink":"sample string 9","userID":1}
application/xml, text/xml
Sample:
<PhoneCallController.ApiPhoneCall xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HTMW.Controllers"> <ID>1</ID> <callID>1</callID> <date>2025-10-23T22:44:06.9144938+01:00</date> <duration>7</duration> <fileLink>sample string 9</fileLink> <hasFile>true</hasFile> <matchesCall>true</matchesCall> <note>sample string 4</note> <phoneNumber>sample string 5</phoneNumber> <statusID>3</statusID> <userID>1</userID> </PhoneCallController.ApiPhoneCall>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PhoneCall| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CallID | integer |
None. |
|
| CallDate | date |
None. |
|
| Number | string |
None. |
|
| VoipID | string |
None. |
|
| StatusID | integer |
None. |
|
| Note | string |
None. |
|
| UserID | integer |
None. |
|
| FileLink | string |
None. |
|
| PhoneCallStatu | PhoneCallStatu |
None. |
|
| User | User |
None. |
|
| CallLogs | Collection of CallLog |
None. |
|
| Call | Call |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/octet-stream
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.