ApexERPHost

<back to all web services

ImportFixedAssets

Requires Authentication
The following routes are available for this service:
POST/Accounting/FixedAssets/Import/Save
ImportFixedAssets Parameters:
NameParameterData TypeRequiredDescription
DDatebodyDateTimeNo
TranzitAccbodystringNo
SuppOperbodystringNo
ImportOperbodystringNo
DeprOperbodystringNo
ExpOperbodystringNo
FixedAssetsbodyList<FixedAssetsImport>No
FixedAssetsImport Parameters:
NameParameterData TypeRequiredDescription
InvNumberformstringNo
InvNameformstringNo
InvNameOrigformstringNo
FinGroupNameformstringNo
UnitformstringNo
DBformstringNo
CRformstringNo
ICountformdecimalNo
VgformdecimalNo
Vatformdecimal?No
CurrencyCodeformstringNo
RateCformdecimal?No
PersonSNformstringNo
LocationformstringNo
ExpVgformdecimal?No
SVgformdecimal?No
DeprTypeformint?No
LifeYearsformdecimal?No
DeprPercentformdecimal?No
AcumDeprformdecimal?No
DeprecationAccformstringNo
Issuedformint?No
ProducerNameformstringNo
NoteformstringNo
ErrorformboolNo
ErrorTextformstringNo
InvListIdformint?No
FinGroupIdformint?No
TaxGroupIdformint?No
UnitIdformint?No
ProducerIdformstringNo
PersonIdformint?No
LocationIdformint?No
CurrencyIdformstringNo
DocsIdformstringNo
NIdformint?No
SuppDIdformint?No
ImportFixedAssetsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformboolNo

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.

POST /Accounting/FixedAssets/Import/Save HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"DDate":"\/Date(-62135596800000-0000)\/","TranzitAcc":"String","SuppOper":"String","ImportOper":"String","DeprOper":"String","ExpOper":"String","FixedAssets":[{"InvNumber":"String","InvName":"String","InvNameOrig":"String","FinGroupName":"String","Unit":"String","DB":"String","CR":"String","ICount":0,"Vg":0,"Vat":0,"CurrencyCode":"String","RateC":0,"PersonSN":"String","Location":"String","ExpVg":0,"SVg":0,"DeprType":0,"LifeYears":0,"DeprPercent":0,"AcumDepr":0,"DeprecationAcc":"String","Issued":0,"ProducerName":"String","Note":"String","Error":false,"ErrorText":"String","InvListId":0,"FinGroupId":0,"TaxGroupId":0,"UnitId":0,"ProducerId":"String","PersonId":0,"LocationId":0,"CurrencyId":"String","DocsId":"String","NId":0,"SuppDId":0}]}
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":false}