POST api/role/{id}/setclosingdate
Sets the role closing date Processes this role API request. The parameter and response sections describe the data exchanged with the API.
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 |
The closing date, expressed as a date and time. |
date |
None. |
Request Formats
application/x-www-form-urlencoded
Sample not available.
application/json, text/json
{
"ClosingDate": "2026-08-04T22:23:20.450252Z"
}
Response Information
Resource Description
The response returned after the operation completes.
PropertyMarketingRoleDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId |
The unique identifier of the related group resource. |
integer |
None. |
| DefaultPicture |
The default picture value. |
DocumentDataContract |
None. |
| PropertyId |
The unique identifier of the related property resource. |
integer |
None. |
| AgencyType |
The agency type value. |
EnumDataContract |
None. |
| AgencyPeriod |
The agency period value. |
EnumDataContract |
None. |
| ContractEndDate |
The contract end date, expressed as a date and time. |
date |
None. |
| Flags |
The collection of flags. |
Collection of EnumDataContract |
None. |
| Price |
The price value. |
PriceDataContract |
None. |
| Fees |
The collection of fees. |
Collection of AgencyFeeDataContract |
None. |
| OwningTeam |
The owning team value. |
OwningTeamDataContract |
None. |
| Branch |
The branch value. |
BranchReferenceDataContract |
None. |
| ValidEpcInPlace |
Indicates whether valid epc in place is true. |
boolean |
None. |
| ProofOfIdReceived |
Indicates whether proof of id received is true. |
boolean |
None. |
| ProofOfOwnershipReceived |
Indicates whether proof of ownership received is true. |
boolean |
None. |
| ClosingDate |
The closing date, expressed as a date and time. |
date |
None. |
| MarketingStartDate |
The marketing start date, expressed as a date and time. |
date |
None. |
| PropertyCustomFields |
The collection of property custom fields. |
Collection of CustomFieldGroupWithValuesDataContract |
None. |
| ApprovedForPortal |
The approved for portal, expressed as a date and time. |
date |
None. |
| OwningTeamId |
The unique identifier of the related owning team resource. |
integer |
None. |
| BranchId |
The unique identifier of the related branch resource. |
integer |
None. |
| Name |
The name value. |
string |
None. |
| TeamAccessType |
The team access type value. |
string |
None. |
| RoleType |
The role type value. |
EnumDataContract |
None. |
| RoleStatus |
The role status value. |
EnumDataContract |
None. |
| CustomFields |
The collection of custom fields. |
Collection of CustomFieldGroupWithValuesDataContract |
None. |
| CreatedDate |
The created date, expressed as a date and time. |
date |
None. |
| CreatedBy |
The created by value. |
CreatedByDataContract |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.