ApexERPHost

<back to all web services

CheckInvListSuppImport

Requires Authentication
The following routes are available for this service:
POST/Accounting/FixedAssets/InvList/Supp/Import/Check
CheckInvListSuppImport Parameters:
NameParameterData TypeRequiredDescription
InvListbodyList<InvListForSuppImport>No
InvListForSuppImport Parameters:
NameParameterData TypeRequiredDescription
InvNameformstringNo
InvNameENformstringNo
InvNameOrigformstringNo
FinGroupNameformstringNo
UnitformstringNo
ICountformdecimalNo
VgformdecimalNo
VatformdecimalNo
ProducerNameformstringNo
NoteformstringNo
InvListIdformint?No
FinGroupIdformint?No
TaxGroupIdformint?No
UnitIdformint?No
ProducerIdformstringNo
ErrorformboolNo
ErrorTextformstringNo
CheckInvListSuppImportResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<InvListForSuppImport>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.

POST /Accounting/FixedAssets/InvList/Supp/Import/Check HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	InvList: 
	[
		{
			InvName: String,
			InvNameEN: String,
			InvNameOrig: String,
			FinGroupName: String,
			Unit: String,
			ICount: 0,
			Vg: 0,
			Vat: 0,
			ProducerName: String,
			Note: String,
			InvListId: 0,
			FinGroupId: 0,
			TaxGroupId: 0,
			UnitId: 0,
			ProducerId: String,
			Error: False,
			ErrorText: String
		}
	]
}
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: 
	[
		{
			InvName: String,
			InvNameEN: String,
			InvNameOrig: String,
			FinGroupName: String,
			Unit: String,
			ICount: 0,
			Vg: 0,
			Vat: 0,
			ProducerName: String,
			Note: String,
			InvListId: 0,
			FinGroupId: 0,
			TaxGroupId: 0,
			UnitId: 0,
			ProducerId: String,
			Error: False,
			ErrorText: String
		}
	]
}