GET api/Customers/GetCustomerTypeOfIssuingDocuments?CustomerID={CustomerID}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerID

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CustomerTypeOfIssuingDocuments
NameDescriptionTypeAdditional information
CustomerID

string

None.

DocumentType

string

None.

DocumentTypeTitle

string

None.

TypeOfIssuing

string

None.

TypeOfIssuingTitle

string

None.

InsUpdDate

date

None.

FormType

string

None.

EmailAddress

string

None.

EnvelopeType

string

None.

MailServiceProvider

string

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfCustomerTypeOfIssuingDocuments xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <CustomerTypeOfIssuingDocuments>
    <CustomerID>sample string 1</CustomerID>
    <DocumentType>sample string 2</DocumentType>
    <DocumentTypeTitle>sample string 3</DocumentTypeTitle>
    <TypeOfIssuing>sample string 4</TypeOfIssuing>
    <TypeOfIssuingTitle>sample string 5</TypeOfIssuingTitle>
    <InsUpdDate>2024-04-26T14:32:35.1753749+02:00</InsUpdDate>
    <FormType>sample string 6</FormType>
    <EmailAddress>sample string 7</EmailAddress>
    <EnvelopeType>sample string 8</EnvelopeType>
    <MailServiceProvider>sample string 9</MailServiceProvider>
  </CustomerTypeOfIssuingDocuments>
  <CustomerTypeOfIssuingDocuments>
    <CustomerID>sample string 1</CustomerID>
    <DocumentType>sample string 2</DocumentType>
    <DocumentTypeTitle>sample string 3</DocumentTypeTitle>
    <TypeOfIssuing>sample string 4</TypeOfIssuing>
    <TypeOfIssuingTitle>sample string 5</TypeOfIssuingTitle>
    <InsUpdDate>2024-04-26T14:32:35.1753749+02:00</InsUpdDate>
    <FormType>sample string 6</FormType>
    <EmailAddress>sample string 7</EmailAddress>
    <EnvelopeType>sample string 8</EnvelopeType>
    <MailServiceProvider>sample string 9</MailServiceProvider>
  </CustomerTypeOfIssuingDocuments>
</ArrayOfCustomerTypeOfIssuingDocuments>