POST api/progression/auction/instructforauction
Instructs a role to be let
Request Information
URI Parameters
None.
Body Parameters
Details of the instruction
InstructToSellCommandDataContract| Name | 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:
Sample not available.
application/json, text/json
Sample:
{
"RoleId": 1,
"ActualMarketingPrice": 2.1,
"TeamId": 3,
"PutOnMarket": true,
"InstructedDateTime": "2025-11-17T20:51:03.7376765Z",
"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
InstructionToSellDataContract| Name | 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:
Sample not available.
text/json
Sample:
Sample not available.