GET api/Data/GetPreOrders?vendorid={vendorid}&schoolid={schoolid}&classid={classid}&dt={dt}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vendorid | integer |
Required |
|
| schoolid | integer |
None. |
|
| classid | integer |
None. |
|
| dt | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPreOrders_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| dor | date |
None. |
|
| dos | date |
None. |
|
| status | string |
None. |
|
| type | string |
None. |
|
| parent | string |
None. |
|
| student | string |
None. |
|
| school | string |
None. |
|
| total | decimal number |
None. |
|
| payrefid | string |
None. |
|
| paynotes | string |
None. |
|
| classname | string |
None. |
|
| notes | string |
None. |
|
| vendor | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"dor": "2025-11-04T05:47:47.7408733+00:00",
"dos": "2025-11-04T05:47:47.7408733+00:00",
"status": "sample string 2",
"type": "sample string 3",
"parent": "sample string 4",
"student": "sample string 5",
"school": "sample string 6",
"total": 1.0,
"payrefid": "sample string 7",
"paynotes": "sample string 8",
"classname": "sample string 9",
"notes": "sample string 10",
"vendor": "sample string 11"
},
{
"$ref": "1"
}
]