POST Api/logistics/InsertLog
Request Information
URI Parameters
None.
Body Parameters
InsertLogRequestModel| Name | Description | Type | Additional 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-12-14T08:04:01.6763734+01: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-12-14T08:04:01.6763734+01: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.