PUT Mobility/PutCallEventResponseMessages
Request Information
URI Parameters
None.
Body Parameters
Collection of CallEventResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CallEventResponseID | globally unique identifier |
None. |
|
| DateReceived | date |
Required |
|
| RawHttpMessage | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "db4df681-c9c1-4f6d-9d91-a59b1cc2bc1a",
"CallEventResponseID": "800074b7-5673-4bf2-b102-4607064e622e",
"DateReceived": "2026-03-11T11:51:53.3403614+00:00",
"RawHttpMessage": "sample string 3"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.