GET api/General/OrderManage/GetOrderDetailForPlatform?Id={Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
utblOrderDetailForPlatform| Name | Description | Type | Additional information |
|---|---|---|---|
| PlatformOrderDetailID | integer |
None. |
|
| OrderID | string |
None. |
|
| ItemsCouponDiscountAmt | decimal number |
None. |
|
| InHouseDeliveryEnabled | boolean |
None. |
|
| NetDeliveryFee | decimal number |
None. |
|
| DeliveryTaxPercent | integer |
None. |
|
| DeliveryTaxAmt | decimal number |
None. |
|
| DeliveryFeeDiscountAmt | decimal number |
None. |
|
| DeliveryBudget | decimal number |
None. |
|
| NetServiceFee | decimal number |
None. |
|
| ServiceTaxPercent | integer |
None. |
|
| ServiceTaxAmt | decimal number |
None. |
|
| ServiceFeeDiscountAmt | decimal number |
None. |
|
| PlatformCutPercent | decimal number |
None. |
|
| PlatformCutGrossAmt | decimal number |
None. |
|
| PlatformCutTaxPercent | decimal number |
None. |
|
| PlatformCutTaxAmt | decimal number |
None. |
|
| PlatformCutNetAmt | decimal number |
None. |
|
| PaymentGatewayFee | decimal number |
None. |
|
| ServiceAdminstrationCharge | decimal number |
None. |
|
| ReferralContributionAmt | decimal number |
None. |
|
| EscrowContributionByDelivery | decimal number |
None. |
|
| EscrowContributionByDeliveryPercent | decimal number |
None. |
|
| TotalAmtReceivable | decimal number |
None. |
|
| TotalBudget | decimal number |
None. |
|
| EscrowAmt | decimal number |
None. |
|
| UserID | string |
None. |
|
| TransDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"PlatformOrderDetailID": 1,
"OrderID": "sample string 2",
"ItemsCouponDiscountAmt": 1.0,
"InHouseDeliveryEnabled": true,
"NetDeliveryFee": 1.0,
"DeliveryTaxPercent": 1,
"DeliveryTaxAmt": 1.0,
"DeliveryFeeDiscountAmt": 1.0,
"DeliveryBudget": 1.0,
"NetServiceFee": 4.0,
"ServiceTaxPercent": 5,
"ServiceTaxAmt": 6.0,
"ServiceFeeDiscountAmt": 1.0,
"PlatformCutPercent": 7.1,
"PlatformCutGrossAmt": 8.0,
"PlatformCutTaxPercent": 9.1,
"PlatformCutTaxAmt": 10.0,
"PlatformCutNetAmt": 11.0,
"PaymentGatewayFee": 12.0,
"ServiceAdminstrationCharge": 1.0,
"ReferralContributionAmt": 1.0,
"EscrowContributionByDelivery": 1.0,
"EscrowContributionByDeliveryPercent": 1.1,
"TotalAmtReceivable": 13.0,
"TotalBudget": 14.0,
"EscrowAmt": 15.0,
"UserID": "sample string 16",
"TransDate": "2025-12-07T09:56:03.0254922+05:30"
}
application/xml, text/xml
Sample:
<utblOrderDetailForPlatform xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/General.Operations.Models"> <DeliveryBudget>1</DeliveryBudget> <DeliveryFeeDiscountAmt>1</DeliveryFeeDiscountAmt> <DeliveryTaxAmt>1</DeliveryTaxAmt> <DeliveryTaxPercent>1</DeliveryTaxPercent> <EscrowAmt>15</EscrowAmt> <EscrowContributionByDelivery>1</EscrowContributionByDelivery> <EscrowContributionByDeliveryPercent>1.1</EscrowContributionByDeliveryPercent> <InHouseDeliveryEnabled>true</InHouseDeliveryEnabled> <ItemsCouponDiscountAmt>1</ItemsCouponDiscountAmt> <NetDeliveryFee>1</NetDeliveryFee> <NetServiceFee>4</NetServiceFee> <OrderID>sample string 2</OrderID> <PaymentGatewayFee>12</PaymentGatewayFee> <PlatformCutGrossAmt>8</PlatformCutGrossAmt> <PlatformCutNetAmt>11</PlatformCutNetAmt> <PlatformCutPercent>7.1</PlatformCutPercent> <PlatformCutTaxAmt>10</PlatformCutTaxAmt> <PlatformCutTaxPercent>9.1</PlatformCutTaxPercent> <PlatformOrderDetailID>1</PlatformOrderDetailID> <ReferralContributionAmt>1</ReferralContributionAmt> <ServiceAdminstrationCharge>1</ServiceAdminstrationCharge> <ServiceFeeDiscountAmt>1</ServiceFeeDiscountAmt> <ServiceTaxAmt>6</ServiceTaxAmt> <ServiceTaxPercent>5</ServiceTaxPercent> <TotalAmtReceivable>13</TotalAmtReceivable> <TotalBudget>14</TotalBudget> <TransDate>2025-12-07T09:56:03.0254922+05:30</TransDate> <UserID>sample string 16</UserID> </utblOrderDetailForPlatform>