ApexERPHost

<back to all web services

GetDocsForClaimVAT

Requires Authentication
The following routes are available for this service:
GET/Accounting/DocsForClaimVAT
GetDocsForClaimVAT Parameters:
NameParameterData TypeRequiredDescription
Acc2querystringNo
Acc3querystringNo
BeginDatequeryDateTime?No
EndDatequeryDateTime?No
GetDocsForClaimVATResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<DocsForClaimVAT>No
DocsForClaimVAT Parameters:
NameParameterData TypeRequiredDescription
Book_idformstringNo
BookInfoformBookNo
VgVatformdecimal?No
VgCurrentformdecimalNo
SnformstringNo
InvoiceDateformDateTime?No
DocsIDformstringNo
Book Parameters:
NameParameterData TypeRequiredDescription
BookIDformstringNo
DocsIDformstringNo
OpDetIDformstringNo
CurrencyIDformstringNo
CurrencyformCurrencyNo
RateformdecimalNo
DDateformDateTimeNo
DBformstringNo
DBInfoformAccountInfoNo
CRformstringNo
CRInfoformAccountInfoNo
VGformdecimalNo
VUformdecimalNo
VCformdecimalNo
ContentsformstringNo
BookNoteformstringNo
NumberInformstringNo
NumberOutformstringNo
RecStatusformbyteNo
BlockingformboolNo
CUserformstringNo
ContractIDformint?No
CreateTimeformDateTimeNo
BookTypeformintNo
Currency Parameters:
NameParameterData TypeRequiredDescription
CurrencyIDformstringNo
NameformstringNo
NameEnformstringNo
CodeformstringNo
CurTypeformintNo
ReCalcformboolNo
LastDateformDateTimeNo
RateformdecimalNo
SpendformboolNo
CurrencyCntformintNo
Currency_NformstringNo
LDefaultformboolNo
AccountInfo Parameters:
NameParameterData TypeRequiredDescription
AccformstringNo
NameformstringNo
SNformstringNo
WarehouseAddressformstringNo
AddressformstringNo
PhoneformstringNo
AccWithNameformstringNo
VatTypeformintNo
BranchIdformint?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 /Accounting/DocsForClaimVAT 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: 
	[
		{
			Book_id: String,
			BookInfo: 
			{
				BookID: String,
				DocsID: String,
				OpDetID: String,
				CurrencyID: String,
				Currency: 
				{
					CurrencyID: String,
					Name: String,
					NameEn: String,
					Code: String,
					CurType: 0,
					ReCalc: False,
					LastDate: 0001-01-01,
					Rate: 0,
					Spend: False,
					CurrencyCnt: 0,
					Currency_N: String,
					LDefault: False
				},
				Rate: 0,
				DDate: 0001-01-01,
				DB: String,
				DBInfo: 
				{
					Acc: String,
					Name: String,
					SN: String,
					WarehouseAddress: String,
					Address: String,
					Phone: String,
					AccWithName: String - String,
					VatType: 0,
					BranchId: 0
				},
				CR: String,
				CRInfo: 
				{
					Acc: String,
					Name: String,
					SN: String,
					WarehouseAddress: String,
					Address: String,
					Phone: String,
					AccWithName: String - String,
					VatType: 0,
					BranchId: 0
				},
				VG: 0,
				VU: 0,
				VC: 0,
				Contents: String,
				BookNote: String,
				NumberIn: String,
				NumberOut: String,
				RecStatus: 0,
				Blocking: False,
				CUser: String,
				ContractID: 0,
				CreateTime: 0001-01-01,
				BookType: 0
			},
			VgVat: 0,
			VgCurrent: 0,
			Sn: String,
			InvoiceDate: 0001-01-01,
			DocsID: String
		}
	]
}