POST api/logging/log?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

Токен авторизации

string

Required

Body Parameters

LogInfo
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<LogInfo>
  <Code>1</Code>
  <Message>sample string 2</Message>
</LogInfo>

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.