PUT v1/core/Accounts/{accId}/accessbrokeruse

Enable AccessBrokerUserAllowed for the network

Request Information

Parameters

NameDescriptionAdditional information
accId
the account id

Define this parameter in the request URI.

item
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AccessBrokerUseAllowed": true
}

text/javascript

Sample:
{"AccessBrokerUseAllowed":true}

application/xml, text/xml

Sample:
<AccessBrokerUse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models">
  <AccessBrokerUseAllowed>true</AccessBrokerUseAllowed>
</AccessBrokerUse>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AccessBrokerUse'.

application/bson

Sample:
AccessBrokerUseAllowed

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Success": true,
  "Data": {
    "AccessBrokerUseAllowed": true
  },
  "ErrorCode": 2,
  "ErrorDescription": "sample string 3",
  "Meta": "sample string 4"
}

text/javascript

Sample:
{"Success":true,"Data":{"AccessBrokerUseAllowed":true},"ErrorCode":2,"ErrorDescription":"sample string 3","Meta":"sample string 4"}

application/xml, text/xml

Sample:
<PBNBReturnOfAccessBrokerUseCA1DLPoZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models">
  <Data>
    <AccessBrokerUseAllowed>true</AccessBrokerUseAllowed>
  </Data>
  <ErrorCode>2</ErrorCode>
  <ErrorDescription>sample string 3</ErrorDescription>
  <Meta>sample string 4</Meta>
  <Success>true</Success>
</PBNBReturnOfAccessBrokerUseCA1DLPoZ>

application/bson

Sample:
�SuccessDataAccessBrokerUseAllowedErrorCodeErrorDescriptionsample string 3Metasample string 4