GET api/Customers/GetFormTypeID?DocumentType={DocumentType}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DocumentType

string

Required

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

DocumentForm
NameDescriptionTypeAdditional information
DocumentType

string

None.

FormTypePath

string

None.

FormTypeName

string

None.

FormType

string

None.

Response Formats

application/xml, text/xml

Sample:
<DocumentForm xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <DocumentType>sample string 1</DocumentType>
  <FormTypePath>sample string 2</FormTypePath>
  <FormTypeName>sample string 3</FormTypeName>
  <FormType>sample string 4</FormType>
</DocumentForm>