POST api/SaveManagement

Request Information

URI Parameters

None.

Body Parameters

Management
NameDescriptionTypeAdditional information
Ids

Object

None.

fk_Profiles_Id

integer

None.

OtherRemarks

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Ids": {},
  "fk_Profiles_Id": 2,
  "OtherRemarks": "sample string 3"
}

application/xml, text/xml

Sample:
<Management xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/konsulta_api.Models">
  <Ids />
  <OtherRemarks>sample string 3</OtherRemarks>
  <fk_Profiles_Id>2</fk_Profiles_Id>
</Management>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.