VbfFilePin Data Type
Describes what PIN code goes with which VBF files. All file identifiers used must have been uploaded beforehand.
| name | data type | description |
|---|---|---|
| pin | string | The PIN used. |
| fileIdentifiers | array of string | The file identifiers which corresponds to the PIN code. See UploadFilesResult |
Example
{
"pin" : "pin_code_for_file_identifiers",
"fileIdentifiers" : [ "d949c4c1-af09-4fde-9e93-f673f5281001", "16f8fef1-493e-4095-a377-3b1cf5ed0524" ]
}