GET api/DocumentSchemes?rentalId={rentalId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| rentalId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DocumentRental| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DocumentId | integer |
None. |
|
| RentalId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"DocumentId": 2,
"RentalId": 3
},
{
"$ref": "1"
}
]