Update Defaults

This operation updates the values set for Defaults.

SecuritybearerAuth
Request
path Parameters
defaultID
required
string

This is unique identifier assigned to Defaults while its creation using CreateDefaults API.

Request Body schema: application/json
name
string

Name of the Default.

defaultID
string

A unique identifier to be assigned to the Default.

object (sendingOptions)

Sending Options will include carrier and its account details, sender details, and parcel details.

Responses
200

Defaults (i.e., default values) have been updated successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

put/api/v1/defaults/{defaultID}
Request samples
application/json
{
  • "name": "FedEx-Defaults",
  • "defaultID": "0d4f3c51-059b-4c28-a83b-a8defa2962cc",
  • "sendingOptions": {
    }
}
Response samples
application/json
[
  • {
    }
]