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.

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"
  },
  {
    "$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"},{"$ref":"1"}]