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": "a3dd98e1-9be4-4980-b362-66609e2e54c6",
"CallEventResponseID": "baf5761a-43ad-4efd-bc9e-57ecf288c0fd",
"DateReceived": "2026-04-20T09:56:09.7593859+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.