| GET | /POS/Manzana/Object |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| EntityName | query | string | No | |
| ExternalId | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | ManzCategory | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| pcat_id | form | int | No | |
| lvl | form | int | No | |
| pl_name | form | string | No | |
| pl_is_active | form | bool | No | |
| pl_externalid | form | string | No | |
| parent_pcat_id | form | int? | No | |
| changed | form | bool | No | |
| pl_entityid | form | Guid? | No | |
| pl_parentid | form | Guid? | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=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: 10.10.0.107 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
}
}