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
SetRoleClosingDateDataContractName | Description | Type | Additional information |
---|---|---|---|
ClosingDate | date |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
application/json, text/json
Sample:
{ "ClosingDate": "2025-09-15T11:23:15.7132344Z" }
Response Information
Resource Description
PropertyMarketingRoleDataContractName | 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:
text/json
Sample: