POST Api/logistics/InsertLog

Request Information

URI Parameters

None.

Body Parameters

InsertLogRequestModel
NameDescriptionTypeAdditional information
LogTypeId

string

None.

SourceId

string

None.

Message

string

None.

LocalLogDateTime

date

None.

IpAddress

string

None.

MachineName

string

None.

Username

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LogTypeId": "sample string 1",
  "SourceId": "sample string 2",
  "Message": "sample string 3",
  "LocalLogDateTime": "2025-08-02T15:33:48.0397651+02:00",
  "IpAddress": "sample string 5",
  "MachineName": "sample string 6",
  "Username": "sample string 7"
}

application/xml, text/xml

Sample:
<InsertLogRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models.Logistics">
  <IpAddress>sample string 5</IpAddress>
  <LocalLogDateTime>2025-08-02T15:33:48.0397651+02:00</LocalLogDateTime>
  <LogTypeId>sample string 1</LogTypeId>
  <MachineName>sample string 6</MachineName>
  <Message>sample string 3</Message>
  <SourceId>sample string 2</SourceId>
  <Username>sample string 7</Username>
</InsertLogRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.