POST api/Log
Request Information
URI Parameters
None.
Body Parameters
Log| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Action | string |
None. |
|
| EmployeeId | integer |
None. |
|
| Info | string |
None. |
|
| Info2 | string |
None. |
|
| ItemId | integer |
None. |
|
| VehicleId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Action": "sample string 2",
"EmployeeId": 1,
"Info": "sample string 3",
"Info2": "sample string 4",
"ItemId": 1,
"VehicleId": 5
}
application/xml, text/xml
Sample:
<Log xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cargo.AppData.Models"> <Action>sample string 2</Action> <EmployeeId>1</EmployeeId> <Id>1</Id> <Info>sample string 3</Info> <Info2>sample string 4</Info2> <ItemId>1</ItemId> <VehicleId>5</VehicleId> </Log>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |