Reclassify Binder
PUT https://{{vaultDNS}}/api/{{version}}/objects/binders/:{binder_id}
https://developer.veevavault.com/api/21.3/#reclassify-binder
Reclassify allows you to change the document type of an existing binder. A document “type” is the combination of the typev, subtypev, and classification__v fields on a binder. When you reclassify, Vault may add or remove certain fields on the binder. You can only reclassify the latest version of a binder and only one binder at a time. The API does not currently support Bulk Reclassify.
Learn more about:
Vault Help: Reclassifying Documents. API: Retrieve Binders API: Retrieve Document Fields API: Retrieve Document Types, Subtypes, and Classifications About this Request You can only reclassify the latest version of a specified binder. You can only reclassify one binder at a time. Bulk reclassify is not currently supported.
Request Body
[{"name"=>"reclassify", "value"=>"true", "datatype"=>"boolean"}, {"name"=>"type__v", "value"=>"", "datatype"=>"null"}, {"name"=>"subtype__v", "value"=>"", "datatype"=>"null"}, {"name"=>"classification__v", "value"=>"", "datatype"=>"null"}, {"name"=>"lifecycle__v", "value"=>"", "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string | ||
Accept | string |