ApexERPHost

<back to all web services

GetTaxDocAdvance

Requires Authentication
The following routes are available for this service:
GET/RS/TaxDocuments/TaxDocAdvance
GetTaxDocAdvance Parameters:
NameParameterData TypeRequiredDescription
SnquerystringNo
DtqueryDateTimeNo
TaxDocIdquerylong?No
GetTaxDocAdvanceResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<SubTaxDocument>No
SubTaxDocument Parameters:
NameParameterData TypeRequiredDescription
IDformlongNo
PARENT_INVOICE_IDformlongNo
OPERATION_DATE_DTformDateTime?No
AMOUNTformdecimalNo
INV_NUMBERformstringNo
INV_SERIEformstringNo
INV_STATUSformintNo
BUYERformstringNo
SELLERformstringNo
INV_CATEGORYformintNo
INV_TYPEformintNo
AMOUNT_FULLformdecimalNo
AMOUNT_MAXformdecimalNo
ACTIVATE_DATE_DTformDateTime?No

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /RS/TaxDocuments/TaxDocAdvance HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"ID":0,"PARENT_INVOICE_ID":0,"OPERATION_DATE_DT":"\/Date(-62135596800000-0000)\/","AMOUNT":0,"INV_NUMBER":"String","INV_SERIE":"String","INV_STATUS":0,"BUYER":"String","SELLER":"String","INV_CATEGORY":0,"INV_TYPE":0,"AMOUNT_FULL":0,"AMOUNT_MAX":0,"ACTIVATE_DATE_DT":"\/Date(-62135596800000-0000)\/"}]}