GET breeze/Salesmen/GetAllWhere?SqlWhereClause={SqlWhereClause}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
SqlWhereClause | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "SALESID": "sample string 1", "NAME": "sample string 2", "CONO": 1, "TERRITORY": "sample string 3", "TIMESTMP": "2025-06-06T21:57:35.576671+00:00", "ACTIVE": "sample string 4", "PHONE": "sample string 5", "EMAIL": "sample string 6", "DbFileName": "sample string 7", "DbForeignKeys": [ "sample string 1", "sample string 2", "sample string 3" ] }, { "SALESID": "sample string 1", "NAME": "sample string 2", "CONO": 1, "TERRITORY": "sample string 3", "TIMESTMP": "2025-06-06T21:57:35.576671+00:00", "ACTIVE": "sample string 4", "PHONE": "sample string 5", "EMAIL": "sample string 6", "DbFileName": "sample string 7", "DbForeignKeys": [ "sample string 1", "sample string 2", "sample string 3" ] }, { "SALESID": "sample string 1", "NAME": "sample string 2", "CONO": 1, "TERRITORY": "sample string 3", "TIMESTMP": "2025-06-06T21:57:35.576671+00:00", "ACTIVE": "sample string 4", "PHONE": "sample string 5", "EMAIL": "sample string 6", "DbFileName": "sample string 7", "DbForeignKeys": [ "sample string 1", "sample string 2", "sample string 3" ] } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.