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": "3196ba5d-857e-499d-a76c-c48ebcd70f9d",
"CallEventResponseID": "1460753d-4e1b-4d98-9a9d-4b09210d14ad",
"DateReceived": "2025-12-14T21:45:54.9245828+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.