Paths
/availableSlots
Enter Access token
Enter Client ID
Enter Client Secret
Sample Json Request:{ "appointmentType":"Live Load", "appointmentDates":[01/08/2019,01/09/2019], "facility":"HFY", "loadType":"", "trailerType":"", "palletHeight":"", "numberOfPallets":"", }
{
"schema": {
"type": "object"
}
}
Please pass access token, It is mandatory field
200 OK
/appointments
This API creates appointments for the facility and dates provided in the request
Enter Access token
Enter Client Secret
Enter Client ID
Sample Json Request:{ "appointmentType": "Live Unload", "facility": "HFY", "appointmentDttm" :"2019-06-8T00:00:00-05:00", "duration": 120, "objectType": "ASN", "objectIds": ["12223","3333","4444"], "loadType": "Pallets", "trailerType": "LTL", "palletHeight": "7 ft", "numberOfPallets": 1, "numberOfCases": 100, "singleSkuFlag": True, "trailerNumber": "123", "notes": "" }
{
"schema": {
"type": "object"
}
}
Enter AccessToken, it is mandatory in case of basic authentication.
200 OK
This API retrieves a list of appointment objects or an individual appointment object in the Platform
Enter Access token
Enter Client Secret
Enter Client ID
Enter AccessToken, it is mandatory in case of basic authentication.
Enter all the query parameters. Sample:-appointmentId=010201-031219-355,010201-031219-357
fsc-api-admin@fedex.com
satayoday.sinha@fedex.com
200 OK
/appointments/{appointmentId}
This API updates an existing appointment. If the appointment cannot be updated, the API call will return an error
Enter Access token
Enter Client Secret
Enter Client ID
appointmentId as input parameter
Mandatory access token
Sample Json Request:{ "appointmentType": "Live Unload", "facility": "HFY", "appointmentDttm" :"2019-06-8T00:00:00-05:00", "duration": 120, "objectType": "ASN", "objectIds": ["12223","3333","4444"], "loadType": "Pallets", "trailerType": "LTL", "palletHeight": "7 ft", "numberOfPallets": 1, "numberOfCases": 100, "singleSkuFlag": True, "trailerNumber": "123", "notes": "" }
{
"schema": {
"type": "object"
}
}
200 OK
/appointments/{appointmentId}/cancel
This API cancels an existing appointment. If the appointment cannot be canceled, the API call will return an error
Enter Access token
Enter Client Secret
Enter Client ID
Enter AccessToken, it is mandatory in case of basic authentication.
Enter appointmentId
Sample Json Request:-{ "cancellationReason": "CLT", "cancellationNotes": "Carrier is arriving late" }
{
"schema": {
"type": "object"
}
}
fsc-api-admin@fedex.com
satayoday.sinha@fedex.com
200 OK