POST api/progression/addprogressionnote
Add a note to a purchasing role
Request Information
URI Parameters
None.
Body Parameters
Details of the progression note
AddProgressionNoteCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| RoleId | integer |
None. |
|
| DateTime | date |
None. |
|
| NegotiatorIds | Collection of integer |
None. |
|
| Title | string |
None. |
|
| Note | string |
None. |
|
| Pinned | boolean |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"RoleId": 1,
"DateTime": "2025-11-18T14:03:48.0469261Z",
"NegotiatorIds": [
1,
2
],
"Title": "sample string 2",
"Note": "sample string 3",
"Pinned": true
}
Response Information
Resource Description
EventDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Team | EventTeamDataContract |
None. |
|
| Notes | Collection of EventNoteCommandDataContract |
None. |
|
| Documents | Collection of DocumentDataContract |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| DateTime | date |
None. |
|
| EventCategory | EnumDataContract |
None. |
|
| EventType | EnumDataContract |
None. |
|
| EventStatus | EnumDataContract |
None. |
|
| Negotiators | Collection of ListNegotiatorDataContract |
None. |
|
| BranchId | integer |
None. |
|
| OwningTeamId | integer |
None. |
|
| TeamAccessType | string |
None. |
|
| CustomFields | Collection of CustomFieldGroupWithValuesDataContract |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | CreatedByDataContract |
None. |
|
| Id | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.