POST api/GroupMarketPlace/UpdateMarketRestrictionDetail

Request Information

URI Parameters

None.

Body Parameters

GroupMarketRestrictionDTO
NameDescriptionTypeAdditional information
GroupMarketId

integer

None.

IsMarketReserved

boolean

None.

MarketReservedChangeBy

string

None.

MarketReservedChangeDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "GroupMarketId": 1,
  "IsMarketReserved": true,
  "MarketReservedChangeBy": "sample string 3",
  "MarketReservedChangeDate": "2025-10-14T00:43:24.959524-07:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true