POST api/User/GetOrderItems

Request Information

URI Parameters

None.

Body Parameters

CheckOutEntity
NameDescriptionTypeAdditional information
FlagType

integer

None.

Name

string

None.

Mobile

string

None.

Email

string

None.

Items

integer

None.

Amount

decimal number

None.

CartId

string

None.

TrackId

string

None.

InvoiceNumber

string

None.

OrderId

integer

None.

Status

string

None.

CreatedBy

string

None.

UpdatedBy

string

None.

Payid

integer

None.

TotCharge

decimal number

None.

TotOtherCharge

decimal number

None.

Add1

string

None.

Add2

string

None.

LandMark

string

None.

Pincode

string

None.

State

string

None.

City

string

None.

PaymentMode

string

None.

Addressid

integer

None.

InvoiceID

integer

None.

Type

string

None.

RazorpayOrderId

string

None.

RazorpayPaymentId

string

None.

RazorpaySignature

string

None.

PaymentStatus

string

None.

GatewayResponse

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FlagType": 1,
  "Name": "sample string 2",
  "Mobile": "sample string 3",
  "Email": "sample string 4",
  "Items": 1,
  "Amount": 1.1,
  "CartId": "sample string 5",
  "TrackId": "sample string 6",
  "InvoiceNumber": "sample string 7",
  "OrderId": 1,
  "Status": "sample string 8",
  "CreatedBy": "sample string 9",
  "UpdatedBy": "sample string 10",
  "Payid": 1,
  "TotCharge": 1.1,
  "TotOtherCharge": 1.1,
  "Add1": "sample string 11",
  "Add2": "sample string 12",
  "LandMark": "sample string 13",
  "Pincode": "sample string 14",
  "State": "sample string 15",
  "City": "sample string 16",
  "PaymentMode": "sample string 17",
  "Addressid": 18,
  "InvoiceID": 19,
  "Type": "sample string 20",
  "RazorpayOrderId": "sample string 21",
  "RazorpayPaymentId": "sample string 22",
  "RazorpaySignature": "sample string 23",
  "PaymentStatus": "sample string 24",
  "GatewayResponse": "sample string 25"
}

application/xml, text/xml

Sample:
<UserENTITY.CheckOutEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ecommerce.ENTITY">
  <Add1>sample string 11</Add1>
  <Add2>sample string 12</Add2>
  <Addressid>18</Addressid>
  <Amount>1.1</Amount>
  <CartId>sample string 5</CartId>
  <City>sample string 16</City>
  <CreatedBy>sample string 9</CreatedBy>
  <Email>sample string 4</Email>
  <FlagType>1</FlagType>
  <GatewayResponse>sample string 25</GatewayResponse>
  <InvoiceID>19</InvoiceID>
  <InvoiceNumber>sample string 7</InvoiceNumber>
  <Items>1</Items>
  <LandMark>sample string 13</LandMark>
  <Mobile>sample string 3</Mobile>
  <Name>sample string 2</Name>
  <OrderId>1</OrderId>
  <Payid>1</Payid>
  <PaymentMode>sample string 17</PaymentMode>
  <PaymentStatus>sample string 24</PaymentStatus>
  <Pincode>sample string 14</Pincode>
  <RazorpayOrderId>sample string 21</RazorpayOrderId>
  <RazorpayPaymentId>sample string 22</RazorpayPaymentId>
  <RazorpaySignature>sample string 23</RazorpaySignature>
  <State>sample string 15</State>
  <Status>sample string 8</Status>
  <TotCharge>1.1</TotCharge>
  <TotOtherCharge>1.1</TotOtherCharge>
  <TrackId>sample string 6</TrackId>
  <Type>sample string 20</Type>
  <UpdatedBy>sample string 10</UpdatedBy>
</UserENTITY.CheckOutEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.