POST api/Orders/GetOrderLineExtras

Request Information

URI Parameters

None.

Body Parameters

GetBaseOrdersLineExtrasRequest
NameDescriptionTypeAdditional information
OrdersLineId

integer

None.

OrdersLineIds

Collection of integer

None.

listofsync

Collection of Storedata

None.

indexedDbExtraId

string

None.

Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "OrdersLineId": 1,
  "OrdersLineIds": [
    1,
    1
  ],
  "listofsync": [
    {
      "TableName": "sample string 1",
      "LastSync": "2026-03-20T14:26:06.9072816+00:00"
    },
    {
      "TableName": "sample string 1",
      "LastSync": "2026-03-20T14:26:06.9072816+00:00"
    }
  ],
  "indexedDbExtraId": "sample string 1",
  "Id": 1
}

application/xml, text/xml

Sample:
<GetBaseOrdersLineExtrasRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TAG.ReqResp">
  <Id>1</Id>
  <OrdersLineId>1</OrdersLineId>
  <OrdersLineIds xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>1</d2p1:long>
  </OrdersLineIds>
  <indexedDbExtraId>sample string 1</indexedDbExtraId>
  <listofsync>
    <Storedata>
      <LastSync>2026-03-20T14:26:06.9072816+00:00</LastSync>
      <TableName>sample string 1</TableName>
    </Storedata>
    <Storedata>
      <LastSync>2026-03-20T14:26:06.9072816+00:00</LastSync>
      <TableName>sample string 1</TableName>
    </Storedata>
  </listofsync>
</GetBaseOrdersLineExtrasRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetBaseOrdersLineExtrasRequest'.

Response Information

Resource Description

GetBaseEposOrdersLineExtrasResponse
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Token

globally unique identifier

None.

BaseObjects

Collection of BaseEposOrdersLineExtraModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "Token": "23e0cbc8-906d-4ece-a695-d82cbf6c541c",
  "BaseObjects": [
    {
      "Id": "sample string 1",
      "OrdersLineId": "sample string 2",
      "ProductExtraId": 1,
      "Name": "sample string 3",
      "UnitPrice": 4.0,
      "Qty": 5,
      "LineValue": 6.0,
      "DiscountType": "sample string 7",
      "UnitPriceDiscount": 1.0,
      "DiscountGiven": 1.0,
      "IsDeleted": true,
      "TGorderlineextraid": 8,
      "Issynclineextra": true,
      "indexedDbExtraId": "sample string 10",
      "CreatedBy": 1,
      "ModifiedBy": 1,
      "CreatedDate": "2026-03-20T14:26:06.9072816+00:00",
      "LastUpdated": "2026-03-20T14:26:06.9072816+00:00"
    },
    {
      "Id": "sample string 1",
      "OrdersLineId": "sample string 2",
      "ProductExtraId": 1,
      "Name": "sample string 3",
      "UnitPrice": 4.0,
      "Qty": 5,
      "LineValue": 6.0,
      "DiscountType": "sample string 7",
      "UnitPriceDiscount": 1.0,
      "DiscountGiven": 1.0,
      "IsDeleted": true,
      "TGorderlineextraid": 8,
      "Issynclineextra": true,
      "indexedDbExtraId": "sample string 10",
      "CreatedBy": 1,
      "ModifiedBy": 1,
      "CreatedDate": "2026-03-20T14:26:06.9072816+00:00",
      "LastUpdated": "2026-03-20T14:26:06.9072816+00:00"
    }
  ]
}

application/xml, text/xml

Sample:
<GetBaseEposOrdersLineExtrasResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TAG.ReqResp">
  <BaseObjects xmlns:d2p1="http://schemas.datacontract.org/2004/07/TAG.DataModels">
    <d2p1:BaseEposOrdersLineExtraModel>
      <d2p1:CreatedBy>1</d2p1:CreatedBy>
      <d2p1:CreatedDate>2026-03-20T14:26:06.9072816+00:00</d2p1:CreatedDate>
      <d2p1:DiscountGiven>1</d2p1:DiscountGiven>
      <d2p1:DiscountType>sample string 7</d2p1:DiscountType>
      <d2p1:Id>sample string 1</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:Issynclineextra>true</d2p1:Issynclineextra>
      <d2p1:LastUpdated>2026-03-20T14:26:06.9072816+00:00</d2p1:LastUpdated>
      <d2p1:LineValue>6</d2p1:LineValue>
      <d2p1:ModifiedBy>1</d2p1:ModifiedBy>
      <d2p1:Name>sample string 3</d2p1:Name>
      <d2p1:OrdersLineId>sample string 2</d2p1:OrdersLineId>
      <d2p1:ProductExtraId>1</d2p1:ProductExtraId>
      <d2p1:Qty>5</d2p1:Qty>
      <d2p1:TGorderlineextraid>8</d2p1:TGorderlineextraid>
      <d2p1:UnitPrice>4</d2p1:UnitPrice>
      <d2p1:UnitPriceDiscount>1</d2p1:UnitPriceDiscount>
      <d2p1:indexedDbExtraId>sample string 10</d2p1:indexedDbExtraId>
    </d2p1:BaseEposOrdersLineExtraModel>
    <d2p1:BaseEposOrdersLineExtraModel>
      <d2p1:CreatedBy>1</d2p1:CreatedBy>
      <d2p1:CreatedDate>2026-03-20T14:26:06.9072816+00:00</d2p1:CreatedDate>
      <d2p1:DiscountGiven>1</d2p1:DiscountGiven>
      <d2p1:DiscountType>sample string 7</d2p1:DiscountType>
      <d2p1:Id>sample string 1</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:Issynclineextra>true</d2p1:Issynclineextra>
      <d2p1:LastUpdated>2026-03-20T14:26:06.9072816+00:00</d2p1:LastUpdated>
      <d2p1:LineValue>6</d2p1:LineValue>
      <d2p1:ModifiedBy>1</d2p1:ModifiedBy>
      <d2p1:Name>sample string 3</d2p1:Name>
      <d2p1:OrdersLineId>sample string 2</d2p1:OrdersLineId>
      <d2p1:ProductExtraId>1</d2p1:ProductExtraId>
      <d2p1:Qty>5</d2p1:Qty>
      <d2p1:TGorderlineextraid>8</d2p1:TGorderlineextraid>
      <d2p1:UnitPrice>4</d2p1:UnitPrice>
      <d2p1:UnitPriceDiscount>1</d2p1:UnitPriceDiscount>
      <d2p1:indexedDbExtraId>sample string 10</d2p1:indexedDbExtraId>
    </d2p1:BaseEposOrdersLineExtraModel>
  </BaseObjects>
  <Message>sample string 2</Message>
  <Status>true</Status>
  <Token>23e0cbc8-906d-4ece-a695-d82cbf6c541c</Token>
</GetBaseEposOrdersLineExtrasResponse>