POST ENotes/CreateENote
Request Information
URI Parameters
None.
Body Parameters
CreateENotesDtoName | Description | Type | Additional information |
---|---|---|---|
ENotesId | integer |
None. |
|
ShowId | integer |
None. |
|
BoothId | integer |
None. |
|
CommentTypeId | integer |
None. |
|
CannedCommentsId | integer |
None. |
|
Comments | string |
None. |
|
CreatedBy | string |
None. |
|
TSSENotesKey | integer |
None. |
|
ResolvedInd | boolean |
None. |
|
CreatedById | integer |
None. |
|
CreatedDate | date |
None. |
|
IsEditable | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ENotesId": 1, "ShowId": 2, "BoothId": 3, "CommentTypeId": 4, "CannedCommentsId": 5, "Comments": "sample string 6", "CreatedBy": "sample string 7", "TSSENotesKey": 1, "ResolvedInd": true, "CreatedById": 1, "CreatedDate": "2025-05-06T01:48:20.5716282+01:00", "IsEditable": true }
Response Information
Resource Description
ENoteCreateResponseName | Description | Type | Additional information |
---|---|---|---|
IsSuccess | boolean |
None. |
|
ResponseMessage | string |
None. |
|
ENotes | Collection of ENoteDto |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "IsSuccess": true, "ResponseMessage": "sample string 2", "ENotes": [ { "ENotesId": 1, "ShowId": 2, "BoothId": 3, "CommentTypeId": 4, "CannedCommentsId": 5, "Comments": "sample string 6", "CreatedBy": "sample string 7", "TSSENotesKey": 1, "ResolvedInd": true, "CreatedById": 1, "CreatedDate": "2025-05-06T01:48:20.5716282+01:00", "IsEditable": true }, { "ENotesId": 1, "ShowId": 2, "BoothId": 3, "CommentTypeId": 4, "CannedCommentsId": 5, "Comments": "sample string 6", "CreatedBy": "sample string 7", "TSSENotesKey": 1, "ResolvedInd": true, "CreatedById": 1, "CreatedDate": "2025-05-06T01:48:20.5716282+01:00", "IsEditable": true } ] }