POST api/meet/logerror/{primarykey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
primarykey

globally unique identifier

Required

Body Parameters

LogAppError
NameDescriptionTypeAdditional 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": "895def72-a266-4b1b-b9e7-4fbdf41c605f",
  "Subject": "sample string 3",
  "ExceptionMsg": "sample string 4",
  "ExceptionType": "sample string 5",
  "ExceptionSource": "sample string 6",
  "ExceptionURL": "sample string 7",
  "UserId": "08862e4f-cb73-43b9-81a1-248dd7c24fe7",
  "ReferenecId": "sample string 8",
  "MeetingKey": "024e1c7a-351c-4f4e-9dcd-c7be292bf1b9",
  "SubscriberKey": "e0bacfcb-2705-4706-8ca5-76d984fa3342",
  "SendEmail": true,
  "JoinKey": "sample string 9",
  "AdditionalEmail": "sample string 10",
  "TriggerClickup": true,
  "Errordate": "2025-04-22T09:31:27.1578724+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>895def72-a266-4b1b-b9e7-4fbdf41c605f</ErrorKey>
  <Errordate>2025-04-22T09:31:27.1578724+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>024e1c7a-351c-4f4e-9dcd-c7be292bf1b9</MeetingKey>
  <ReferenecId>sample string 8</ReferenecId>
  <SendEmail>true</SendEmail>
  <Subject>sample string 3</Subject>
  <SubscriberKey>e0bacfcb-2705-4706-8ca5-76d984fa3342</SubscriberKey>
  <TriggerClickup>true</TriggerClickup>
  <UserId>08862e4f-cb73-43b9-81a1-248dd7c24fe7</UserId>
</MeetController.LogAppError>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.