GET api/Order/GetOrder

Get a list of orders

Request Information

URI Parameters

None.

Body Parameters

OrderRequestModel
NameDescriptionTypeAdditional information
intOrderID

integer

None.

intOrderNo

integer

None.

intTaskNumber

integer

None.

intOrderStatus

integer

None.

dtmExecutionDate

date

None.

strOrderTitle

string

None.

strCustomerOrderNo1

string

None.

dtmOrderDate

date

None.

strCostCenter

string

None.

strContacPerson

string

None.

strContactEMail

string

None.

strName1

string

None.

strName2

string

None.

Offset

integer

None.

PageSize

integer

None.

strSortAttribute

string

None.

strSortDirection

string

None.

Attributes

Collection of AttributesModel

None.

Request Formats

application/json, text/json

Sample:
{
  "intOrderID": 1,
  "intOrderNo": 2,
  "intTaskNumber": 3,
  "intOrderStatus": 4,
  "dtmExecutionDate": "2024-10-08T19:19:03.5375616+02:00",
  "strOrderTitle": "sample string 6",
  "strCustomerOrderNo1": "sample string 7",
  "dtmOrderDate": "2024-10-08T19:19:03.5375616+02:00",
  "strCostCenter": "sample string 9",
  "strContacPerson": "sample string 10",
  "strContactEMail": "sample string 11",
  "strName1": "sample string 12",
  "strName2": "sample string 13",
  "Offset": 14,
  "PageSize": 15,
  "strSortAttribute": "sample string 16",
  "strSortDirection": "sample string 17",
  "Attributes": [
    {
      "strAttribute": "sample string 1"
    },
    {
      "strAttribute": "sample string 1"
    }
  ]
}

application/xml, text/xml

Sample:
<OrderRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS2.WMSWebApi.Models">
  <Attributes>
    <AttributesModel>
      <strAttribute>sample string 1</strAttribute>
    </AttributesModel>
    <AttributesModel>
      <strAttribute>sample string 1</strAttribute>
    </AttributesModel>
  </Attributes>
  <Offset>14</Offset>
  <PageSize>15</PageSize>
  <dtmExecutionDate>2024-10-08T19:19:03.5375616+02:00</dtmExecutionDate>
  <dtmOrderDate>2024-10-08T19:19:03.5375616+02:00</dtmOrderDate>
  <intOrderID>1</intOrderID>
  <intOrderNo>2</intOrderNo>
  <intOrderStatus>4</intOrderStatus>
  <intTaskNumber>3</intTaskNumber>
  <strContacPerson>sample string 10</strContacPerson>
  <strContactEMail>sample string 11</strContactEMail>
  <strCostCenter>sample string 9</strCostCenter>
  <strCustomerOrderNo1>sample string 7</strCustomerOrderNo1>
  <strName1>sample string 12</strName1>
  <strName2>sample string 13</strName2>
  <strOrderTitle>sample string 6</strOrderTitle>
  <strSortAttribute>sample string 16</strSortAttribute>
  <strSortDirection>sample string 17</strSortDirection>
</OrderRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.