GET v1/IdentityVerification/GetProviderDocumentUploadTypes

Gets a list of provider-specific document types to be used for upload

Request Information

No Parameters

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "documentTypeId": 1,
    "documentTypeName": "sample string 2",
    "countryCode": "sample string 3",
    "countryAbbreviation": "sample string 4",
    "backSide": true
  },
  {
    "documentTypeId": 1,
    "documentTypeName": "sample string 2",
    "countryCode": "sample string 3",
    "countryAbbreviation": "sample string 4",
    "backSide": true
  },
  {
    "documentTypeId": 1,
    "documentTypeName": "sample string 2",
    "countryCode": "sample string 3",
    "countryAbbreviation": "sample string 4",
    "backSide": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfProviderDocumentUploadTypeResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels">
  <ProviderDocumentUploadTypeResponse>
    <_x003C_BackSide_x003E_k__BackingField>true</_x003C_BackSide_x003E_k__BackingField>
    <_x003C_CountryAbbreviation_x003E_k__BackingField>sample string 4</_x003C_CountryAbbreviation_x003E_k__BackingField>
    <_x003C_CountryCode_x003E_k__BackingField>sample string 3</_x003C_CountryCode_x003E_k__BackingField>
    <_x003C_DocumentTypeId_x003E_k__BackingField>1</_x003C_DocumentTypeId_x003E_k__BackingField>
    <_x003C_DocumentTypeName_x003E_k__BackingField>sample string 2</_x003C_DocumentTypeName_x003E_k__BackingField>
  </ProviderDocumentUploadTypeResponse>
  <ProviderDocumentUploadTypeResponse>
    <_x003C_BackSide_x003E_k__BackingField>true</_x003C_BackSide_x003E_k__BackingField>
    <_x003C_CountryAbbreviation_x003E_k__BackingField>sample string 4</_x003C_CountryAbbreviation_x003E_k__BackingField>
    <_x003C_CountryCode_x003E_k__BackingField>sample string 3</_x003C_CountryCode_x003E_k__BackingField>
    <_x003C_DocumentTypeId_x003E_k__BackingField>1</_x003C_DocumentTypeId_x003E_k__BackingField>
    <_x003C_DocumentTypeName_x003E_k__BackingField>sample string 2</_x003C_DocumentTypeName_x003E_k__BackingField>
  </ProviderDocumentUploadTypeResponse>
  <ProviderDocumentUploadTypeResponse>
    <_x003C_BackSide_x003E_k__BackingField>true</_x003C_BackSide_x003E_k__BackingField>
    <_x003C_CountryAbbreviation_x003E_k__BackingField>sample string 4</_x003C_CountryAbbreviation_x003E_k__BackingField>
    <_x003C_CountryCode_x003E_k__BackingField>sample string 3</_x003C_CountryCode_x003E_k__BackingField>
    <_x003C_DocumentTypeId_x003E_k__BackingField>1</_x003C_DocumentTypeId_x003E_k__BackingField>
    <_x003C_DocumentTypeName_x003E_k__BackingField>sample string 2</_x003C_DocumentTypeName_x003E_k__BackingField>
  </ProviderDocumentUploadTypeResponse>
</ArrayOfProviderDocumentUploadTypeResponse>