POST api/MarshalLogs

Request Information

URI Parameters

None.

Body Parameters

MarshalLog
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

DriverId

integer

None.

ClientId

integer

None.

DateLeft

date

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2026-04-13T14:28:16.3113131+02:00",
  "DriverId": 1,
  "ClientId": 1,
  "DateLeft": "2026-04-13T14:28:16.3113131+02:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MarshalLog
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

DriverId

integer

None.

ClientId

integer

None.

DateLeft

date

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2026-04-13T14:28:16.3113131+02:00",
  "DriverId": 1,
  "ClientId": 1,
  "DateLeft": "2026-04-13T14:28:16.3113131+02:00"
}