GET DealerShip/GetNotes/{id}
Documentation for 'GetNotes'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | Documentation for 'id'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Value": {
"$id": "2",
"TotalCount": 1,
"Results": [
{
"$id": "3",
"NoteID": 1,
"AddedDate": "sample string 2",
"AddedBy": 3,
"AddedByName": "sample string 4",
"EntityID": 5,
"Description": "sample string 6",
"TypeDescription": "sample string 7"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"Errors": [],
"Status": 0,
"IsFreeOfErrors": true,
"HasErrors": false
}