POST api/masterdataandvalues/valueType/toggleactive

Request Information

URI Parameters

None.

Body Parameters

MasterValueTypeToggleActiveRequest
NameDescriptionTypeAdditional information
ValueTypeId

integer

None.

ModifiedBy

integer

None.

ModifiedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ValueTypeId": 1,
  "ModifiedBy": 2,
  "ModifiedDate": "2026-05-27T07:58:15.4240029-07:00"
}

text/html

Sample:
{"ValueTypeId":1,"ModifiedBy":2,"ModifiedDate":"2026-05-27T07:58:15.4240029-07:00"}

application/xml, text/xml

Sample:
<MasterValueTypeToggleActiveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EduStudio360API.Models">
  <ModifiedBy>2</ModifiedBy>
  <ModifiedDate>2026-05-27T07:58:15.4240029-07:00</ModifiedDate>
  <ValueTypeId>1</ValueTypeId>
</MasterValueTypeToggleActiveRequest>

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.