ApexERPHost

<back to all web services

GetMOFRecivedWaybills

Requires Authentication
The following routes are available for this service:
GET/RS/GetMOFRecivedWaybills
GetMOFRecivedWaybills Parameters:
NameParameterData TypeRequiredDescription
StDatequeryDateTime?No
EndDatequeryDateTime?No
WaybillIdqueryint?No
GetMOFRecivedWaybillsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<MOFRecivedWaybills>No
MOFRecivedWaybills Parameters:
NameParameterData TypeRequiredDescription
idformintNo
docs_idformstringNo
waybillidformint?No
waybillnumformstringNo
cuserformstringNo
crtimeformDateTimeNo
mofinvoicenumformint?No
numberOutformstringNo
invoicedateformDateTime?No
taxdoc_idformlong?No
taxdoc_serieformstringNo
taxdoc_numformstringNo
begindateformDateTime?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/GetMOFRecivedWaybills 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,"docs_id":"String","waybillid":0,"waybillnum":"String","cuser":"String","crtime":"\/Date(-62135596800000-0000)\/","mofinvoicenum":0,"numberOut":"String","invoicedate":"\/Date(-62135596800000-0000)\/","taxdoc_id":0,"taxdoc_serie":"String","taxdoc_num":"String","begindate":"\/Date(-62135596800000-0000)\/"}]}