POST SalesRepresentativeNote/Save

Saves the specified Sales Representative Note.

Request Information

URI Parameters

None.

Body Parameters

The Sales Representative Note.

Sales Representative Note
NameTypeAdditional informationDescription
ID integer

Required

Subject string

Required

String length: inclusive between 0 and 100

EntryDate nullable date

None.

ActionDate date

Required

Status nullable bool

None.

Note string

None.

SalesRepresentativeId integer

None.

SalesRepresentativeNoteId integer

None.

HasAttachments nullable bool

None.

Request Formats

application/json, text/json

Sample:
{
  "SalesRepresentativeId": 1,
  "SalesRepresentativeNoteId": 2,
  "HasAttachments": true,
  "ID": 3,
  "Subject": "sample string 4",
  "EntryDate": "2024-03-29",
  "ActionDate": "2024-03-29",
  "Status": true,
  "Note": "sample string 5"
}

Response Information

Resource Description

Sales Representative Note
NameTypeAdditional informationDescription
ID integer

Required

Subject string

Required

String length: inclusive between 0 and 100

EntryDate nullable date

None.

ActionDate date

Required

Status nullable bool

None.

Note string

None.

SalesRepresentativeId integer

None.

SalesRepresentativeNoteId integer

None.

HasAttachments nullable bool

None.

Response Formats

application/json, text/json

Sample:
{
  "SalesRepresentativeId": 1,
  "SalesRepresentativeNoteId": 2,
  "HasAttachments": true,
  "ID": 3,
  "Subject": "sample string 4",
  "EntryDate": "2024-03-29",
  "ActionDate": "2024-03-29",
  "Status": true,
  "Note": "sample string 5"
}