POST api/Substratum/ApplySubstratumNewProfileToUser?fortressId={fortressId}&fortressMac={fortressMac}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fortressId | string |
Required |
|
| fortressMac | string |
Required |
Body Parameters
NewUserProfileModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SubstratumMachineId | string |
None. |
|
| Profile | string |
None. |
|
| User | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SubstratumMachineId": "sample string 1",
"Profile": "sample string 2",
"User": "sample string 3"
}
application/xml, text/xml
Sample:
<NewUserProfileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Citadel.Shared.Models"> <Profile>sample string 2</Profile> <SubstratumMachineId>sample string 1</SubstratumMachineId> <User>sample string 3</User> </NewUserProfileModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.