POST api/meet/logerror/{primarykey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| primarykey | globally unique identifier |
Required |
Body Parameters
LogAppError| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorId | integer |
None. |
|
| ErrorKey | globally unique identifier |
Required |
|
| Subject | string |
None. |
|
| ExceptionMsg | string |
None. |
|
| ExceptionType | string |
None. |
|
| ExceptionSource | string |
None. |
|
| ExceptionURL | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| ReferenecId | string |
None. |
|
| MeetingKey | globally unique identifier |
None. |
|
| SubscriberKey | globally unique identifier |
None. |
|
| SendEmail | boolean |
None. |
|
| JoinKey | string |
None. |
|
| AdditionalEmail | string |
None. |
|
| TriggerClickup | boolean |
None. |
|
| Errordate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ErrorId": 1,
"ErrorKey": "f7a7c3f3-29fa-4de4-9409-70f5e7add0ea",
"Subject": "sample string 3",
"ExceptionMsg": "sample string 4",
"ExceptionType": "sample string 5",
"ExceptionSource": "sample string 6",
"ExceptionURL": "sample string 7",
"UserId": "2fe1ce02-e7e3-4f11-8a09-0dd1385dcac5",
"ReferenecId": "sample string 8",
"MeetingKey": "9f1c5065-85c7-43f9-9ab5-bcc50c17ebf3",
"SubscriberKey": "a586ecf2-f510-4a82-b1c7-7612bcd71af5",
"SendEmail": true,
"JoinKey": "sample string 9",
"AdditionalEmail": "sample string 10",
"TriggerClickup": true,
"Errordate": "2026-07-31T02:27:14.7030601+00:00"
}
application/xml, text/xml
Sample:
<MeetController.LogAppError xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SeeTheProWebAPI.Controllers"> <AdditionalEmail>sample string 10</AdditionalEmail> <ErrorId>1</ErrorId> <ErrorKey>f7a7c3f3-29fa-4de4-9409-70f5e7add0ea</ErrorKey> <Errordate>2026-07-31T02:27:14.7030601+00:00</Errordate> <ExceptionMsg>sample string 4</ExceptionMsg> <ExceptionSource>sample string 6</ExceptionSource> <ExceptionType>sample string 5</ExceptionType> <ExceptionURL>sample string 7</ExceptionURL> <JoinKey>sample string 9</JoinKey> <MeetingKey>9f1c5065-85c7-43f9-9ab5-bcc50c17ebf3</MeetingKey> <ReferenecId>sample string 8</ReferenecId> <SendEmail>true</SendEmail> <Subject>sample string 3</Subject> <SubscriberKey>a586ecf2-f510-4a82-b1c7-7612bcd71af5</SubscriberKey> <TriggerClickup>true</TriggerClickup> <UserId>2fe1ce02-e7e3-4f11-8a09-0dd1385dcac5</UserId> </MeetController.LogAppError>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.