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 .jsv suffix or ?format=jsv

HTTP + JSV

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: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
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: 0001-01-01,
			mofinvoicenum: 0,
			numberOut: String,
			invoicedate: 0001-01-01,
			taxdoc_id: 0,
			taxdoc_serie: String,
			taxdoc_num: String,
			begindate: 0001-01-01
		}
	]
}