ApexERPHost

<back to all web services

GetProdListForReturnedDoc

Requires Authentication
The following routes are available for this service:
PUT/RS/TaxDocuments/ProdListForReturnedDoc
GetProdListForReturnedDoc Parameters:
NameParameterData TypeRequiredDescription
DocsIdbodystringNo
TaxDocIdbodylong?No
IdsbodyList<StringLong>No
StringLong Parameters:
NameParameterData TypeRequiredDescription
StringDataformstringNo
LongDataformlong?No
GetProdListForReturnedDocResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<TaxDocGoods>No
NotInIdsformList<StringLong>No
TaxDocGoods Parameters:
NameParameterData TypeRequiredDescription
IDformlongNo
INVOICE_IDformlongNo
INV_TYPEformintNo
INV_CATEGORYformintNo
GOODS_NAMEformstringNo
BARCODEformstringNo
UNIT_IDformintNo
UNIT_TXTformstringNo
QUANTITYformdecimalNo
QUANTITY_STOCKformdecimalNo
QUANTITY_EXTformdecimalNo
UNIT_PRICEformdecimalNo
AMOUNTformdecimalNo
VAT_AMOUNTformdecimalNo
VAT_TYPEformintNo
VAT_TYPE_TXTformstringNo
EXCISE_AMOUNTformdecimalNo
EXCISE_AMOUNT_TXTformstringNo
EXCISE_IDformintNo
EXCISE_UNIT_PRICEformdecimalNo

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.

PUT /RS/TaxDocuments/ProdListForReturnedDoc HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"DocsId":"String","TaxDocId":0,"Ids":[{"StringData":"String","LongData":0}]}
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,"INVOICE_ID":0,"INV_TYPE":0,"INV_CATEGORY":0,"GOODS_NAME":"String","BARCODE":"String","UNIT_ID":0,"UNIT_TXT":"String","QUANTITY":0,"QUANTITY_STOCK":0,"QUANTITY_EXT":0,"UNIT_PRICE":0,"AMOUNT":0,"VAT_AMOUNT":0,"VAT_TYPE":0,"VAT_TYPE_TXT":"String","EXCISE_AMOUNT":0,"EXCISE_AMOUNT_TXT":"String","EXCISE_ID":0,"EXCISE_UNIT_PRICE":0}],"NotInIds":[{"StringData":"String","LongData":0}]}