POST api/progression/sales/instructtosell
Instructs a role to be sold
Request Information
URI Parameters
None.
Body Parameters
Details of the instruction
InstructToSellCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
RoleId | integer |
None. |
|
ActualMarketingPrice | decimal number |
None. |
|
TeamId | integer |
None. |
|
PutOnMarket | boolean |
None. |
|
InstructedDateTime | date |
None. |
|
NegotiatorIds | Collection of integer |
None. |
|
LeaseType | EnumDataContract |
None. |
|
ValidEpcInPlace | boolean |
None. |
|
ProofOfIdReceived | boolean |
None. |
|
ProofOfOwnershipReceived | boolean |
None. |
|
BranchId | integer |
None. |
|
ExternalCompanyInstructorId | integer |
None. |
|
AgencyPeriod | EnumDataContract |
None. |
|
PriceText | string |
None. |
|
PriceOnApplication | boolean |
None. |
|
PriceQualifier | EnumDataContract |
None. |
|
SendToPortal | boolean |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
application/json, text/json
Sample:
{ "RoleId": 1, "ActualMarketingPrice": 2.1, "TeamId": 3, "PutOnMarket": true, "InstructedDateTime": "2025-09-15T11:20:03.5098203Z", "NegotiatorIds": [ 1, 2 ], "LeaseType": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "ValidEpcInPlace": true, "ProofOfIdReceived": true, "ProofOfOwnershipReceived": true, "BranchId": 1, "ExternalCompanyInstructorId": 1, "AgencyPeriod": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "PriceText": "sample string 5", "PriceOnApplication": true, "PriceQualifier": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "SendToPortal": true }
Response Information
Resource Description
InstructionToSellDataContractName | Description | Type | Additional information |
---|---|---|---|
ExternalCompanyInstructorId | integer |
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: