Document

Get Documents

GET https://api.zortout.com/api.aspx

Get list of documents.

Query Parameters

Name
Type
Description

method*

String

“GETDOCUMENTS”

searchnumber

String

Document Number or Reference Number

createdbefore

String

Created Date Before ..... (yyyy-MM-dd)

createdafter

String

Created Date After .....

(yyyy-MM-dd)

limit

Int

Limit per page (Max = 200)

page

Int

Page (Default = 1)

version*

String

3

format

String

json (Default), xml

idtype

Int

Related Transaction Type

1 – Order/Purchase Order 2 – Income/Expense 3 – Quotation If idtype is not defined or equals 0, the system will show all.

documenttype

Int

Document Type 1 – Receipt 2 – Tax Invoice 3 – Invoice 4 – Quotation 5 – Withholding Tax If documenttype is not defined or equals 0, the system will show all documents.

Headers

Name
Type
Description

storename*

String

Store Name

apisecret*

String

API Secret

apikey*

String

API Key

idlist

String

List Of Related Transaction ID

Ex. “123,124,125“ This will be active when idtype is defined and not equals 0. So this will be related on "idtype".

Last updated