POST api/Values/PostEmergencyCallLogs

Request Information

URI Parameters

None.

Body Parameters

Collection of t_emergency_call_logs
NameDescriptionTypeAdditional information
emergency_log_id

integer

None.

caller_id

integer

None.

caller_number

string

None.

log_datetime

date

None.

response_member_id

integer

None.

geolocation

string

None.

is_call

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "emergency_log_id": 1,
    "caller_id": 2,
    "caller_number": "sample string 3",
    "log_datetime": "2025-12-06T07:32:17.2782609-08:00",
    "response_member_id": 5,
    "geolocation": "sample string 6",
    "is_call": 7
  },
  {
    "$ref": "1"
  }
]

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"