PUT api/deals/{dealId}/properties/reorder

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dealId

integer

Required

Body Parameters

AcquisitionPropertyOrderDTO
NameDescriptionTypeAdditional 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.