POST api/UpdateBundledOrder
Request Information
URI Parameters
None.
Body Parameters
BundleOrderUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderIds | string |
None. |
|
| PickupDate | date |
None. |
|
| ServingSchoolId | globally unique identifier |
None. |
|
| BundleId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderIds": "sample string 1",
"PickupDate": "2026-02-12T23:59:52.2013286+00:00",
"ServingSchoolId": "e39f2a35-d0f7-4446-91d2-c0c8b9278bf7",
"BundleId": 4
}
application/xml, text/xml
Sample:
<BundleOrderUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cybersoft.Primero.Business.ExpressPoint.ORD"> <BundleId>4</BundleId> <OrderIds>sample string 1</OrderIds> <PickupDate>2026-02-12T23:59:52.2013286+00:00</PickupDate> <ServingSchoolId>e39f2a35-d0f7-4446-91d2-c0c8b9278bf7</ServingSchoolId> </BundleOrderUpdateModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>