POST api/offer/recordoffer
Record offer on a sale
Request Information
URI Parameters
None.
Body Parameters
RecordOfferCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
MarketingRoleId | integer |
None. |
|
GroupId | integer |
None. |
|
DateTime | date |
None. |
|
NegotiatorIds | Collection of integer |
None. |
|
Value | decimal number |
None. |
|
Notes | string |
None. |
|
IsNoteOfInterest | boolean |
None. |
|
OnBehalfOf | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
application/json, text/json
Sample:
{ "MarketingRoleId": 1, "GroupId": 2, "DateTime": "2025-09-15T11:18:14.4306919Z", "NegotiatorIds": [ 1, 2 ], "Value": 3.1, "Notes": "sample string 4", "IsNoteOfInterest": true, "OnBehalfOf": "sample string 6" }
Response Information
Resource Description
OfferDataContractName | Description | Type | Additional 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:
text/json
Sample: