POST api/Orders/GetlineextrabyIndexedDbextraid
Request Information
URI Parameters
None.
Body Parameters
GetBaseOrdersLineExtrasRequest| Name | Description | Type | Additional 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:31:13.0941126+00:00"
},
{
"TableName": "sample string 1",
"LastSync": "2026-03-20T14:31:13.0941126+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:31:13.0941126+00:00</LastSync>
<TableName>sample string 1</TableName>
</Storedata>
<Storedata>
<LastSync>2026-03-20T14:31:13.0941126+00:00</LastSync>
<TableName>sample string 1</TableName>
</Storedata>
</listofsync>
</GetBaseOrdersLineExtrasRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GetBaseOrdersLineExtrasResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Token | globally unique identifier |
None. |
|
| BaseObjects | Collection of BaseOrdersLineExtraModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Message": "sample string 2",
"Token": "688b2cea-a2b0-4d66-965b-c39afcbd4e28",
"BaseObjects": [
{
"OrdersLineId": 1,
"ProductExtraId": 1,
"Name": "sample string 1",
"UnitPrice": 2.0,
"Qty": 3,
"LineValue": 4.0,
"DiscountType": "sample string 5",
"UnitPriceDiscount": 1.0,
"DiscountGiven": 1.0,
"IsDeleted": true,
"TGorderlineextraid": 6,
"Issynclineextra": true,
"indexedDbExtraId": "sample string 8",
"CreatedBy": 1,
"ModifiedBy": 1,
"CreatedDate": "2026-03-20T14:31:13.1096726+00:00",
"LastUpdated": "2026-03-20T14:31:13.1096726+00:00",
"Id": 1
},
{
"OrdersLineId": 1,
"ProductExtraId": 1,
"Name": "sample string 1",
"UnitPrice": 2.0,
"Qty": 3,
"LineValue": 4.0,
"DiscountType": "sample string 5",
"UnitPriceDiscount": 1.0,
"DiscountGiven": 1.0,
"IsDeleted": true,
"TGorderlineextraid": 6,
"Issynclineextra": true,
"indexedDbExtraId": "sample string 8",
"CreatedBy": 1,
"ModifiedBy": 1,
"CreatedDate": "2026-03-20T14:31:13.1096726+00:00",
"LastUpdated": "2026-03-20T14:31:13.1096726+00:00",
"Id": 1
}
]
}
application/xml, text/xml
Sample:
<GetBaseOrdersLineExtrasResponse 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:BaseOrdersLineExtraModel>
<d2p1:Id>1</d2p1:Id>
<d2p1:CreatedDate>2026-03-20T14:31:13.1096726+00:00</d2p1:CreatedDate>
<d2p1:LastUpdated>2026-03-20T14:31:13.1096726+00:00</d2p1:LastUpdated>
<d2p1:CreatedBy>1</d2p1:CreatedBy>
<d2p1:ModifiedBy>1</d2p1:ModifiedBy>
<d2p1:DiscountGiven>1</d2p1:DiscountGiven>
<d2p1:DiscountType>sample string 5</d2p1:DiscountType>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:Issynclineextra>true</d2p1:Issynclineextra>
<d2p1:LineValue>4</d2p1:LineValue>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OrdersLineId>1</d2p1:OrdersLineId>
<d2p1:ProductExtraId>1</d2p1:ProductExtraId>
<d2p1:Qty>3</d2p1:Qty>
<d2p1:TGorderlineextraid>6</d2p1:TGorderlineextraid>
<d2p1:UnitPrice>2</d2p1:UnitPrice>
<d2p1:UnitPriceDiscount>1</d2p1:UnitPriceDiscount>
<d2p1:indexedDbExtraId>sample string 8</d2p1:indexedDbExtraId>
</d2p1:BaseOrdersLineExtraModel>
<d2p1:BaseOrdersLineExtraModel>
<d2p1:Id>1</d2p1:Id>
<d2p1:CreatedDate>2026-03-20T14:31:13.1096726+00:00</d2p1:CreatedDate>
<d2p1:LastUpdated>2026-03-20T14:31:13.1096726+00:00</d2p1:LastUpdated>
<d2p1:CreatedBy>1</d2p1:CreatedBy>
<d2p1:ModifiedBy>1</d2p1:ModifiedBy>
<d2p1:DiscountGiven>1</d2p1:DiscountGiven>
<d2p1:DiscountType>sample string 5</d2p1:DiscountType>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:Issynclineextra>true</d2p1:Issynclineextra>
<d2p1:LineValue>4</d2p1:LineValue>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OrdersLineId>1</d2p1:OrdersLineId>
<d2p1:ProductExtraId>1</d2p1:ProductExtraId>
<d2p1:Qty>3</d2p1:Qty>
<d2p1:TGorderlineextraid>6</d2p1:TGorderlineextraid>
<d2p1:UnitPrice>2</d2p1:UnitPrice>
<d2p1:UnitPriceDiscount>1</d2p1:UnitPriceDiscount>
<d2p1:indexedDbExtraId>sample string 8</d2p1:indexedDbExtraId>
</d2p1:BaseOrdersLineExtraModel>
</BaseObjects>
<Message>sample string 2</Message>
<Status>true</Status>
<Token>688b2cea-a2b0-4d66-965b-c39afcbd4e28</Token>
</GetBaseOrdersLineExtrasResponse>