POST api/Meet
Request Information
URI Parameters
None.
Body Parameters
LogAppErrorName | 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": "106a9c2d-29e0-4ca2-98fd-2f0fa9f772b5", "Subject": "sample string 3", "ExceptionMsg": "sample string 4", "ExceptionType": "sample string 5", "ExceptionSource": "sample string 6", "ExceptionURL": "sample string 7", "UserId": "b887c0df-0358-492c-a21b-862e25dba1e0", "ReferenecId": "sample string 8", "MeetingKey": "b8ed0710-537d-40b9-b46a-bcad5b6d1622", "SubscriberKey": "87985826-b3ae-4f23-98c8-d0dd845844c2", "SendEmail": true, "JoinKey": "sample string 9", "AdditionalEmail": "sample string 10", "TriggerClickup": true, "Errordate": "2025-09-15T22:07:14.6594664+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>106a9c2d-29e0-4ca2-98fd-2f0fa9f772b5</ErrorKey> <Errordate>2025-09-15T22:07:14.6594664+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>b8ed0710-537d-40b9-b46a-bcad5b6d1622</MeetingKey> <ReferenecId>sample string 8</ReferenecId> <SendEmail>true</SendEmail> <Subject>sample string 3</Subject> <SubscriberKey>87985826-b3ae-4f23-98c8-d0dd845844c2</SubscriberKey> <TriggerClickup>true</TriggerClickup> <UserId>b887c0df-0358-492c-a21b-862e25dba1e0</UserId> </MeetController.LogAppError>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |