FORMAT: 1A

# Group Vectorapi
Group of all vectorapi-related resources.

## Bulk Upload Track Level Licensing and Collections Data

The Bulk Upload Track Licensing resource is used to update and insert track level licensing and collections data into track, track_master_rights and track_producer_nationality table.With the help of spreadsheet we can pass multiple tracks collections data.So that multiple collections data of tracks will be saved and updated at a time.

All the necessary validations would be performed with spreadsheet's data.

This API resource manages the validate, add and update data related functionality of multiple tracks.

## Post [/vectorapi/Bulkuploadtracklicensing/post{?access_token,data}]

### Post [POST]

+ Parameters

    + access_token (required, varchar, `some token`)
    + data (required, varchar, `{"bulkUploadTrackLicensingData":[{"Track Unique ID":"5000490","Third Party Publishing":"Yes","Royalty Collections":"No", "Synchronization Administration":"No","Publishing Administration":"No","Country of Recording":"India","Master Rights Ownership":"Yes","Nationality of First Producer":"India", "excel_line_number":1},{"Track Unique ID":"16737036","Third Party Publishing":"No","Royalty Collections":"Yes", "Synchronization Administration":"Yes","Publishing Administration":"Yes","Country of Recording":"Germany","Master Rights Ownership":"No","Nationality of First Producer":"USA", "excel_line_number":2}]}`)

+ Request JSON Message

    + Headers

            Accept: application/json

+ Response 200 (application/json)

    + Body
{
  "envelope": {
    "header": {
      "apiVersion": "1.0",
      "baseUrl": "http://orchardapi.theorchard.com/vectorapi",
      "httpStatusCode": 200
    },
    "request": "Bulkuploadtracklicensing/post",
    "response": true
  }
}




+ **Required Parameters**

    + Track Unique ID
