ApexERPHost

<back to all web services

GetManzanaObject

Requires Authentication
The following routes are available for this service:
GET/POS/Manzana/Object
GetManzanaObject Parameters:
NameParameterData TypeRequiredDescription
EntityNamequerystringNo
ExternalIdquerystringNo
GetManzanaObjectResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformManzCategoryNo
ManzCategory Parameters:
NameParameterData TypeRequiredDescription
pcat_idformintNo
lvlformintNo
pl_nameformstringNo
pl_is_activeformboolNo
pl_externalidformstringNo
parent_pcat_idformint?No
changedformboolNo
pl_entityidformGuid?No
pl_parentidformGuid?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 /POS/Manzana/Object 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: 
	{
		pcat_id: 0,
		lvl: 0,
		pl_name: String,
		pl_is_active: False,
		pl_externalid: String,
		parent_pcat_id: 0,
		changed: False,
		pl_entityid: 00000000000000000000000000000000,
		pl_parentid: 00000000000000000000000000000000
	}
}