POST api/account/GetConsentFormList

Request Information

URI Parameters

None.

Body Parameters

DTOConsentForms
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

FilePath

string

None.

start

integer

None.

length

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "ef255c10-7280-4aa6-b0d8-a1f5e6bf26cb",
  "Name": "sample string 1",
  "FilePath": "sample string 2",
  "start": 3,
  "length": 4
}

application/xml, text/xml

Sample:
<DTOConsentForms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeCarePortal.BAL.DTOModels">
  <FilePath>sample string 2</FilePath>
  <Id>ef255c10-7280-4aa6-b0d8-a1f5e6bf26cb</Id>
  <Name>sample string 1</Name>
  <length>4</length>
  <start>3</start>
</DTOConsentForms>

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 'DTOConsentForms'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.