POST /[context]/[contextId]/Note
Bookings
ContextId in Request URI should be Booking ID
Supported note types • Leader (Valid for: POST Note by context, contextId, context1, context1Id) • Booking (Valid for: POST Note by context, contextId) • Web (Valid for: POST Note by context, contextId)
Note text
{
"noteType": "Leader",
"text": "test note"
}
ID of the resource
URI of the resource
{
"id": 887124,
"href": "context/contextid/note/887124"
}