ApexERPHost

<back to all web services

GetInvoiceOutcomeCompare

Requires Authentication
The following routes are available for this service:
GET/RS/Waybills/Invoice/OutcomeCompare
GetInvoiceOutcomeCompare Parameters:
NameParameterData TypeRequiredDescription
RegDate1queryDateTime?No
RegDate2queryDateTime?No
OpDate1queryDateTime?No
OpDate2queryDateTime?No
GetInvoiceOutcomeCompareResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<InvoiceOutcomeCompare>No
InvoiceOutcomeCompare Parameters:
NameParameterData TypeRequiredDescription
Statusformint?No
AfStatusformstringNo
InvoiceIdformint?No
FSeriesformstringNo
FNumberformstringNo
OperationDateformDateTime?No
RegDateformDateTime?No
AfNumberformstringNo
OrgNameformstringNo
OrgSnformstringNo
NotesformstringNo
Amountformdecimal?No
Vatformdecimal?No
NumberOutformstringNo
FullVgformdecimal?No
AccformstringNo
AccNameformstringNo
VatVgformdecimal?No
IsVatPayerformstringNo

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/Waybills/Invoice/OutcomeCompare 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: 
	[
		{
			Status: 0,
			AfStatus: String,
			InvoiceId: 0,
			FSeries: String,
			FNumber: String,
			OperationDate: 0001-01-01,
			RegDate: 0001-01-01,
			AfNumber: String,
			OrgName: String,
			OrgSn: String,
			Notes: String,
			Amount: 0,
			Vat: 0,
			NumberOut: String,
			FullVg: 0,
			Acc: String,
			AccName: String,
			VatVg: 0,
			IsVatPayer: String
		}
	]
}