POST api/Users/ChangeApplications

Request Information

URI Parameters

None.

Body Parameters

UsersApplications
NameDescriptionTypeAdditional information
Id

integer

None.

IdUsers

integer

None.

IdApplications

integer

None.

IsEnable

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "IdUsers": 1,
  "IdApplications": 1,
  "IsEnable": true
}

text/html

Sample:
{"Id":1,"IdUsers":1,"IdApplications":1,"IsEnable":true}

application/xml, text/xml

Sample:
<UsersApplications xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UsersManagementApi.Models">
  <Id>1</Id>
  <IdApplications>1</IdApplications>
  <IdUsers>1</IdUsers>
  <IsEnable>true</IsEnable>
</UsersApplications>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.