POST api/transaction/exeption

Request Information

URI Parameters

None.

Body Parameters

ExceptionBlock
NameDescriptionTypeAdditional information
ExceptionMessage

string

None.

ExceptionTS

date

None.

Stack

string

None.

Area

string

None.

Severity

integer

None.

OrgId

globally unique identifier

None.

PartitionKey

string

None.

RowKey

string

None.

Timestamp

date

None.

ETag

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ExceptionMessage": "sample string 1",
  "ExceptionTS": "2024-04-19T21:41:01.4865933+00:00",
  "Stack": "sample string 3",
  "Area": "sample string 4",
  "Severity": 5,
  "OrgId": "0c58c842-fb36-41d9-9208-680b0d27afbe",
  "PartitionKey": "sample string 7",
  "RowKey": "sample string 8",
  "Timestamp": "2024-04-19T21:41:01.4865933+00:00",
  "ETag": "sample string 10"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ExceptionBlock'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.