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-23T22:09:26.3626219+00:00",
"ServingSchoolId": "e8f98479-4115-4987-be17-eb1d5155f428",
"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-23T22:09:26.3626219+00:00</PickupDate> <ServingSchoolId>e8f98479-4115-4987-be17-eb1d5155f428</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>