POST api/role/{id}/setclosingdate
Sets the role closing date
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the role |
integer |
Required |
Body Parameters
The closing data datacontract
SetRoleClosingDateDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| ClosingDate | date |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"ClosingDate": "2025-11-18T14:11:26.9378978Z"
}
Response Information
Resource Description
PropertyMarketingRoleDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| DefaultPicture | DocumentDataContract |
None. |
|
| PropertyId | integer |
None. |
|
| AgencyType | EnumDataContract |
None. |
|
| AgencyPeriod | EnumDataContract |
None. |
|
| ContractEndDate | date |
None. |
|
| Flags | Collection of EnumDataContract |
None. |
|
| Price | PriceDataContract |
None. |
|
| Fees | Collection of AgencyFeeDataContract |
None. |
|
| OwningTeam | OwningTeamDataContract |
None. |
|
| Branch | BranchReferenceDataContract |
None. |
|
| ValidEpcInPlace | boolean |
None. |
|
| ProofOfIdReceived | boolean |
None. |
|
| ProofOfOwnershipReceived | boolean |
None. |
|
| ClosingDate | date |
None. |
|
| MarketingStartDate | date |
None. |
|
| PropertyCustomFields | Collection of CustomFieldGroupWithValuesDataContract |
None. |
|
| ApprovedForPortal | date |
None. |
|
| OwningTeamId | integer |
None. |
|
| BranchId | integer |
None. |
|
| Name | string |
None. |
|
| TeamAccessType | string |
None. |
|
| RoleType | EnumDataContract |
None. |
|
| RoleStatus | EnumDataContract |
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.