[GET] ~/transfercode/{code}?scope={scope}
Loads a list of vehicle identifiers from a transfer code.
Request Information
URI Parameters
| Name | Description | Type | |
|---|---|---|---|
|
The transfer code. |
string |
This value is required and must not be omitted. |
|
|
The scope. |
TransferCodeType |
Body Parameters
None.
Request Formats
None.
Response Information
Resource Description
The data that was read from the transfer code.
An instance of: Collection of TransferItem| Name | Description | Type | |
|---|---|---|---|
|
Gets or sets the identifier. |
integer | ||
|
Gets or sets the note. |
string |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"note": "sample string 2"
},
{
"id": 1,
"note": "sample string 2"
}
]