POST api/MOD/UpdateCallData
Request Information
URI Parameters
None.
Body Parameters
ModBoxCallDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ModBoxId | integer |
None. |
|
| CallStatusTypeId | integer |
None. |
|
| CallDate | date |
None. |
|
| Comments | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ModBoxId": 2,
"CallStatusTypeId": 1,
"CallDate": "2026-02-03T18:24:14.902736-08:00",
"Comments": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ModBoxCallDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ModBoxId | integer |
None. |
|
| CallStatusTypeId | integer |
None. |
|
| CallDate | date |
None. |
|
| Comments | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"ModBoxId": 2,
"CallStatusTypeId": 1,
"CallDate": "2026-02-03T18:24:14.902736-08:00",
"Comments": "sample string 3"
}