POST api/OrderReturn/PosttblOrdReturn
Request Information
URI Parameters
None.
Body Parameters
OrderName | Description | Type | Additional information |
---|---|---|---|
OrderID | integer |
None. |
|
CustomerId | integer |
None. |
|
OrderEmail | string |
None. |
|
OrderPhone | string |
None. |
|
PromoCode | string |
None. |
|
PromoAmount | decimal number |
None. |
|
OrderSubTotal | decimal number |
None. |
|
OrderTax | decimal number |
None. |
|
OrderTotal | decimal number |
None. |
|
OrderDateTime | date |
None. |
|
OrderStatusId | integer |
None. |
|
OrderStatus | string |
None. |
|
OrderTrackingNumber | string |
None. |
|
CustomerBillingAddressId | integer |
None. |
|
CustomerShippingAddressId | integer |
None. |
|
ShipmentDate | date |
None. |
|
ExpectedDeliveryDate | date |
None. |
|
IsActive | boolean |
None. |
|
UpdatedBy | integer |
None. |
|
UpdatedDateTime | date |
None. |
|
CreatedBy | integer |
None. |
|
CreatedDateTime | date |
None. |
|
PaymentId | integer |
None. |
|
OrderId | integer |
None. |
|
TransactionNumber | string |
None. |
|
PaymentTypeId | integer |
None. |
|
PaymentType | string |
None. |
|
Amount | decimal number |
None. |
|
PaymentStatus | integer |
None. |
|
IsPartPayment | boolean |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
HouseNoBuildingName | string |
None. |
|
RoadNameArea | string |
None. |
|
Landmark | string |
None. |
|
City | string |
None. |
|
CartDetailId | integer |
None. |
|
ProductId | integer |
None. |
|
ProductColorId | integer |
None. |
|
ProductSizeId | integer |
None. |
|
ProductRate | decimal number |
None. |
|
OrderQuantity | integer |
None. |
|
IsSaveForLater | boolean |
None. |
|
ColorId | integer |
None. |
|
SizeId | integer |
None. |
|
ProductName | string |
None. |
|
ProductDesc | string |
None. |
|
Color | string |
None. |
|
Size | integer |
None. |
|
OrderReturnId | integer |
None. |
|
Quantity | integer |
None. |
|
RefundAmount | decimal number |
None. |
|
Reason | string |
None. |
|
Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "OrderID": 1, "CustomerId": 1, "OrderEmail": "sample string 2", "OrderPhone": "sample string 3", "PromoCode": "sample string 4", "PromoAmount": 1.0, "OrderSubTotal": 1.0, "OrderTax": 1.0, "OrderTotal": 1.0, "OrderDateTime": "2025-06-14T20:16:36.335366+05:30", "OrderStatusId": 1, "OrderStatus": "sample string 5", "OrderTrackingNumber": "sample string 6", "CustomerBillingAddressId": 1, "CustomerShippingAddressId": 1, "ShipmentDate": "2025-06-14T20:16:36.335366+05:30", "ExpectedDeliveryDate": "2025-06-14T20:16:36.335366+05:30", "IsActive": true, "UpdatedBy": 1, "UpdatedDateTime": "2025-06-14T20:16:36.335366+05:30", "CreatedBy": 1, "CreatedDateTime": "2025-06-14T20:16:36.335366+05:30", "PaymentId": 7, "OrderId": 8, "TransactionNumber": "sample string 9", "PaymentTypeId": 10, "PaymentType": "sample string 11", "Amount": 1.0, "PaymentStatus": 1, "IsPartPayment": true, "FirstName": "sample string 12", "LastName": "sample string 13", "HouseNoBuildingName": "sample string 14", "RoadNameArea": "sample string 15", "Landmark": "sample string 16", "City": "sample string 17", "CartDetailId": 18, "ProductId": 1, "ProductColorId": 1, "ProductSizeId": 1, "ProductRate": 1.0, "OrderQuantity": 1, "IsSaveForLater": true, "ColorId": 1, "SizeId": 1, "ProductName": "sample string 19", "ProductDesc": "sample string 20", "Color": "sample string 21", "Size": 1, "OrderReturnId": 22, "Quantity": 1, "RefundAmount": 1.0, "Reason": "sample string 23", "Date": "2025-06-14T20:16:36.335366+05:30" }
application/xml, text/xml
Sample:
<Order xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLogic.Models.CustomClasses"> <Amount>1</Amount> <CartDetailId>18</CartDetailId> <City>sample string 17</City> <Color>sample string 21</Color> <ColorId>1</ColorId> <CreatedBy>1</CreatedBy> <CreatedDateTime>2025-06-14T20:16:36.335366+05:30</CreatedDateTime> <CustomerBillingAddressId>1</CustomerBillingAddressId> <CustomerId>1</CustomerId> <CustomerShippingAddressId>1</CustomerShippingAddressId> <Date>2025-06-14T20:16:36.335366+05:30</Date> <ExpectedDeliveryDate>2025-06-14T20:16:36.335366+05:30</ExpectedDeliveryDate> <FirstName>sample string 12</FirstName> <HouseNoBuildingName>sample string 14</HouseNoBuildingName> <IsActive>true</IsActive> <IsPartPayment>true</IsPartPayment> <IsSaveForLater>true</IsSaveForLater> <Landmark>sample string 16</Landmark> <LastName>sample string 13</LastName> <OrderDateTime>2025-06-14T20:16:36.335366+05:30</OrderDateTime> <OrderEmail>sample string 2</OrderEmail> <OrderID>1</OrderID> <OrderId>8</OrderId> <OrderPhone>sample string 3</OrderPhone> <OrderQuantity>1</OrderQuantity> <OrderReturnId>22</OrderReturnId> <OrderStatus>sample string 5</OrderStatus> <OrderStatusId>1</OrderStatusId> <OrderSubTotal>1</OrderSubTotal> <OrderTax>1</OrderTax> <OrderTotal>1</OrderTotal> <OrderTrackingNumber>sample string 6</OrderTrackingNumber> <PaymentId>7</PaymentId> <PaymentStatus>1</PaymentStatus> <PaymentType>sample string 11</PaymentType> <PaymentTypeId>10</PaymentTypeId> <ProductColorId>1</ProductColorId> <ProductDesc>sample string 20</ProductDesc> <ProductId>1</ProductId> <ProductName>sample string 19</ProductName> <ProductRate>1</ProductRate> <ProductSizeId>1</ProductSizeId> <PromoAmount>1</PromoAmount> <PromoCode>sample string 4</PromoCode> <Quantity>1</Quantity> <Reason>sample string 23</Reason> <RefundAmount>1</RefundAmount> <RoadNameArea>sample string 15</RoadNameArea> <ShipmentDate>2025-06-14T20:16:36.335366+05:30</ShipmentDate> <Size>1</Size> <SizeId>1</SizeId> <TransactionNumber>sample string 9</TransactionNumber> <UpdatedBy>1</UpdatedBy> <UpdatedDateTime>2025-06-14T20:16:36.335366+05:30</UpdatedDateTime> </Order>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OrderName | Description | Type | Additional information |
---|---|---|---|
OrderID | integer |
None. |
|
CustomerId | integer |
None. |
|
OrderEmail | string |
None. |
|
OrderPhone | string |
None. |
|
PromoCode | string |
None. |
|
PromoAmount | decimal number |
None. |
|
OrderSubTotal | decimal number |
None. |
|
OrderTax | decimal number |
None. |
|
OrderTotal | decimal number |
None. |
|
OrderDateTime | date |
None. |
|
OrderStatusId | integer |
None. |
|
OrderStatus | string |
None. |
|
OrderTrackingNumber | string |
None. |
|
CustomerBillingAddressId | integer |
None. |
|
CustomerShippingAddressId | integer |
None. |
|
ShipmentDate | date |
None. |
|
ExpectedDeliveryDate | date |
None. |
|
IsActive | boolean |
None. |
|
UpdatedBy | integer |
None. |
|
UpdatedDateTime | date |
None. |
|
CreatedBy | integer |
None. |
|
CreatedDateTime | date |
None. |
|
PaymentId | integer |
None. |
|
OrderId | integer |
None. |
|
TransactionNumber | string |
None. |
|
PaymentTypeId | integer |
None. |
|
PaymentType | string |
None. |
|
Amount | decimal number |
None. |
|
PaymentStatus | integer |
None. |
|
IsPartPayment | boolean |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
HouseNoBuildingName | string |
None. |
|
RoadNameArea | string |
None. |
|
Landmark | string |
None. |
|
City | string |
None. |
|
CartDetailId | integer |
None. |
|
ProductId | integer |
None. |
|
ProductColorId | integer |
None. |
|
ProductSizeId | integer |
None. |
|
ProductRate | decimal number |
None. |
|
OrderQuantity | integer |
None. |
|
IsSaveForLater | boolean |
None. |
|
ColorId | integer |
None. |
|
SizeId | integer |
None. |
|
ProductName | string |
None. |
|
ProductDesc | string |
None. |
|
Color | string |
None. |
|
Size | integer |
None. |
|
OrderReturnId | integer |
None. |
|
Quantity | integer |
None. |
|
RefundAmount | decimal number |
None. |
|
Reason | string |
None. |
|
Date | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "OrderID": 1, "CustomerId": 1, "OrderEmail": "sample string 2", "OrderPhone": "sample string 3", "PromoCode": "sample string 4", "PromoAmount": 1.0, "OrderSubTotal": 1.0, "OrderTax": 1.0, "OrderTotal": 1.0, "OrderDateTime": "2025-06-14T20:16:36.3978821+05:30", "OrderStatusId": 1, "OrderStatus": "sample string 5", "OrderTrackingNumber": "sample string 6", "CustomerBillingAddressId": 1, "CustomerShippingAddressId": 1, "ShipmentDate": "2025-06-14T20:16:36.3978821+05:30", "ExpectedDeliveryDate": "2025-06-14T20:16:36.3978821+05:30", "IsActive": true, "UpdatedBy": 1, "UpdatedDateTime": "2025-06-14T20:16:36.3978821+05:30", "CreatedBy": 1, "CreatedDateTime": "2025-06-14T20:16:36.3978821+05:30", "PaymentId": 7, "OrderId": 8, "TransactionNumber": "sample string 9", "PaymentTypeId": 10, "PaymentType": "sample string 11", "Amount": 1.0, "PaymentStatus": 1, "IsPartPayment": true, "FirstName": "sample string 12", "LastName": "sample string 13", "HouseNoBuildingName": "sample string 14", "RoadNameArea": "sample string 15", "Landmark": "sample string 16", "City": "sample string 17", "CartDetailId": 18, "ProductId": 1, "ProductColorId": 1, "ProductSizeId": 1, "ProductRate": 1.0, "OrderQuantity": 1, "IsSaveForLater": true, "ColorId": 1, "SizeId": 1, "ProductName": "sample string 19", "ProductDesc": "sample string 20", "Color": "sample string 21", "Size": 1, "OrderReturnId": 22, "Quantity": 1, "RefundAmount": 1.0, "Reason": "sample string 23", "Date": "2025-06-14T20:16:36.3978821+05:30" }
application/xml, text/xml
Sample:
<Order xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLogic.Models.CustomClasses"> <Amount>1</Amount> <CartDetailId>18</CartDetailId> <City>sample string 17</City> <Color>sample string 21</Color> <ColorId>1</ColorId> <CreatedBy>1</CreatedBy> <CreatedDateTime>2025-06-14T20:16:36.3978821+05:30</CreatedDateTime> <CustomerBillingAddressId>1</CustomerBillingAddressId> <CustomerId>1</CustomerId> <CustomerShippingAddressId>1</CustomerShippingAddressId> <Date>2025-06-14T20:16:36.3978821+05:30</Date> <ExpectedDeliveryDate>2025-06-14T20:16:36.3978821+05:30</ExpectedDeliveryDate> <FirstName>sample string 12</FirstName> <HouseNoBuildingName>sample string 14</HouseNoBuildingName> <IsActive>true</IsActive> <IsPartPayment>true</IsPartPayment> <IsSaveForLater>true</IsSaveForLater> <Landmark>sample string 16</Landmark> <LastName>sample string 13</LastName> <OrderDateTime>2025-06-14T20:16:36.3978821+05:30</OrderDateTime> <OrderEmail>sample string 2</OrderEmail> <OrderID>1</OrderID> <OrderId>8</OrderId> <OrderPhone>sample string 3</OrderPhone> <OrderQuantity>1</OrderQuantity> <OrderReturnId>22</OrderReturnId> <OrderStatus>sample string 5</OrderStatus> <OrderStatusId>1</OrderStatusId> <OrderSubTotal>1</OrderSubTotal> <OrderTax>1</OrderTax> <OrderTotal>1</OrderTotal> <OrderTrackingNumber>sample string 6</OrderTrackingNumber> <PaymentId>7</PaymentId> <PaymentStatus>1</PaymentStatus> <PaymentType>sample string 11</PaymentType> <PaymentTypeId>10</PaymentTypeId> <ProductColorId>1</ProductColorId> <ProductDesc>sample string 20</ProductDesc> <ProductId>1</ProductId> <ProductName>sample string 19</ProductName> <ProductRate>1</ProductRate> <ProductSizeId>1</ProductSizeId> <PromoAmount>1</PromoAmount> <PromoCode>sample string 4</PromoCode> <Quantity>1</Quantity> <Reason>sample string 23</Reason> <RefundAmount>1</RefundAmount> <RoadNameArea>sample string 15</RoadNameArea> <ShipmentDate>2025-06-14T20:16:36.3978821+05:30</ShipmentDate> <Size>1</Size> <SizeId>1</SizeId> <TransactionNumber>sample string 9</TransactionNumber> <UpdatedBy>1</UpdatedBy> <UpdatedDateTime>2025-06-14T20:16:36.3978821+05:30</UpdatedDateTime> </Order>