POST api/account/GetConsentFormList
Request Information
URI Parameters
None.
Body Parameters
DTOConsentForms| Name | Description | Type | Additional 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": "4aacc697-cf47-4b6e-a319-c5b49e9e97ed",
"Name": "sample string 1",
"FilePath": "sample string 2",
"start": 3,
"length": 4,
"AppiontmentNumber": "sample string 5",
"UserId": "02f26abd-3fc7-4eda-a1e7-99c9df8f45dd",
"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>4aacc697-cf47-4b6e-a319-c5b49e9e97ed</Id> <Name>sample string 1</Name> <UserId>02f26abd-3fc7-4eda-a1e7-99c9df8f45dd</UserId> <length>4</length> <search>sample string 6</search> <start>3</start> </DTOConsentForms>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.