GET api/Ratings_Custs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Ratings_Custs| Name | Description | Type | Additional information |
|---|---|---|---|
| R_Id | integer |
None. |
|
| R_Date_Added | date |
None. |
|
| R_Rating | integer |
None. |
|
| R_Comment | string |
None. |
|
| R_Status | string |
None. |
|
| E_Id | integer |
None. |
|
| RT_Id | integer |
None. |
|
| D_Id | integer |
None. |
|
| Cust_Id | integer |
None. |
|
| VD_Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"R_Id": 1,
"R_Date_Added": "2026-01-20T20:33:53.0299276+02:00",
"R_Rating": 3,
"R_Comment": "sample string 4",
"R_Status": "sample string 5",
"E_Id": 6,
"RT_Id": 7,
"D_Id": 8,
"Cust_Id": 9,
"VD_Id": 10
},
{
"R_Id": 1,
"R_Date_Added": "2026-01-20T20:33:53.0299276+02:00",
"R_Rating": 3,
"R_Comment": "sample string 4",
"R_Status": "sample string 5",
"E_Id": 6,
"RT_Id": 7,
"D_Id": 8,
"Cust_Id": 9,
"VD_Id": 10
}
]
application/xml, text/xml
Sample:
<ArrayOfRatings_Custs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSWorld_Api.Models">
<Ratings_Custs>
<Cust_Id>9</Cust_Id>
<D_Id>8</D_Id>
<E_Id>6</E_Id>
<RT_Id>7</RT_Id>
<R_Comment>sample string 4</R_Comment>
<R_Date_Added>2026-01-20T20:33:53.0299276+02:00</R_Date_Added>
<R_Id>1</R_Id>
<R_Rating>3</R_Rating>
<R_Status>sample string 5</R_Status>
<VD_Id>10</VD_Id>
</Ratings_Custs>
<Ratings_Custs>
<Cust_Id>9</Cust_Id>
<D_Id>8</D_Id>
<E_Id>6</E_Id>
<RT_Id>7</RT_Id>
<R_Comment>sample string 4</R_Comment>
<R_Date_Added>2026-01-20T20:33:53.0299276+02:00</R_Date_Added>
<R_Id>1</R_Id>
<R_Rating>3</R_Rating>
<R_Status>sample string 5</R_Status>
<VD_Id>10</VD_Id>
</Ratings_Custs>
</ArrayOfRatings_Custs>