POST uploadmerchantdocument

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "datecreated": "2026-02-17T16:10:26.6652232+02:00",
  "lastmodified": "2026-02-17T16:10:26.6652232+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:
<vendordocument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZakaPayAPI.Database">
  <FileSize>10</FileSize>
  <IsUploaded>true</IsUploaded>
  <approved>true</approved>
  <datecreated>2026-02-17T16:10:26.6652232+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:10:26.6652232+02:00</lastmodified>
  <merchantid>1</merchantid>
  <userid>sample string 7</userid>
</vendordocument>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

FundingDocumentResultModel
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Data": {}
}

application/xml, text/xml

Sample:
<FundingDocumentResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZakaPayAPI.Models">
  <Data />
  <Message>sample string 2</Message>
  <Success>true</Success>
</FundingDocumentResultModel>