[GET] ~/transfercode/{code}?scope={scope}

Loads a list of vehicle identifiers from a transfer code.

Request Information

URI Parameters

NameDescriptionType
code

The transfer code.

string

This value is required and must not be omitted.

scope

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
NameDescriptionType
Id

Gets or sets the identifier.

integer

Note

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"
  }
]