PUT api/deals/{dealId}/properties/reorder
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dealId | integer |
Required |
Body Parameters
AcquisitionPropertyOrderDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Properties | Collection of integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"Properties": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.