GET api/{language}/contract/{contractId}/CarLift
Documentazione di 'Get'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| language | Documentazione di 'language'. |
Define this parameter in the request URI. |
| contractId | Documentazione di 'contractId'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ContractId": "sample string 2",
"Name": "sample string 3",
"Note": "sample string 4"
},
{
"Id": 1,
"ContractId": "sample string 2",
"Name": "sample string 3",
"Note": "sample string 4"
},
{
"Id": 1,
"ContractId": "sample string 2",
"Name": "sample string 3",
"Note": "sample string 4"
}
]