[POST] ~/transfercode?scope={scope}

Saves a list of vehicle identifiers to a transfer code.

Request Information

URI Parameters

NameDescriptionType
scope

The scope.

TransferCodeType

Body Parameters

The request.

An instance of: Collection of TransferItem
NameDescriptionType
Id

Gets or sets the identifier.

integer

Note

Gets or sets the note.

string

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "note": "sample string 2"
  },
  {
    "id": 1,
    "note": "sample string 2"
  }
]

Response Information

Resource Description

A TransferCodeModel.

An instance of: string

Response Formats

application/json, text/json

Sample:
"sample string 1"