POST api/lpa/get/checklist

Request Information

URI Parameters

None.

Body Parameters

LPACheckListRequestMDL
NameDescriptionTypeAdditional information
userId

integer

None.

roleId

integer

None.

companyId

integer

None.

formId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "userId": 1,
  "roleId": 2,
  "companyId": 3,
  "formId": 4
}

application/xml, text/xml

Sample:
<LPACheckListRequestMDL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.LPA">
  <companyId>3</companyId>
  <formId>4</formId>
  <roleId>2</roleId>
  <userId>1</userId>
</LPACheckListRequestMDL>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.