ApexERPHost

<back to all web services

GetB1090CheckXls

Requires Authentication
The following routes are available for this service:
PUT/Accounting/B1090/CheckXls
GetB1090CheckXls Parameters:
NameParameterData TypeRequiredDescription
CRbodystringNo
DBbodystringNo
XmlbodystringNo
GetB1090CheckXlsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<B1090CheckXls>No
B1090CheckXls Parameters:
NameParameterData TypeRequiredDescription
BcodeformstringNo
IncodeformstringNo
Products_nuformstringNo
Producer_nuformstringNo
RemformdecimalNo
ScountformdecimalNo
ProdppIdformstringNo
CauseformstringNo
PackcountformdecimalNo
UnitformstringNo

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

HTTP + CSV

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

PUT /Accounting/B1090/CheckXls HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"CR":"String","DB":"String","Xml":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"Bcode":"String","Incode":"String","Products_nu":"String","Producer_nu":"String","Rem":0,"Scount":0,"ProdppId":"String","Cause":"String","Packcount":0,"Unit":"String"}]}