POST api/MOD/UpdateCallData
Request Information
URI Parameters
None.
Body Parameters
ModBoxCallDTOName | 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": "2025-10-14T02:53:47.9650871-07:00", "Comments": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ModBoxCallDTOName | 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": "2025-10-14T02:53:47.9807118-07:00", "Comments": "sample string 3" }