POST v1/core/Accounts/{accId}/CreatePBNBAdminSettings
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accId | No documentation available. |
Define this parameter in the request URI. |
accountAdminSettings | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "AccountID": 1, "AutoLaunch": true, "Enabled": true, "ID": 4 }
text/javascript
Sample:
{"AccountID":1,"AutoLaunch":true,"Enabled":true,"ID":4}
application/xml, text/xml
Sample:
<AccountAdminSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models"> <AccountID>1</AccountID> <AutoLaunch>true</AutoLaunch> <Enabled>true</Enabled> <ID>4</ID> </AccountAdminSettings>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
3 AccountID AutoLaunch Enabled ID
Response Information
Response body formats
application/json, text/json
Sample:
{ "Success": true, "Data": { "AccountID": 1, "AutoLaunch": true, "Enabled": true, "ID": 4 }, "ErrorCode": 2, "ErrorDescription": "sample string 3", "Meta": "sample string 4" }
text/javascript
Sample:
{"Success":true,"Data":{"AccountID":1,"AutoLaunch":true,"Enabled":true,"ID":4},"ErrorCode":2,"ErrorDescription":"sample string 3","Meta":"sample string 4"}
application/xml, text/xml
Sample:
<PBNBReturnOfAccountAdminSettingsCA1DLPoZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models"> <Data> <AccountID>1</AccountID> <AutoLaunch>true</AutoLaunch> <Enabled>true</Enabled> <ID>4</ID> </Data> <ErrorCode>2</ErrorCode> <ErrorDescription>sample string 3</ErrorDescription> <Meta>sample string 4</Meta> <Success>true</Success> </PBNBReturnOfAccountAdminSettingsCA1DLPoZ>
application/bson
Sample:
� Success Data 3 AccountID AutoLaunch Enabled ID ErrorCode ErrorDescription sample string 3 Meta sample string 4