POST api/offer/progressnoteofinterest?offerId={offerId}
Record a note against on a offer Processes this offer API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| offerId |
The unique identifier of the offer resource. |
integer |
Required |
Body Parameters
The progress note of interest data contract supplied with the request.
ProgressNoteOfInterestDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Value |
The value represented by this field. |
decimal number |
None. |
Request Formats
application/x-www-form-urlencoded
Sample not available.
application/json, text/json
{
"Value": 1.1
}
Response Information
Resource Description
The response returned after the operation completes.
OfferDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorCommunication |
The vendor communication value. |
OfferCommunicationDataContract |
None. |
| Response |
The response value. |
OfferResponseDataContract |
None. |
| Value |
The value represented by this field. |
decimal number |
None. |
| ValidFor |
The valid for value. |
decimal number |
None. |
| Property |
The property value. |
OfferPropertyDataContract |
None. |
| ApplicantGroup |
The applicant group value. |
OfferGroupDataContract |
None. |
| VendorGroup |
The vendor group value. |
OfferGroupDataContract |
None. |
| MarketingRoleId |
The unique identifier of the related marketing role resource. |
integer |
None. |
| Roles |
The collection of roles. |
Collection of RoleDataContract |
None. |
| RoleType |
The role type value. |
EnumDataContract |
None. |
| MarketedPrice |
The marketed price value. |
PriceDataContract |
None. |
| OnBehalfOf |
The on behalf of value. |
string |
None. |
| NoteOfInterestId |
The unique identifier of the related note of interest resource. |
integer |
None. |
| LastUpdated |
The last updated, expressed as a date and time. |
date |
None. |
| Team |
The team value. |
EventTeamDataContract |
None. |
| Notes |
The collection of notes. |
Collection of EventNoteCommandDataContract |
None. |
| Documents |
The collection of documents. |
Collection of DocumentDataContract |
None. |
| Name |
The name value. |
string |
None. |
| Description |
The description value. |
string |
None. |
| DateTime |
The date time, expressed as a date and time. |
date |
None. |
| EventCategory |
The event category value. |
EnumDataContract |
None. |
| EventType |
The event type value. |
EnumDataContract |
None. |
| EventStatus |
The event status value. |
EnumDataContract |
None. |
| Negotiators |
The collection of negotiators. |
Collection of ListNegotiatorDataContract |
None. |
| BranchId |
The unique identifier of the related branch resource. |
integer |
None. |
| OwningTeamId |
The unique identifier of the related owning team resource. |
integer |
None. |
| TeamAccessType |
The team access type value. |
string |
None. |
| CustomFields |
The collection of custom fields. |
Collection of CustomFieldGroupWithValuesDataContract |
None. |
| CreatedDate |
The created date, expressed as a date and time. |
date |
None. |
| CreatedBy |
The created by value. |
CreatedByDataContract |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.