GET api/SalesOrders?limit={limit}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
limit

integer

Default value is 50

Body Parameters

None.

Response Information

Resource Description

Collection of GemISTransactionWithDumpVM
NameDescriptionTypeAdditional information
Id

integer

None.

CustomerSiteId

integer

None.

CustomerSiteCode

string

None.

CustomerSiteName

string

None.

SwitchCustomerAndSupplier

boolean

None.

Date

date

None.

Truck

string

None.

Waste

string

None.

Driver

string

None.

CustomerService

string

None.

OrderNo

string

None.

PONo

string

None.

SapSalesPersonId

integer

None.

DNoteNumber

integer

None.

BinPlaced

string

None.

BinRemoved

string

None.

DriverComment

string

None.

DateAssigned

date

None.

TimeCheckedIn

date

None.

TimeCheckedOut

date

None.

DateCompleted

date

None.

IsReadyToExport

boolean

None.

IsExported

boolean

None.

Items

Collection of GemISItemVm

None.

Dumps

Collection of GemISPurchaseOrderVM

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "CustomerSiteId": 2,
    "CustomerSiteCode": "sample string 3",
    "CustomerSiteName": "sample string 4",
    "SwitchCustomerAndSupplier": true,
    "Date": "2025-11-08T12:55:39.4153277+02:00",
    "Truck": "sample string 7",
    "Waste": "sample string 8",
    "Driver": "sample string 9",
    "CustomerService": "sample string 10",
    "OrderNo": "sample string 11",
    "PONo": "sample string 12",
    "SapSalesPersonId": 1,
    "DNoteNumber": 1,
    "BinPlaced": "sample string 13",
    "BinRemoved": "sample string 14",
    "DriverComment": "sample string 15",
    "DateAssigned": "2025-11-08T12:55:39.4153277+02:00",
    "TimeCheckedIn": "2025-11-08T12:55:39.4153277+02:00",
    "TimeCheckedOut": "2025-11-08T12:55:39.4153277+02:00",
    "DateCompleted": "2025-11-08T12:55:39.4153277+02:00",
    "IsReadyToExport": true,
    "IsExported": true,
    "Items": [
      {
        "Id": 1,
        "SAPCode": "sample string 2",
        "Units": 3.1,
        "UnitPrice": 4.1,
        "DiscountPercentage": 5.1,
        "SubTotal": 6.1,
        "Description": "sample string 7",
        "CostTypeId": 8,
        "CostType": "sample string 9",
        "TaxTypeId": 10,
        "TaxPercentage": 11.1,
        "Unit": "sample string 12",
        "Price": 13.1,
        "VAT": 14.1,
        "PriceInclusive": 15.1,
        "SupplierId": 1,
        "Supplier": "sample string 16",
        "TransactionId": 17,
        "CustomerServiceItemId": 1,
        "CustomerServiceItem": "sample string 18",
        "Commodity": "sample string 19"
      },
      {
        "Id": 1,
        "SAPCode": "sample string 2",
        "Units": 3.1,
        "UnitPrice": 4.1,
        "DiscountPercentage": 5.1,
        "SubTotal": 6.1,
        "Description": "sample string 7",
        "CostTypeId": 8,
        "CostType": "sample string 9",
        "TaxTypeId": 10,
        "TaxPercentage": 11.1,
        "Unit": "sample string 12",
        "Price": 13.1,
        "VAT": 14.1,
        "PriceInclusive": 15.1,
        "SupplierId": 1,
        "Supplier": "sample string 16",
        "TransactionId": 17,
        "CustomerServiceItemId": 1,
        "CustomerServiceItem": "sample string 18",
        "Commodity": "sample string 19"
      }
    ],
    "Dumps": [
      {
        "CardCode": "sample string 1",
        "CardName": "sample string 2",
        "SupplierItemId": 3,
        "SupplierItem": "sample string 4",
        "RouteSheetId": 1,
        "TruckId": 5,
        "Truck": "sample string 6",
        "Date": "2025-11-08T12:55:39.4153277+02:00",
        "RefNo": "sample string 8",
        "SAPCode": "sample string 9",
        "SupplierTransactionId": 10,
        "TransactionId": 1,
        "SupplierId": 11,
        "SupplierCode": "sample string 12",
        "SupplierName": "sample string 13",
        "ShortName": "sample string 14",
        "Units": 15.1,
        "UnitPrice": 16.1,
        "DiscountPercentage": 17.1,
        "SubTotal": 18.1,
        "Description": "sample string 19",
        "CostTypeId": 20,
        "CostType": "sample string 21",
        "TaxTypeId": 22,
        "TaxPercentage": 23.1,
        "Unit": "sample string 24",
        "Price": 25.1,
        "VAT": 26.1,
        "PriceInclusive": 27.1,
        "Commodity": "sample string 28"
      },
      {
        "CardCode": "sample string 1",
        "CardName": "sample string 2",
        "SupplierItemId": 3,
        "SupplierItem": "sample string 4",
        "RouteSheetId": 1,
        "TruckId": 5,
        "Truck": "sample string 6",
        "Date": "2025-11-08T12:55:39.4153277+02:00",
        "RefNo": "sample string 8",
        "SAPCode": "sample string 9",
        "SupplierTransactionId": 10,
        "TransactionId": 1,
        "SupplierId": 11,
        "SupplierCode": "sample string 12",
        "SupplierName": "sample string 13",
        "ShortName": "sample string 14",
        "Units": 15.1,
        "UnitPrice": 16.1,
        "DiscountPercentage": 17.1,
        "SubTotal": 18.1,
        "Description": "sample string 19",
        "CostTypeId": 20,
        "CostType": "sample string 21",
        "TaxTypeId": 22,
        "TaxPercentage": 23.1,
        "Unit": "sample string 24",
        "Price": 25.1,
        "VAT": 26.1,
        "PriceInclusive": 27.1,
        "Commodity": "sample string 28"
      }
    ]
  },
  {
    "Id": 1,
    "CustomerSiteId": 2,
    "CustomerSiteCode": "sample string 3",
    "CustomerSiteName": "sample string 4",
    "SwitchCustomerAndSupplier": true,
    "Date": "2025-11-08T12:55:39.4153277+02:00",
    "Truck": "sample string 7",
    "Waste": "sample string 8",
    "Driver": "sample string 9",
    "CustomerService": "sample string 10",
    "OrderNo": "sample string 11",
    "PONo": "sample string 12",
    "SapSalesPersonId": 1,
    "DNoteNumber": 1,
    "BinPlaced": "sample string 13",
    "BinRemoved": "sample string 14",
    "DriverComment": "sample string 15",
    "DateAssigned": "2025-11-08T12:55:39.4153277+02:00",
    "TimeCheckedIn": "2025-11-08T12:55:39.4153277+02:00",
    "TimeCheckedOut": "2025-11-08T12:55:39.4153277+02:00",
    "DateCompleted": "2025-11-08T12:55:39.4153277+02:00",
    "IsReadyToExport": true,
    "IsExported": true,
    "Items": [
      {
        "Id": 1,
        "SAPCode": "sample string 2",
        "Units": 3.1,
        "UnitPrice": 4.1,
        "DiscountPercentage": 5.1,
        "SubTotal": 6.1,
        "Description": "sample string 7",
        "CostTypeId": 8,
        "CostType": "sample string 9",
        "TaxTypeId": 10,
        "TaxPercentage": 11.1,
        "Unit": "sample string 12",
        "Price": 13.1,
        "VAT": 14.1,
        "PriceInclusive": 15.1,
        "SupplierId": 1,
        "Supplier": "sample string 16",
        "TransactionId": 17,
        "CustomerServiceItemId": 1,
        "CustomerServiceItem": "sample string 18",
        "Commodity": "sample string 19"
      },
      {
        "Id": 1,
        "SAPCode": "sample string 2",
        "Units": 3.1,
        "UnitPrice": 4.1,
        "DiscountPercentage": 5.1,
        "SubTotal": 6.1,
        "Description": "sample string 7",
        "CostTypeId": 8,
        "CostType": "sample string 9",
        "TaxTypeId": 10,
        "TaxPercentage": 11.1,
        "Unit": "sample string 12",
        "Price": 13.1,
        "VAT": 14.1,
        "PriceInclusive": 15.1,
        "SupplierId": 1,
        "Supplier": "sample string 16",
        "TransactionId": 17,
        "CustomerServiceItemId": 1,
        "CustomerServiceItem": "sample string 18",
        "Commodity": "sample string 19"
      }
    ],
    "Dumps": [
      {
        "CardCode": "sample string 1",
        "CardName": "sample string 2",
        "SupplierItemId": 3,
        "SupplierItem": "sample string 4",
        "RouteSheetId": 1,
        "TruckId": 5,
        "Truck": "sample string 6",
        "Date": "2025-11-08T12:55:39.4153277+02:00",
        "RefNo": "sample string 8",
        "SAPCode": "sample string 9",
        "SupplierTransactionId": 10,
        "TransactionId": 1,
        "SupplierId": 11,
        "SupplierCode": "sample string 12",
        "SupplierName": "sample string 13",
        "ShortName": "sample string 14",
        "Units": 15.1,
        "UnitPrice": 16.1,
        "DiscountPercentage": 17.1,
        "SubTotal": 18.1,
        "Description": "sample string 19",
        "CostTypeId": 20,
        "CostType": "sample string 21",
        "TaxTypeId": 22,
        "TaxPercentage": 23.1,
        "Unit": "sample string 24",
        "Price": 25.1,
        "VAT": 26.1,
        "PriceInclusive": 27.1,
        "Commodity": "sample string 28"
      },
      {
        "CardCode": "sample string 1",
        "CardName": "sample string 2",
        "SupplierItemId": 3,
        "SupplierItem": "sample string 4",
        "RouteSheetId": 1,
        "TruckId": 5,
        "Truck": "sample string 6",
        "Date": "2025-11-08T12:55:39.4153277+02:00",
        "RefNo": "sample string 8",
        "SAPCode": "sample string 9",
        "SupplierTransactionId": 10,
        "TransactionId": 1,
        "SupplierId": 11,
        "SupplierCode": "sample string 12",
        "SupplierName": "sample string 13",
        "ShortName": "sample string 14",
        "Units": 15.1,
        "UnitPrice": 16.1,
        "DiscountPercentage": 17.1,
        "SubTotal": 18.1,
        "Description": "sample string 19",
        "CostTypeId": 20,
        "CostType": "sample string 21",
        "TaxTypeId": 22,
        "TaxPercentage": 23.1,
        "Unit": "sample string 24",
        "Price": 25.1,
        "VAT": 26.1,
        "PriceInclusive": 27.1,
        "Commodity": "sample string 28"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfGemISTransactionWithDumpVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WasteMart.Models.SAP">
  <GemISTransactionWithDumpVM>
    <BinPlaced>sample string 13</BinPlaced>
    <BinRemoved>sample string 14</BinRemoved>
    <CustomerService>sample string 10</CustomerService>
    <CustomerSiteCode>sample string 3</CustomerSiteCode>
    <CustomerSiteId>2</CustomerSiteId>
    <CustomerSiteName>sample string 4</CustomerSiteName>
    <DNoteNumber>1</DNoteNumber>
    <Date>2025-11-08T12:55:39.4153277+02:00</Date>
    <DateAssigned>2025-11-08T12:55:39.4153277+02:00</DateAssigned>
    <DateCompleted>2025-11-08T12:55:39.4153277+02:00</DateCompleted>
    <Driver>sample string 9</Driver>
    <DriverComment>sample string 15</DriverComment>
    <Dumps>
      <GemISPurchaseOrderVM>
        <CardCode>sample string 1</CardCode>
        <CardName>sample string 2</CardName>
        <Commodity>sample string 28</Commodity>
        <CostType>sample string 21</CostType>
        <CostTypeId>20</CostTypeId>
        <Date>2025-11-08T12:55:39.4153277+02:00</Date>
        <Description>sample string 19</Description>
        <DiscountPercentage>17.1</DiscountPercentage>
        <Price>25.1</Price>
        <PriceInclusive>27.1</PriceInclusive>
        <RefNo>sample string 8</RefNo>
        <RouteSheetId>1</RouteSheetId>
        <SAPCode>sample string 9</SAPCode>
        <ShortName>sample string 14</ShortName>
        <SubTotal>18.1</SubTotal>
        <SupplierCode>sample string 12</SupplierCode>
        <SupplierId>11</SupplierId>
        <SupplierItem>sample string 4</SupplierItem>
        <SupplierItemId>3</SupplierItemId>
        <SupplierName>sample string 13</SupplierName>
        <SupplierTransactionId>10</SupplierTransactionId>
        <TaxPercentage>23.1</TaxPercentage>
        <TaxTypeId>22</TaxTypeId>
        <TransactionId>1</TransactionId>
        <Truck>sample string 6</Truck>
        <TruckId>5</TruckId>
        <Unit>sample string 24</Unit>
        <UnitPrice>16.1</UnitPrice>
        <Units>15.1</Units>
        <VAT>26.1</VAT>
      </GemISPurchaseOrderVM>
      <GemISPurchaseOrderVM>
        <CardCode>sample string 1</CardCode>
        <CardName>sample string 2</CardName>
        <Commodity>sample string 28</Commodity>
        <CostType>sample string 21</CostType>
        <CostTypeId>20</CostTypeId>
        <Date>2025-11-08T12:55:39.4153277+02:00</Date>
        <Description>sample string 19</Description>
        <DiscountPercentage>17.1</DiscountPercentage>
        <Price>25.1</Price>
        <PriceInclusive>27.1</PriceInclusive>
        <RefNo>sample string 8</RefNo>
        <RouteSheetId>1</RouteSheetId>
        <SAPCode>sample string 9</SAPCode>
        <ShortName>sample string 14</ShortName>
        <SubTotal>18.1</SubTotal>
        <SupplierCode>sample string 12</SupplierCode>
        <SupplierId>11</SupplierId>
        <SupplierItem>sample string 4</SupplierItem>
        <SupplierItemId>3</SupplierItemId>
        <SupplierName>sample string 13</SupplierName>
        <SupplierTransactionId>10</SupplierTransactionId>
        <TaxPercentage>23.1</TaxPercentage>
        <TaxTypeId>22</TaxTypeId>
        <TransactionId>1</TransactionId>
        <Truck>sample string 6</Truck>
        <TruckId>5</TruckId>
        <Unit>sample string 24</Unit>
        <UnitPrice>16.1</UnitPrice>
        <Units>15.1</Units>
        <VAT>26.1</VAT>
      </GemISPurchaseOrderVM>
    </Dumps>
    <Id>1</Id>
    <IsExported>true</IsExported>
    <IsReadyToExport>true</IsReadyToExport>
    <Items>
      <GemISItemVm>
        <Commodity>sample string 19</Commodity>
        <CostType>sample string 9</CostType>
        <CostTypeId>8</CostTypeId>
        <CustomerServiceItem>sample string 18</CustomerServiceItem>
        <CustomerServiceItemId>1</CustomerServiceItemId>
        <Description>sample string 7</Description>
        <DiscountPercentage>5.1</DiscountPercentage>
        <Id>1</Id>
        <Price>13.1</Price>
        <PriceInclusive>15.1</PriceInclusive>
        <SAPCode>sample string 2</SAPCode>
        <SubTotal>6.1</SubTotal>
        <Supplier>sample string 16</Supplier>
        <SupplierId>1</SupplierId>
        <TaxPercentage>11.1</TaxPercentage>
        <TaxTypeId>10</TaxTypeId>
        <TransactionId>17</TransactionId>
        <Unit>sample string 12</Unit>
        <UnitPrice>4.1</UnitPrice>
        <Units>3.1</Units>
        <VAT>14.1</VAT>
      </GemISItemVm>
      <GemISItemVm>
        <Commodity>sample string 19</Commodity>
        <CostType>sample string 9</CostType>
        <CostTypeId>8</CostTypeId>
        <CustomerServiceItem>sample string 18</CustomerServiceItem>
        <CustomerServiceItemId>1</CustomerServiceItemId>
        <Description>sample string 7</Description>
        <DiscountPercentage>5.1</DiscountPercentage>
        <Id>1</Id>
        <Price>13.1</Price>
        <PriceInclusive>15.1</PriceInclusive>
        <SAPCode>sample string 2</SAPCode>
        <SubTotal>6.1</SubTotal>
        <Supplier>sample string 16</Supplier>
        <SupplierId>1</SupplierId>
        <TaxPercentage>11.1</TaxPercentage>
        <TaxTypeId>10</TaxTypeId>
        <TransactionId>17</TransactionId>
        <Unit>sample string 12</Unit>
        <UnitPrice>4.1</UnitPrice>
        <Units>3.1</Units>
        <VAT>14.1</VAT>
      </GemISItemVm>
    </Items>
    <OrderNo>sample string 11</OrderNo>
    <PONo>sample string 12</PONo>
    <SapSalesPersonId>1</SapSalesPersonId>
    <SwitchCustomerAndSupplier>true</SwitchCustomerAndSupplier>
    <TimeCheckedIn>2025-11-08T12:55:39.4153277+02:00</TimeCheckedIn>
    <TimeCheckedOut>2025-11-08T12:55:39.4153277+02:00</TimeCheckedOut>
    <Truck>sample string 7</Truck>
    <Waste>sample string 8</Waste>
  </GemISTransactionWithDumpVM>
  <GemISTransactionWithDumpVM>
    <BinPlaced>sample string 13</BinPlaced>
    <BinRemoved>sample string 14</BinRemoved>
    <CustomerService>sample string 10</CustomerService>
    <CustomerSiteCode>sample string 3</CustomerSiteCode>
    <CustomerSiteId>2</CustomerSiteId>
    <CustomerSiteName>sample string 4</CustomerSiteName>
    <DNoteNumber>1</DNoteNumber>
    <Date>2025-11-08T12:55:39.4153277+02:00</Date>
    <DateAssigned>2025-11-08T12:55:39.4153277+02:00</DateAssigned>
    <DateCompleted>2025-11-08T12:55:39.4153277+02:00</DateCompleted>
    <Driver>sample string 9</Driver>
    <DriverComment>sample string 15</DriverComment>
    <Dumps>
      <GemISPurchaseOrderVM>
        <CardCode>sample string 1</CardCode>
        <CardName>sample string 2</CardName>
        <Commodity>sample string 28</Commodity>
        <CostType>sample string 21</CostType>
        <CostTypeId>20</CostTypeId>
        <Date>2025-11-08T12:55:39.4153277+02:00</Date>
        <Description>sample string 19</Description>
        <DiscountPercentage>17.1</DiscountPercentage>
        <Price>25.1</Price>
        <PriceInclusive>27.1</PriceInclusive>
        <RefNo>sample string 8</RefNo>
        <RouteSheetId>1</RouteSheetId>
        <SAPCode>sample string 9</SAPCode>
        <ShortName>sample string 14</ShortName>
        <SubTotal>18.1</SubTotal>
        <SupplierCode>sample string 12</SupplierCode>
        <SupplierId>11</SupplierId>
        <SupplierItem>sample string 4</SupplierItem>
        <SupplierItemId>3</SupplierItemId>
        <SupplierName>sample string 13</SupplierName>
        <SupplierTransactionId>10</SupplierTransactionId>
        <TaxPercentage>23.1</TaxPercentage>
        <TaxTypeId>22</TaxTypeId>
        <TransactionId>1</TransactionId>
        <Truck>sample string 6</Truck>
        <TruckId>5</TruckId>
        <Unit>sample string 24</Unit>
        <UnitPrice>16.1</UnitPrice>
        <Units>15.1</Units>
        <VAT>26.1</VAT>
      </GemISPurchaseOrderVM>
      <GemISPurchaseOrderVM>
        <CardCode>sample string 1</CardCode>
        <CardName>sample string 2</CardName>
        <Commodity>sample string 28</Commodity>
        <CostType>sample string 21</CostType>
        <CostTypeId>20</CostTypeId>
        <Date>2025-11-08T12:55:39.4153277+02:00</Date>
        <Description>sample string 19</Description>
        <DiscountPercentage>17.1</DiscountPercentage>
        <Price>25.1</Price>
        <PriceInclusive>27.1</PriceInclusive>
        <RefNo>sample string 8</RefNo>
        <RouteSheetId>1</RouteSheetId>
        <SAPCode>sample string 9</SAPCode>
        <ShortName>sample string 14</ShortName>
        <SubTotal>18.1</SubTotal>
        <SupplierCode>sample string 12</SupplierCode>
        <SupplierId>11</SupplierId>
        <SupplierItem>sample string 4</SupplierItem>
        <SupplierItemId>3</SupplierItemId>
        <SupplierName>sample string 13</SupplierName>
        <SupplierTransactionId>10</SupplierTransactionId>
        <TaxPercentage>23.1</TaxPercentage>
        <TaxTypeId>22</TaxTypeId>
        <TransactionId>1</TransactionId>
        <Truck>sample string 6</Truck>
        <TruckId>5</TruckId>
        <Unit>sample string 24</Unit>
        <UnitPrice>16.1</UnitPrice>
        <Units>15.1</Units>
        <VAT>26.1</VAT>
      </GemISPurchaseOrderVM>
    </Dumps>
    <Id>1</Id>
    <IsExported>true</IsExported>
    <IsReadyToExport>true</IsReadyToExport>
    <Items>
      <GemISItemVm>
        <Commodity>sample string 19</Commodity>
        <CostType>sample string 9</CostType>
        <CostTypeId>8</CostTypeId>
        <CustomerServiceItem>sample string 18</CustomerServiceItem>
        <CustomerServiceItemId>1</CustomerServiceItemId>
        <Description>sample string 7</Description>
        <DiscountPercentage>5.1</DiscountPercentage>
        <Id>1</Id>
        <Price>13.1</Price>
        <PriceInclusive>15.1</PriceInclusive>
        <SAPCode>sample string 2</SAPCode>
        <SubTotal>6.1</SubTotal>
        <Supplier>sample string 16</Supplier>
        <SupplierId>1</SupplierId>
        <TaxPercentage>11.1</TaxPercentage>
        <TaxTypeId>10</TaxTypeId>
        <TransactionId>17</TransactionId>
        <Unit>sample string 12</Unit>
        <UnitPrice>4.1</UnitPrice>
        <Units>3.1</Units>
        <VAT>14.1</VAT>
      </GemISItemVm>
      <GemISItemVm>
        <Commodity>sample string 19</Commodity>
        <CostType>sample string 9</CostType>
        <CostTypeId>8</CostTypeId>
        <CustomerServiceItem>sample string 18</CustomerServiceItem>
        <CustomerServiceItemId>1</CustomerServiceItemId>
        <Description>sample string 7</Description>
        <DiscountPercentage>5.1</DiscountPercentage>
        <Id>1</Id>
        <Price>13.1</Price>
        <PriceInclusive>15.1</PriceInclusive>
        <SAPCode>sample string 2</SAPCode>
        <SubTotal>6.1</SubTotal>
        <Supplier>sample string 16</Supplier>
        <SupplierId>1</SupplierId>
        <TaxPercentage>11.1</TaxPercentage>
        <TaxTypeId>10</TaxTypeId>
        <TransactionId>17</TransactionId>
        <Unit>sample string 12</Unit>
        <UnitPrice>4.1</UnitPrice>
        <Units>3.1</Units>
        <VAT>14.1</VAT>
      </GemISItemVm>
    </Items>
    <OrderNo>sample string 11</OrderNo>
    <PONo>sample string 12</PONo>
    <SapSalesPersonId>1</SapSalesPersonId>
    <SwitchCustomerAndSupplier>true</SwitchCustomerAndSupplier>
    <TimeCheckedIn>2025-11-08T12:55:39.4153277+02:00</TimeCheckedIn>
    <TimeCheckedOut>2025-11-08T12:55:39.4153277+02:00</TimeCheckedOut>
    <Truck>sample string 7</Truck>
    <Waste>sample string 8</Waste>
  </GemISTransactionWithDumpVM>
</ArrayOfGemISTransactionWithDumpVM>