GET api/CustomerRate/GetAllCustomerRate
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerRate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| Customer | string |
None. |
|
| Mobile | string |
None. |
|
| AreaId | integer |
None. |
|
| Area | string |
None. |
|
| ProductId | integer |
None. |
|
| Product | string |
None. |
|
| Qty | decimal number |
None. |
|
| SizeId | integer |
None. |
|
| Size | string |
None. |
|
| UnitId | integer |
None. |
|
| Unit | string |
None. |
|
| Rate | decimal number |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | string |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedDate | string |
None. |
|
| IsInstant | integer |
None. |
|
| Seq_Num | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"UserId": 2,
"CustomerId": 3,
"Customer": "sample string 4",
"Mobile": "sample string 5",
"AreaId": 6,
"Area": "sample string 7",
"ProductId": 8,
"Product": "sample string 9",
"Qty": 10.0,
"SizeId": 11,
"Size": "sample string 12",
"UnitId": 13,
"Unit": "sample string 14",
"Rate": 15.0,
"CreatedBy": "sample string 16",
"CreatedDate": "sample string 17",
"UpdatedBy": "sample string 18",
"UpdatedDate": "sample string 19",
"IsInstant": 20,
"Seq_Num": 21.0
},
{
"$ref": "1"
}
]
application/octet-stream
Sample:
[{"$id":"1","Id":1,"UserId":2,"CustomerId":3,"Customer":"sample string 4","Mobile":"sample string 5","AreaId":6,"Area":"sample string 7","ProductId":8,"Product":"sample string 9","Qty":10.0,"SizeId":11,"Size":"sample string 12","UnitId":13,"Unit":"sample string 14","Rate":15.0,"CreatedBy":"sample string 16","CreatedDate":"sample string 17","UpdatedBy":"sample string 18","UpdatedDate":"sample string 19","IsInstant":20,"Seq_Num":21.0},{"$ref":"1"}]