GET api/MonthlyProDetails/GetAllMonthlyProByCustomerIdandMonthYear?CustomerId={CustomerId}&Month={Month}&Year={Year}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerId

integer

Required

Month

integer

Required

Year

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MonthlyProDetails
NameDescriptionTypeAdditional information
Id

integer

None.

CustId

integer

None.

CustName

string

None.

productId

integer

None.

ProductName

string

None.

quantity

decimal number

None.

date

date

None.

amount

decimal number

None.

isDelete

boolean

None.

status

string

None.

productSize

integer

None.

Description

string

None.

Unit_Id

integer

None.

Unit

string

None.

AreaId

integer

None.

Mobile

string

None.

Seq_Num

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "CustId": 2,
    "CustName": "sample string 3",
    "productId": 4,
    "ProductName": "sample string 5",
    "quantity": 6.0,
    "date": "2025-12-06T10:03:17.7035322",
    "amount": 8.0,
    "isDelete": true,
    "status": "sample string 10",
    "productSize": 11,
    "Description": "sample string 12",
    "Unit_Id": 13,
    "Unit": "sample string 14",
    "AreaId": 15,
    "Mobile": "sample string 16",
    "Seq_Num": 17.0
  },
  {
    "$ref": "1"
  }
]

application/octet-stream

Sample:
[{"$id":"1","Id":1,"CustId":2,"CustName":"sample string 3","productId":4,"ProductName":"sample string 5","quantity":6.0,"date":"2025-12-06T10:03:17.7035322","amount":8.0,"isDelete":true,"status":"sample string 10","productSize":11,"Description":"sample string 12","Unit_Id":13,"Unit":"sample string 14","AreaId":15,"Mobile":"sample string 16","Seq_Num":17.0},{"$ref":"1"}]