POST api/GroupMarketPlace/ReassignGroup

Request Information

URI Parameters

None.

Body Parameters

MoveGroupsToNewMarketPlaceDTO
NameDescriptionTypeAdditional information
CurrentMarketId

integer

None.

NewMarketId

integer

None.

GroupIds

Collection of integer

None.

CreateBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CurrentMarketId": 1,
  "NewMarketId": 2,
  "GroupIds": [
    1,
    2
  ],
  "CreateBy": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true