api
post/api/enterprises/{enterpriseId}/labels
Path parameters
enterpriseIdinteger required
Request body
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
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"
}
}Changes
No recorded changes to this endpoint across all 9 revisions of this API.