POST Api/purchaseorder/GetPurchaseOrders
Request Information
URI Parameters
None.
Body Parameters
GetPurchaseOrderRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"RecordDate": "2025-12-14T08:04:27.4853334+01:00"
}
application/xml, text/xml
Sample:
<GetPurchaseOrderRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models"> <RecordDate>2025-12-14T08:04:27.4853334+01:00</RecordDate> </GetPurchaseOrderRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PurchaseOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseOrderId | globally unique identifier |
None. |
|
| Source | string |
None. |
|
| SapOrderNumber | string |
None. |
|
| SupplierId | string |
None. |
|
| OrderTypeId | string |
None. |
|
| ExpectedDeliveryDate | date |
None. |
|
| SapDestination | string |
None. |
|
| CreatedDateTime | date |
None. |
|
| DownloadDateTime | date |
None. |
|
| SentToSapDateTime | date |
None. |
|
| SupplierCompany | string |
None. |
|
| OrderCount | integer |
None. |
|
| ProductCount | integer |
None. |
|
| ProductQty | integer |
None. |
|
| PurchaseOrderDetails | Collection of PurchaseOrderDetail |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PurchaseOrderId": "b2a98a3b-e75d-44fb-a63c-f7b91ab0c550",
"Source": "sample string 2",
"SapOrderNumber": "sample string 3",
"SupplierId": "sample string 4",
"OrderTypeId": "sample string 5",
"ExpectedDeliveryDate": "2025-12-14T08:04:27.4853334+01:00",
"SapDestination": "sample string 7",
"CreatedDateTime": "2025-12-14T08:04:27.4853334+01:00",
"DownloadDateTime": "2025-12-14T08:04:27.4853334+01:00",
"SentToSapDateTime": "2025-12-14T08:04:27.4853334+01:00",
"SupplierCompany": "sample string 9",
"OrderCount": 10,
"ProductCount": 11,
"ProductQty": 12,
"PurchaseOrderDetails": [
{
"PurchaseOrderId": "43029497-5d3d-4f6d-b6ea-0ac8c678e29d",
"SalesOrderId": "7ba561c8-1038-4b01-ab0f-8ef1d0623032",
"ShopId": "sample string 3",
"Company": "sample string 4",
"City": "sample string 5",
"ProductId": "sample string 6",
"Description": "sample string 7",
"OrderUnitId": "sample string 8",
"Qty": 9
},
{
"PurchaseOrderId": "43029497-5d3d-4f6d-b6ea-0ac8c678e29d",
"SalesOrderId": "7ba561c8-1038-4b01-ab0f-8ef1d0623032",
"ShopId": "sample string 3",
"Company": "sample string 4",
"City": "sample string 5",
"ProductId": "sample string 6",
"Description": "sample string 7",
"OrderUnitId": "sample string 8",
"Qty": 9
}
]
},
{
"PurchaseOrderId": "b2a98a3b-e75d-44fb-a63c-f7b91ab0c550",
"Source": "sample string 2",
"SapOrderNumber": "sample string 3",
"SupplierId": "sample string 4",
"OrderTypeId": "sample string 5",
"ExpectedDeliveryDate": "2025-12-14T08:04:27.4853334+01:00",
"SapDestination": "sample string 7",
"CreatedDateTime": "2025-12-14T08:04:27.4853334+01:00",
"DownloadDateTime": "2025-12-14T08:04:27.4853334+01:00",
"SentToSapDateTime": "2025-12-14T08:04:27.4853334+01:00",
"SupplierCompany": "sample string 9",
"OrderCount": 10,
"ProductCount": 11,
"ProductQty": 12,
"PurchaseOrderDetails": [
{
"PurchaseOrderId": "43029497-5d3d-4f6d-b6ea-0ac8c678e29d",
"SalesOrderId": "7ba561c8-1038-4b01-ab0f-8ef1d0623032",
"ShopId": "sample string 3",
"Company": "sample string 4",
"City": "sample string 5",
"ProductId": "sample string 6",
"Description": "sample string 7",
"OrderUnitId": "sample string 8",
"Qty": 9
},
{
"PurchaseOrderId": "43029497-5d3d-4f6d-b6ea-0ac8c678e29d",
"SalesOrderId": "7ba561c8-1038-4b01-ab0f-8ef1d0623032",
"ShopId": "sample string 3",
"Company": "sample string 4",
"City": "sample string 5",
"ProductId": "sample string 6",
"Description": "sample string 7",
"OrderUnitId": "sample string 8",
"Qty": 9
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfPurchaseOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Data.Models.Intranet">
<PurchaseOrder>
<CreatedDateTime>2025-12-14T08:04:27.4853334+01:00</CreatedDateTime>
<DownloadDateTime>2025-12-14T08:04:27.4853334+01:00</DownloadDateTime>
<ExpectedDeliveryDate>2025-12-14T08:04:27.4853334+01:00</ExpectedDeliveryDate>
<OrderCount>10</OrderCount>
<OrderTypeId>sample string 5</OrderTypeId>
<ProductCount>11</ProductCount>
<ProductQty>12</ProductQty>
<PurchaseOrderDetails>
<PurchaseOrderDetail>
<City>sample string 5</City>
<Company>sample string 4</Company>
<Description>sample string 7</Description>
<OrderUnitId>sample string 8</OrderUnitId>
<ProductId>sample string 6</ProductId>
<PurchaseOrderId>43029497-5d3d-4f6d-b6ea-0ac8c678e29d</PurchaseOrderId>
<Qty>9</Qty>
<SalesOrderId>7ba561c8-1038-4b01-ab0f-8ef1d0623032</SalesOrderId>
<ShopId>sample string 3</ShopId>
</PurchaseOrderDetail>
<PurchaseOrderDetail>
<City>sample string 5</City>
<Company>sample string 4</Company>
<Description>sample string 7</Description>
<OrderUnitId>sample string 8</OrderUnitId>
<ProductId>sample string 6</ProductId>
<PurchaseOrderId>43029497-5d3d-4f6d-b6ea-0ac8c678e29d</PurchaseOrderId>
<Qty>9</Qty>
<SalesOrderId>7ba561c8-1038-4b01-ab0f-8ef1d0623032</SalesOrderId>
<ShopId>sample string 3</ShopId>
</PurchaseOrderDetail>
</PurchaseOrderDetails>
<PurchaseOrderId>b2a98a3b-e75d-44fb-a63c-f7b91ab0c550</PurchaseOrderId>
<SapDestination>sample string 7</SapDestination>
<SapOrderNumber>sample string 3</SapOrderNumber>
<SentToSapDateTime>2025-12-14T08:04:27.4853334+01:00</SentToSapDateTime>
<Source>sample string 2</Source>
<SupplierCompany>sample string 9</SupplierCompany>
<SupplierId>sample string 4</SupplierId>
</PurchaseOrder>
<PurchaseOrder>
<CreatedDateTime>2025-12-14T08:04:27.4853334+01:00</CreatedDateTime>
<DownloadDateTime>2025-12-14T08:04:27.4853334+01:00</DownloadDateTime>
<ExpectedDeliveryDate>2025-12-14T08:04:27.4853334+01:00</ExpectedDeliveryDate>
<OrderCount>10</OrderCount>
<OrderTypeId>sample string 5</OrderTypeId>
<ProductCount>11</ProductCount>
<ProductQty>12</ProductQty>
<PurchaseOrderDetails>
<PurchaseOrderDetail>
<City>sample string 5</City>
<Company>sample string 4</Company>
<Description>sample string 7</Description>
<OrderUnitId>sample string 8</OrderUnitId>
<ProductId>sample string 6</ProductId>
<PurchaseOrderId>43029497-5d3d-4f6d-b6ea-0ac8c678e29d</PurchaseOrderId>
<Qty>9</Qty>
<SalesOrderId>7ba561c8-1038-4b01-ab0f-8ef1d0623032</SalesOrderId>
<ShopId>sample string 3</ShopId>
</PurchaseOrderDetail>
<PurchaseOrderDetail>
<City>sample string 5</City>
<Company>sample string 4</Company>
<Description>sample string 7</Description>
<OrderUnitId>sample string 8</OrderUnitId>
<ProductId>sample string 6</ProductId>
<PurchaseOrderId>43029497-5d3d-4f6d-b6ea-0ac8c678e29d</PurchaseOrderId>
<Qty>9</Qty>
<SalesOrderId>7ba561c8-1038-4b01-ab0f-8ef1d0623032</SalesOrderId>
<ShopId>sample string 3</ShopId>
</PurchaseOrderDetail>
</PurchaseOrderDetails>
<PurchaseOrderId>b2a98a3b-e75d-44fb-a63c-f7b91ab0c550</PurchaseOrderId>
<SapDestination>sample string 7</SapDestination>
<SapOrderNumber>sample string 3</SapOrderNumber>
<SentToSapDateTime>2025-12-14T08:04:27.4853334+01:00</SentToSapDateTime>
<Source>sample string 2</Source>
<SupplierCompany>sample string 9</SupplierCompany>
<SupplierId>sample string 4</SupplierId>
</PurchaseOrder>
</ArrayOfPurchaseOrder>