Create a new provider note

Creates a note associated with the specified provider.

Request
path Parameters
providerId
required
string <uuid>

Identifier of the provider to create a note for.

Request Body schema: application/json
note
required
string non-empty

The contents of the note.

Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

post/providers/{providerId}/notes
Request samples
application/json
{
  • "note": "string"
}
Response samples
application/json
{
  • "providerId": "4834bcdc-4a64-444d-966b-1a6fe381da24",
  • "timestamp": "2019-08-24T14:15:22Z",
  • "note": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "alert": {
    }
}