POST api/LPA/GetDocumentData

Request Information

URI Parameters

None.

Body Parameters

LPADocInDocRequest
NameDescriptionTypeAdditional information
companyId

integer

None.

regNo

string

None.

processId

integer

None.

DocType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "companyId": 1,
  "regNo": "sample string 2",
  "processId": 3,
  "DocType": "sample string 4"
}

application/xml, text/xml

Sample:
<LPADocInDocRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL.LPA">
  <DocType>sample string 4</DocType>
  <companyId>1</companyId>
  <processId>3</processId>
  <regNo>sample string 2</regNo>
</LPADocInDocRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LPADocInDocResponseOfListOfLPADocumentDetails
NameDescriptionTypeAdditional information
status

boolean

None.

message

string

None.

bTagging

boolean

None.

data

Collection of LPADocumentDetails

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.