POST api/private/FundTypes/Add

Request Information

URI Parameters

None.

Body Parameters

Domain.Compliance.AgreementType
NameDescriptionTypeAdditional information
Name

string

None.

Id

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

Disabled

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Id": 2,
  "CreatedDate": "2025-04-25T17:41:25.6032808Z",
  "ModifiedDate": "2025-04-25T17:41:25.6032808Z",
  "Disabled": true
}

text/xml

Sample:
<AgreementType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Compliance">
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T13:41:25.6032808-04:00</CreatedDate>
  <Disabled xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">true</Disabled>
  <Id xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2</Id>
  <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T13:41:25.6032808-04:00</ModifiedDate>
  <Name>sample string 1</Name>
</AgreementType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Domain.Compliance.FundType
NameDescriptionTypeAdditional information
Name

string

None.

Id

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

Disabled

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Id": 2,
  "CreatedDate": "2025-04-25T17:41:25.6114184Z",
  "ModifiedDate": "2025-04-25T17:41:25.6114184Z",
  "Disabled": true
}

text/xml

Sample:
<FundType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Compliance">
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T13:41:25.6114184-04:00</CreatedDate>
  <Disabled xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">true</Disabled>
  <Id xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2</Id>
  <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T13:41:25.6114184-04:00</ModifiedDate>
  <Name>sample string 1</Name>
</FundType>