POST api/MOD/CreateModNote

Request Information

URI Parameters

None.

Body Parameters

MODNotesDTO
NameDescriptionTypeAdditional information
ModId

integer

None.

NoteDate

date

None.

Note

string

None.

NoteDateString

string

None.

ModboxNoteType

ModBoxNoteTypeEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "ModId": 1,
  "NoteDate": "2025-10-14T04:54:48.3592258-07:00",
  "Note": "sample string 2",
  "NoteDateString": "10/14/2025",
  "ModboxNoteType": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true