ApexERPHost

<back to all web services

GetWaybillIncomeCompare

Requires Authentication
The following routes are available for this service:
GET/RS/Waybills/IncomeCompare
GetWaybillIncomeCompare Parameters:
NameParameterData TypeRequiredDescription
Date1queryDateTime?No
Date2queryDateTime?No
Diffquerydecimal?No
GetWaybillIncomeCompareResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<WaybillIncomeCompare>No
WaybillIncomeCompare Parameters:
NameParameterData TypeRequiredDescription
StatusNameformstringNo
TypeNameformstringNo
WayBillIdformint?No
BeginDateformDateTime?No
WayBillNumformstringNo
SellerIdformint?No
SellerSnformstringNo
SellerNameformstringNo
CreateDateformDateTime?No
ActivateDateformDateTime?No
FullAmountformdecimal?No
IsCorrectedformbool?No
SnformstringNo
AccformstringNo
AccNuformstringNo
DdateformDateTime?No
CrTimeformDateTime?No
Vgformdecimal?No
SignVgformdecimal?No
VgDiffformdecimal?No

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.

GET /RS/Waybills/IncomeCompare HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/csv
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":[{"StatusName":"String","TypeName":"String","WayBillId":0,"BeginDate":"\/Date(-62135596800000-0000)\/","WayBillNum":"String","SellerId":0,"SellerSn":"String","SellerName":"String","CreateDate":"\/Date(-62135596800000-0000)\/","ActivateDate":"\/Date(-62135596800000-0000)\/","FullAmount":0,"IsCorrected":false,"Sn":"String","Acc":"String","AccNu":"String","Ddate":"\/Date(-62135596800000-0000)\/","CrTime":"\/Date(-62135596800000-0000)\/","Vg":0,"SignVg":0,"VgDiff":0}]}