POST api/MOD/InsertCallData
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-14T05:04:59.1640788-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-14T05:04:59.1640788-07:00", "Comments": "sample string 3" }