PUT api/superentities/{superEntityId}/fundactivation

Update fund accounting activation for a super entity

Request Information

URI Parameters

NameDescriptionTypeAdditional information
superEntityId

integer

Required

Body Parameters

UpdateSuperEntityFundActivationViewModel
NameDescriptionTypeAdditional information
StartDate

date

Required

EndDate

date

None.

DefaultFundId

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "startDate": "2024-10-14T08:24:12.0650471-04:00",
  "endDate": "2024-10-14T08:24:12.0650471-04:00",
  "defaultFundId": 1
}

application/xml, text/xml

Sample:
<UpdateSuperEntityFundActivationViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels">
  <DefaultFundId>1</DefaultFundId>
  <EndDate>2024-10-14T08:24:12.0650471-04:00</EndDate>
  <StartDate>2024-10-14T08:24:12.0650471-04:00</StartDate>
</UpdateSuperEntityFundActivationViewModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateSuperEntityFundActivationViewModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.