# Defaults

APIs to create, retrieve, update, and delete default shipment settings for frequently used fields such as carrier, service, sender address, label preferences, and parcel details.

## Create Defaults

 - [POST /api/v1/defaults](https://docs.sendpro360.pitneycloud.com/openapi/shipping/defaults/createdefaults.md): While creating shipment, a few columns/ fields information are used mandatorily, and if the value for those columns are used repetitively, then it is always better to save last used values.
And hence, this API has been introduced. Using this API, default values can be set up for frequently used columns/fields information like carrier and linked services. 
Setting up the defaults will save both time and efforts.

## Get All Defaults

 - [GET /api/v1/defaults](https://docs.sendpro360.pitneycloud.com/openapi/shipping/defaults/getalldefaults.md): The operation fetches all created Defaults. If query parameters are not provided, it will consider default page as 1 and default size as 10.

## Update Defaults

 - [PUT /api/v1/defaults/{defaultID}](https://docs.sendpro360.pitneycloud.com/openapi/shipping/defaults/putdefaultsbyid.md): This operation updates the values set for Defaults.

## Get Defaults By ID

 - [GET /api/v1/defaults/{defaultID}](https://docs.sendpro360.pitneycloud.com/openapi/shipping/defaults/getdefaultsbyid.md): This operation fetches the values set for the Defaults.

## Delete Defaults by ID

 - [DELETE /api/v1/defaults/{defaultID}](https://docs.sendpro360.pitneycloud.com/openapi/shipping/defaults/deletedefaultsbyid.md): This operation deletes the existing Defaults.

