GET api/v{version}/Orders/GetByDate?key={key}&date={date}

Returns a collection of orders which are planned on the specified date

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

The API key

string

Required

date

The date on which the order is planned

date

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of OrderOutDTO
NameDescriptionTypeAdditional information
AlarmEndTime

boolean

None.

AssetID

integer

None.

AssetIn

boolean

None.

AssetName

string

None.

AssetOut

boolean

None.

AssetReady

boolean

None.

AssetWait

boolean

None.

CallWhenReady

boolean

None.

Completed

boolean

None.

CustomerID

integer

None.

CustomerNotes

string

None.

CustomerWaiting

boolean

None.

DateCreated

date

None.

EditByFirm

boolean

None.

LocationDepartmentID

integer

None.

Mileage

integer

None.

OrderCategory

OrderCategory

None.

OrderID

string

None.

OrderType

OrderType

None.

PasserBy

boolean

None.

PlanCodes

Collection of PlanCodeOutDTO

None.

PointOfTimeAssetIn

date

None.

PointOfTimeAssetOut

date

None.

Price

decimal number

None.

ReplacementCar

boolean

None.

RushOrder

boolean

None.

UserInitials

string

None.

WorkcardNr

string

None.

WorkNotes

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AlarmEndTime": true,
    "AssetID": 1,
    "AssetIn": true,
    "AssetName": "sample string 3",
    "AssetOut": true,
    "AssetReady": true,
    "AssetWait": true,
    "CallWhenReady": true,
    "Completed": true,
    "CustomerID": 1,
    "CustomerNotes": "sample string 9",
    "CustomerWaiting": true,
    "DateCreated": "2024-05-07T17:42:03.1686381+02:00",
    "EditByFirm": true,
    "LocationDepartmentID": 1,
    "Mileage": 13,
    "OrderCategory": "None",
    "OrderID": "sample string 14",
    "OrderType": "NormalOrder",
    "PasserBy": true,
    "PlanCodes": [
      {
        "Code": "sample string 1",
        "Color": "sample string 2",
        "Description": "sample string 3",
        "ExternalID": "sample string 4",
        "NumberOfHours": 1.0,
        "OABCategoryId": 1,
        "PlanCodeID": 1,
        "Sequence": 1,
        "SpecializationID": 1
      },
      {
        "Code": "sample string 1",
        "Color": "sample string 2",
        "Description": "sample string 3",
        "ExternalID": "sample string 4",
        "NumberOfHours": 1.0,
        "OABCategoryId": 1,
        "PlanCodeID": 1,
        "Sequence": 1,
        "SpecializationID": 1
      }
    ],
    "PointOfTimeAssetIn": "2024-05-07T17:42:03.1686381+02:00",
    "PointOfTimeAssetOut": "2024-05-07T17:42:03.1686381+02:00",
    "Price": 16.0,
    "ReplacementCar": true,
    "RushOrder": true,
    "UserInitials": "sample string 19",
    "WorkcardNr": "sample string 20",
    "WorkNotes": "sample string 21"
  },
  {
    "AlarmEndTime": true,
    "AssetID": 1,
    "AssetIn": true,
    "AssetName": "sample string 3",
    "AssetOut": true,
    "AssetReady": true,
    "AssetWait": true,
    "CallWhenReady": true,
    "Completed": true,
    "CustomerID": 1,
    "CustomerNotes": "sample string 9",
    "CustomerWaiting": true,
    "DateCreated": "2024-05-07T17:42:03.1686381+02:00",
    "EditByFirm": true,
    "LocationDepartmentID": 1,
    "Mileage": 13,
    "OrderCategory": "None",
    "OrderID": "sample string 14",
    "OrderType": "NormalOrder",
    "PasserBy": true,
    "PlanCodes": [
      {
        "Code": "sample string 1",
        "Color": "sample string 2",
        "Description": "sample string 3",
        "ExternalID": "sample string 4",
        "NumberOfHours": 1.0,
        "OABCategoryId": 1,
        "PlanCodeID": 1,
        "Sequence": 1,
        "SpecializationID": 1
      },
      {
        "Code": "sample string 1",
        "Color": "sample string 2",
        "Description": "sample string 3",
        "ExternalID": "sample string 4",
        "NumberOfHours": 1.0,
        "OABCategoryId": 1,
        "PlanCodeID": 1,
        "Sequence": 1,
        "SpecializationID": 1
      }
    ],
    "PointOfTimeAssetIn": "2024-05-07T17:42:03.1686381+02:00",
    "PointOfTimeAssetOut": "2024-05-07T17:42:03.1686381+02:00",
    "Price": 16.0,
    "ReplacementCar": true,
    "RushOrder": true,
    "UserInitials": "sample string 19",
    "WorkcardNr": "sample string 20",
    "WorkNotes": "sample string 21"
  }
]