POST api/export/andritz

Export data for Andritz

Request Information

URI Parameters

None.

Body Parameters

Request Filter

AZRequestApiViewModel
NameDescriptionTypeAdditional information
From

date

None.

ProjectDimName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "From": "2024-09-19T10:14:33.7699085+02:00",
  "ProjectDimName": "sample string 2"
}

application/xml, text/xml

Sample:
<AZRequestApiViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Deufol.OSL.EntryTool.BLL.Models.ApiModels">
  <From>2024-09-19T10:14:33.7699085+02:00</From>
  <ProjectDimName>sample string 2</ProjectDimName>
</AZRequestApiViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result

Collection of AZApiViewModel
NameDescriptionTypeAdditional information
Project

string

None.

PackageNo

string

None.

InboundDate

date

None.

ShipmentNo

string

None.

OutboundDate

date

None.

Updated

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Project": "sample string 1",
    "PackageNo": "sample string 2",
    "InboundDate": "2024-09-19T10:14:33.7699085+02:00",
    "ShipmentNo": "sample string 4",
    "OutboundDate": "2024-09-19T10:14:33.7699085+02:00",
    "Updated": "2024-09-19T10:14:33.7699085+02:00"
  },
  {
    "Project": "sample string 1",
    "PackageNo": "sample string 2",
    "InboundDate": "2024-09-19T10:14:33.7699085+02:00",
    "ShipmentNo": "sample string 4",
    "OutboundDate": "2024-09-19T10:14:33.7699085+02:00",
    "Updated": "2024-09-19T10:14:33.7699085+02:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAZApiViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Deufol.OSL.EntryTool.BLL.Models.ApiModels">
  <AZApiViewModel>
    <InboundDate>2024-09-19T10:14:33.7699085+02:00</InboundDate>
    <OutboundDate>2024-09-19T10:14:33.7699085+02:00</OutboundDate>
    <PackageNo>sample string 2</PackageNo>
    <Project>sample string 1</Project>
    <ShipmentNo>sample string 4</ShipmentNo>
    <Updated>2024-09-19T10:14:33.7699085+02:00</Updated>
  </AZApiViewModel>
  <AZApiViewModel>
    <InboundDate>2024-09-19T10:14:33.7699085+02:00</InboundDate>
    <OutboundDate>2024-09-19T10:14:33.7699085+02:00</OutboundDate>
    <PackageNo>sample string 2</PackageNo>
    <Project>sample string 1</Project>
    <ShipmentNo>sample string 4</ShipmentNo>
    <Updated>2024-09-19T10:14:33.7699085+02:00</Updated>
  </AZApiViewModel>
</ArrayOfAZApiViewModel>