ApexERPHost

<back to all web services

GetCurrency

Requires Authentication
The following routes are available for this service:
GET/Accounting/Currency/{ID}
GET/Accounting/Currency
GetCurrency Parameters:
NameParameterData TypeRequiredDescription
IDpathstringNo
GetCurrencyResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<Currency>No
Currency Parameters:
NameParameterData TypeRequiredDescription
CurrencyIDformstringNo
NameformstringNo
NameEnformstringNo
CodeformstringNo
CurTypeformintNo
ReCalcformboolNo
LastDateformDateTimeNo
RateformdecimalNo
SpendformboolNo
CurrencyCntformintNo
Currency_NformstringNo
LDefaultformboolNo

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/Currency/{ID} 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: 
	[
		{
			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
		}
	]
}