POST api/offer/progressnoteofinterest?offerId={offerId}

Record a note against on a offer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
offerId

integer

Required

Body Parameters

ProgressNoteOfInterestDataContract
NameDescriptionTypeAdditional information
Value

decimal number

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProgressNoteOfInterestDataContract'.

application/json, text/json

Sample:
{
  "Value": 1.1
}

Response Information

Resource Description

OfferDataContract
NameDescriptionTypeAdditional information
VendorCommunication

OfferCommunicationDataContract

None.

Response

OfferResponseDataContract

None.

Value

decimal number

None.

ValidFor

decimal number

None.

Property

OfferPropertyDataContract

None.

ApplicantGroup

OfferGroupDataContract

None.

VendorGroup

OfferGroupDataContract

None.

MarketingRoleId

integer

None.

Roles

Collection of RoleDataContract

None.

RoleType

EnumDataContract

None.

MarketedPrice

PriceDataContract

None.

OnBehalfOf

string

None.

NoteOfInterestId

integer

None.

LastUpdated

date

None.

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:

An exception has occurred while using the formatter 'SanitizingJsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Dezrez.Core.DataContracts.External.Api.Media.DocumentDataContract'. Path 'Response.Documents[0].Attachments'.

text/json

Sample:

An exception has occurred while using the formatter 'SanitizingJsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Dezrez.Core.DataContracts.External.Api.Media.DocumentDataContract'. Path 'Response.Documents[0].Attachments'.