GET api/Order/Getlast3ShippingAddressByCustomerId?CustomerId={CustomerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of OrderMaster
NameDescriptionTypeAdditional information
OrderId

integer

None.

Customer_Id

integer

None.

OrderStatus_Id

integer

None.

Date

string

None.

GrandTotal

string

None.

Address

string

None.

PinCode

string

None.

ShippingAddress

string

None.

Remark

string

None.

ShippingTime

string

None.

PaymentMethod

string

None.

EaseBuzzPaymId

string

None.

EaseBuzzPaymentStatus

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "OrderId": 1,
    "Customer_Id": 2,
    "OrderStatus_Id": 3,
    "Date": "sample string 4",
    "GrandTotal": "sample string 5",
    "Address": "sample string 6",
    "PinCode": "sample string 7",
    "ShippingAddress": "sample string 8",
    "Remark": "sample string 9",
    "ShippingTime": "sample string 10",
    "PaymentMethod": "sample string 11",
    "EaseBuzzPaymId": "sample string 12",
    "EaseBuzzPaymentStatus": "sample string 13"
  },
  {
    "$ref": "1"
  }
]

application/octet-stream

Sample:
[{"$id":"1","OrderId":1,"Customer_Id":2,"OrderStatus_Id":3,"Date":"sample string 4","GrandTotal":"sample string 5","Address":"sample string 6","PinCode":"sample string 7","ShippingAddress":"sample string 8","Remark":"sample string 9","ShippingTime":"sample string 10","PaymentMethod":"sample string 11","EaseBuzzPaymId":"sample string 12","EaseBuzzPaymentStatus":"sample string 13"},{"$ref":"1"}]