POST api/export/airliquide

Export data for Air Liquide

Request Information

URI Parameters

None.

Body Parameters

Request Filter

ALRequestApiViewModel
NameDescriptionTypeAdditional information
From

date

None.

ProjectName

string

None.

OrderName

string

None.

SHStatusNames

Collection of string

None.

HUStatusNames

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "From": "2024-09-19T10:06:37.5768553+02:00",
  "ProjectName": "sample string 2",
  "OrderName": "sample string 3",
  "SHStatusNames": [
    "sample string 1",
    "sample string 2"
  ],
  "HUStatusNames": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<ALRequestApiViewModel 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:06:37.5768553+02:00</From>
  <HUStatusNames xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </HUStatusNames>
  <OrderName>sample string 3</OrderName>
  <ProjectName>sample string 2</ProjectName>
  <SHStatusNames xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </SHStatusNames>
</ALRequestApiViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result

Collection of ALApiViewModel
NameDescriptionTypeAdditional information
Type

string

None.

Code

string

None.

Gross

decimal number

None.

Net

decimal number

None.

Created

date

None.

Updated

date

None.

Length

decimal number

None.

Width

decimal number

None.

Height

decimal number

None.

Volume

decimal number

None.

Project

string

None.

Order

string

None.

SHCode

string

None.

SHLineNo

integer

None.

LPCode

string

None.

LPDescription

string

None.

LPQuantity

decimal number

None.

LPUOM

string

None.

CMCode

string

None.

CMDescription

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Type": "sample string 1",
    "Code": "sample string 2",
    "Gross": 3.0,
    "Net": 4.0,
    "Created": "2024-09-19T10:06:37.5924599+02:00",
    "Updated": "2024-09-19T10:06:37.5924599+02:00",
    "Length": 7.0,
    "Width": 8.0,
    "Height": 9.0,
    "Volume": 10.0,
    "Project": "sample string 11",
    "Order": "sample string 12",
    "SHCode": "sample string 13",
    "SHLineNo": 14,
    "LPCode": "sample string 15",
    "LPDescription": "sample string 16",
    "LPQuantity": 17.0,
    "LPUOM": "sample string 18",
    "CMCode": "sample string 19",
    "CMDescription": "sample string 20"
  },
  {
    "Type": "sample string 1",
    "Code": "sample string 2",
    "Gross": 3.0,
    "Net": 4.0,
    "Created": "2024-09-19T10:06:37.5924599+02:00",
    "Updated": "2024-09-19T10:06:37.5924599+02:00",
    "Length": 7.0,
    "Width": 8.0,
    "Height": 9.0,
    "Volume": 10.0,
    "Project": "sample string 11",
    "Order": "sample string 12",
    "SHCode": "sample string 13",
    "SHLineNo": 14,
    "LPCode": "sample string 15",
    "LPDescription": "sample string 16",
    "LPQuantity": 17.0,
    "LPUOM": "sample string 18",
    "CMCode": "sample string 19",
    "CMDescription": "sample string 20"
  }
]

application/xml, text/xml

Sample:
<ArrayOfALApiViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Deufol.OSL.EntryTool.BLL.Models.ApiModels">
  <ALApiViewModel>
    <CMCode>sample string 19</CMCode>
    <CMDescription>sample string 20</CMDescription>
    <Code>sample string 2</Code>
    <Created>2024-09-19T10:06:37.5924599+02:00</Created>
    <Gross>3</Gross>
    <Height>9</Height>
    <LPCode>sample string 15</LPCode>
    <LPDescription>sample string 16</LPDescription>
    <LPQuantity>17</LPQuantity>
    <LPUOM>sample string 18</LPUOM>
    <Length>7</Length>
    <Net>4</Net>
    <Order>sample string 12</Order>
    <Project>sample string 11</Project>
    <SHCode>sample string 13</SHCode>
    <SHLineNo>14</SHLineNo>
    <Type>sample string 1</Type>
    <Updated>2024-09-19T10:06:37.5924599+02:00</Updated>
    <Volume>10</Volume>
    <Width>8</Width>
  </ALApiViewModel>
  <ALApiViewModel>
    <CMCode>sample string 19</CMCode>
    <CMDescription>sample string 20</CMDescription>
    <Code>sample string 2</Code>
    <Created>2024-09-19T10:06:37.5924599+02:00</Created>
    <Gross>3</Gross>
    <Height>9</Height>
    <LPCode>sample string 15</LPCode>
    <LPDescription>sample string 16</LPDescription>
    <LPQuantity>17</LPQuantity>
    <LPUOM>sample string 18</LPUOM>
    <Length>7</Length>
    <Net>4</Net>
    <Order>sample string 12</Order>
    <Project>sample string 11</Project>
    <SHCode>sample string 13</SHCode>
    <SHLineNo>14</SHLineNo>
    <Type>sample string 1</Type>
    <Updated>2024-09-19T10:06:37.5924599+02:00</Updated>
    <Volume>10</Volume>
    <Width>8</Width>
  </ALApiViewModel>
</ArrayOfALApiViewModel>