GET GetRecordsByVendorId?vendorid={vendorid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
vendorid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of vendordocument
NameDescriptionTypeAdditional information
id

integer

None.

datecreated

date

None.

lastmodified

date

None.

filename

string

None.

filetype

string

None.

file

string

None.

merchantid

integer

None.

userid

string

None.

documenttype

integer

None.

approved

boolean

None.

FileSize

integer

None.

IsUploaded

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "datecreated": "2026-02-17T16:14:51.7417944+02:00",
    "lastmodified": "2026-02-17T16:14:51.7417944+02:00",
    "filename": "sample string 4",
    "filetype": "sample string 5",
    "file": "sample string 6",
    "merchantid": 1,
    "userid": "sample string 7",
    "documenttype": 8,
    "approved": true,
    "FileSize": 10,
    "IsUploaded": true
  },
  {
    "id": 1,
    "datecreated": "2026-02-17T16:14:51.7417944+02:00",
    "lastmodified": "2026-02-17T16:14:51.7417944+02:00",
    "filename": "sample string 4",
    "filetype": "sample string 5",
    "file": "sample string 6",
    "merchantid": 1,
    "userid": "sample string 7",
    "documenttype": 8,
    "approved": true,
    "FileSize": 10,
    "IsUploaded": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfvendordocument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZakaPayAPI.Database">
  <vendordocument>
    <FileSize>10</FileSize>
    <IsUploaded>true</IsUploaded>
    <approved>true</approved>
    <datecreated>2026-02-17T16:14:51.7417944+02:00</datecreated>
    <documenttype>8</documenttype>
    <file>sample string 6</file>
    <filename>sample string 4</filename>
    <filetype>sample string 5</filetype>
    <id>1</id>
    <lastmodified>2026-02-17T16:14:51.7417944+02:00</lastmodified>
    <merchantid>1</merchantid>
    <userid>sample string 7</userid>
  </vendordocument>
  <vendordocument>
    <FileSize>10</FileSize>
    <IsUploaded>true</IsUploaded>
    <approved>true</approved>
    <datecreated>2026-02-17T16:14:51.7417944+02:00</datecreated>
    <documenttype>8</documenttype>
    <file>sample string 6</file>
    <filename>sample string 4</filename>
    <filetype>sample string 5</filetype>
    <id>1</id>
    <lastmodified>2026-02-17T16:14:51.7417944+02:00</lastmodified>
    <merchantid>1</merchantid>
    <userid>sample string 7</userid>
  </vendordocument>
</ArrayOfvendordocument>