Create Resource Note

Creates a resource note.

Path Parameters

  • resourceIdstringrequired

  • clientIdstringrequired

    Describes the clientId of the tenant

Request Body

application/json

  • subjectstring

    Subject of the resource note.

  • descriptionstring

    Description of the resource note.

  • expiryDateTypeinteger

    Type of expiry. Supported Values: Never Expire, Validity Period: - expiryDateType=1 to create resource note that would never expire. - expiryDateType=2 to create resource note with a validity period. Both startTime and endTime are mandatory to create a note with a validity period.

    Minimum: 1

    Maximum: 3

  • startTimestring

    Start time of resource note.

  • expiryTimestring

    Expiry time of resource note.

  • idinteger

  • createdTimestring

  • updatedTimestring

  • createdByobject

Loading Examples...

Responses

  • subjectstring

    Subject of the resource note.

  • descriptionstring

    Description of the resource note.

  • expiryDateTypeinteger

    Type of expiry. Supported Values: Never Expire, Validity Period: - expiryDateType=1 to create resource note that would never expire. - expiryDateType=2 to create resource note with a validity period. Both startTime and endTime are mandatory to create a note with a validity period.

    Minimum: 1

    Maximum: 3

  • startTimestring

    Start time of resource note.

  • expiryTimestring

    Expiry time of resource note.

  • idinteger

  • createdTimestring

  • updatedTimestring

  • createdByobject

Loading Examples...