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": "12c9aefa-7fea-4f9b-b213-5cce3b55bc9b",
"CallEventResponseID": "00c113b9-bc8f-468d-ad95-5c97ee4a2baa",
"DateReceived": "2025-12-05T09:27:50.8237545+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.