PublicApi

Stock Transfer Summary

object

A summary of stock transfers for a given store on a given date

datestring(date)

The date of the summary

store_idstring

The ID of the store within this system

amount_taxnumber

The tax chargeable on the cost of goods being transferred

transfer_type_idstring

The type of transfer

amount_inclusivenumber

The cost of goods being transferred, inclusive of tax

amount_exclusivenumber

The cost of goods being transferred, exclusive of tax

transfer_idstring

Empty for summaries

transaction_typestring

The ID of the transaction type within this system

directionstring

The direction of the transfer

Example

Supplier List Response

object
page_numberinteger

The current page number

suppliersarray[object]

A supplier of merchandise

Show Child Parameters
total_recordsinteger

The total number of records in your query

total_pagesinteger

The total number of pages in your query

page_sizeinteger

The maximum number of records in a single page

Example

SupplierCreditListResponse

object
page_numberinteger

The current page number

total_recordsinteger

The total number of records in your query

total_pagesinteger

The total number of pages in your query

supplier_creditsarray[object]

A supplier credit

Show Child Parameters
page_sizeinteger

The maximum number of records in a single page

Example

PaymentTypeListResponse

object
page_numberinteger

The current page number

total_recordsinteger

The total number of records in your query

total_pagesinteger

The total number of pages in your query

payment_typesarray[object]

A payment type

Show Child Parameters
page_sizeinteger

The maximum number of records in a single page

Example

Sales Summary

object

A summary of sales data for a given store on a given date

store_idstring

The ID of the store within this system

datestring(date)

The date of the summary

tax_type_idstring

The ID of the tax type within this system

amount_taxnumber

The tax chargeable on the transaction

amount_inclusivenumber

The value of the transaction, inclusive of tax

idstring

The ID of the sales summary record

amount_exclusivenumber

The value of the transaction, exclusive of tax

transaction_typestring

The ID of the transaction type within this system

Example