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": "2025-12-12T08:36:42.9743711+02:00",
  "DriverId": 1,
  "ClientId": 1,
  "DateLeft": "2025-12-12T08:36:42.9743711+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": "2025-12-12T08:36:42.9743711+02:00",
  "DriverId": 1,
  "ClientId": 1,
  "DateLeft": "2025-12-12T08:36:42.9743711+02:00"
}