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-03-24T09:58:10.5287105+00:00",
"ServingSchoolId": "1d8d6f00-3aae-4ed2-a4a6-3a10a6cf89a2",
"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-03-24T09:58:10.5287105+00:00</PickupDate> <ServingSchoolId>1d8d6f00-3aae-4ed2-a4a6-3a10a6cf89a2</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>