POST api/GroupMarketPlace/DisassociateGroup
Request Information
URI Parameters
None.
Body Parameters
EditGroupMarketPlaceDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
MarketName | string |
None. |
|
GroupIds | Collection of integer |
None. |
|
CreateBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "MarketName": "sample string 2", "GroupIds": [ 1, 2 ], "CreateBy": 3 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true