Generate shipments on a ground schedule in an ad hoc manner.
post
/custom-actions/forceGenerateShipments/repetitionSchedules/{repetitionScheduleID}
Request
Path Parameters
-
repetitionScheduleID(required): string
The Repitition Schedule ID.
Supported Media Types
- application/json
Root Schema : schema
Type:
object
Request parameters to generate shipments on a ground schedule in an ad hoc manner.
Show Source
-
date: string
Date for which ground schedule shipments will be generated.
-
numberOfShipments: integer
Number of ground schedule shipments to be generated.
Response
Supported Media Types
- application/json
200 Response
Default response.
Root Schema : forceGenerateShipmentsResponse
Type:
object
Response of generated ground schedule shipments.
Show Source
-
cutoffDateUsed: boolean
Is the cut off time used. If not start time is used.
-
domainName: string
Generated ground schedule shipments domain.
-
durationInDays: integer
Number of days to generate shipments.
-
generationEndDate: string
Shipments generation end date/time.
-
generationStartDate: string
Shipments generation start date/time.
-
groundScheduleGenerationId: string
Ground schedule shipment generation result GID.
-
processEndTime: string
Generation process end time.
-
processStartTime: string
Generation process start time.
-
queryName: string
Query Name
-
shipments: array
shipments
List of generated shipment IDs.
-
shipmentsBuilt: string
Number of shipments generated.
-
shipmentsExpected: string
Number of shipments expected to be generated.
400 Response
Error response.
Root Schema : errorResponse
Type:
Show Source
object
-
detail(required): string
Provides more information about the error.
-
status(required): number
HTTP status code.
-
title(required): string
Provides a short summary message.