ApexERPHost

<back to all web services

GetRemForSuppliers

Requires Authentication
The following routes are available for this service:
GET/Warehousing/RemForSuppliers
GetRemForSuppliers Parameters:
NameParameterData TypeRequiredDescription
DBquerystringNo
CRquerystringNo
PPCatquerystringNo
PCatqueryint?No
CategoryquerystringNo
GetRemForSuppliersResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<RemForSuppliers>No
RemForSuppliers Parameters:
NameParameterData TypeRequiredDescription
WarehouseformstringNo
CRNameformstringNo
DBformstringNo
CRformstringNo
FDDateformDateTimeNo
FNumberInformstringNo
FNumberOutformstringNo
DDateformDateTimeNo
NumberInformstringNo
RCountformdecimal?No
CostGformdecimal?No
Vgformdecimal?No
BCodeformstringNo
ProductsNuformstringNo
ProducerNuformstringNo
CategoryNuformstringNo
PPCatIdformstringNo
PCatIdformint?No
CategoryIdformstringNo

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 /Warehousing/RemForSuppliers 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: 
	[
		{
			Warehouse: String,
			CRName: String,
			DB: String,
			CR: String,
			FDDate: 0001-01-01,
			FNumberIn: String,
			FNumberOut: String,
			DDate: 0001-01-01,
			NumberIn: String,
			RCount: 0,
			CostG: 0,
			Vg: 0,
			BCode: String,
			ProductsNu: String,
			ProducerNu: String,
			CategoryNu: String,
			PPCatId: String,
			PCatId: 0,
			CategoryId: String
		}
	]
}