Swagger 2.02026-08-218867631.0 MB

9bb4b5cb4dc2

api

post/labels

Request body

creationDatestring date-time
createdBystring uuid
lastUpdatedBystring uuid
lastUpdateDatestring date-time
soundScanAbbreviationCANstring
soundScanAbbreviationUSAstring
isrcCodestring
contactIdinteger
yearsActivestring[]
influencersstring[]
contemporariesstring[]
tagsstring[]
upcCodeinteger
descriptionstring
enterpriseIdinteger
hasPortalboolean
archivedAtstring date-time
enterpriseNamestring
labelIdinteger
namestring

Example request

{
  "createdBy": "00000000-0000-0000-0000-000000000000",
  "lastUpdatedBy": "00000000-0000-0000-0000-000000000000",
  "contact": {
    "imageId": "00000000-0000-0000-0000-000000000000",
    "image": {
      "fileId": "00000000-0000-0000-0000-000000000000"
    }
  },
  "image": {
    "fileId": "00000000-0000-0000-0000-000000000000"
  }
}

Response

OK

creationDatestring date-time
createdBystring uuid
lastUpdatedBystring uuid
lastUpdateDatestring date-time
soundScanAbbreviationCANstring
soundScanAbbreviationUSAstring
isrcCodestring
contactIdinteger
yearsActivestring[]
influencersstring[]
contemporariesstring[]
tagsstring[]
upcCodeinteger
descriptionstring
enterpriseIdinteger
hasPortalboolean
archivedAtstring date-time
enterpriseNamestring
labelIdinteger
namestring

Example response

{
  "createdBy": "00000000-0000-0000-0000-000000000000",
  "lastUpdatedBy": "00000000-0000-0000-0000-000000000000",
  "contact": {
    "imageId": "00000000-0000-0000-0000-000000000000",
    "image": {
      "fileId": "00000000-0000-0000-0000-000000000000"
    }
  },
  "image": {
    "fileId": "00000000-0000-0000-0000-000000000000"
  }
}