POST api/RabbitMQ/ConsumeErrorLog

Request Information

URI Parameters

None.

Body Parameters

LogError
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

LogId

globally unique identifier

None.

Error

string

None.

CreateDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "536b3f47-c1f3-47c7-8049-ee8e4d7e62ee",
  "LogId": "72b12dc3-43f3-4de3-bbaf-26c73563100a",
  "Error": "sample string 3",
  "CreateDate": "2023-09-30 11:51:46"
}

application/xml, text/xml

Sample:
<LogError xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Strong.WebAPI.Model.RabbitMq">
  <CreateDate>2023-09-30T23:51:46.4760924+08:00</CreateDate>
  <Error>sample string 3</Error>
  <Id>536b3f47-c1f3-47c7-8049-ee8e4d7e62ee</Id>
  <LogId>72b12dc3-43f3-4de3-bbaf-26c73563100a</LogId>
</LogError>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.