[POST] ~/transfercode?scope={scope}
Saves a list of vehicle identifiers to a transfer code.
Request Information
URI Parameters
| Name | Description | Type | |
|---|---|---|---|
|
The scope. |
TransferCodeType |
Body Parameters
The request.
An instance of: Collection of TransferItem| Name | Description | Type | |
|---|---|---|---|
|
Gets or sets the identifier. |
integer | ||
|
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: stringResponse Formats
application/json, text/json
Sample:
"sample string 1"