PUT Mobility/PutCallEventResponseMessage
Request Information
URI Parameters
None.
Body Parameters
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": "61a2364d-6991-42c9-8d8e-1bb0ffae97f9",
"CallEventResponseID": "cd4a173f-41f6-490e-92a6-cc4ccd32c931",
"DateReceived": "2025-12-14T21:45:54.3892417+00:00",
"RawHttpMessage": "sample string 3"
}
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.