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.

AppiontmentNumber

string

None.

UserId

globally unique identifier

None.

search

string

None.

ConsentFormFilePath

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "1fcc2645-355a-442f-867d-1c0971461710",
  "Name": "sample string 1",
  "FilePath": "sample string 2",
  "start": 3,
  "length": 4,
  "AppiontmentNumber": "sample string 5",
  "UserId": "ee685374-adb2-4f72-b295-77e214dbbdb1",
  "search": "sample string 6",
  "ConsentFormFilePath": "sample string 7"
}

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">
  <AppiontmentNumber>sample string 5</AppiontmentNumber>
  <ConsentFormFilePath>sample string 7</ConsentFormFilePath>
  <FilePath>sample string 2</FilePath>
  <Id>1fcc2645-355a-442f-867d-1c0971461710</Id>
  <Name>sample string 1</Name>
  <UserId>ee685374-adb2-4f72-b295-77e214dbbdb1</UserId>
  <length>4</length>
  <search>sample string 6</search>
  <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.