notes

post/notes/enterprise/save

Request body

noteIdinteger
releaseIdinteger
enterpriseIdinteger
createdBystring uuid
creationDatestring date-time
contentstring
creatorstring
tenantNamestring
tenantImageIdstring uuid

Example request

{
  "createdBy": "00000000-0000-0000-0000-000000000000",
  "tenantImageId": "00000000-0000-0000-0000-000000000000"
}

Response

OK

noteIdinteger
releaseIdinteger
enterpriseIdinteger
createdBystring uuid
creationDatestring date-time
contentstring
creatorstring
tenantNamestring
tenantImageIdstring uuid

Example response

{
  "createdBy": "00000000-0000-0000-0000-000000000000",
  "tenantImageId": "00000000-0000-0000-0000-000000000000"
}

Changes

No recorded changes to this endpoint across all 9 revisions of this API.