Hold Request Defaults

Default values for placing local hold requests

GET /api/.../holdsdefaults?orgid={id}

Return the default value for local hold request data fields.

Permissions

none

Request Information

Parameters
Name Type Required Description
orgid Integer No Return default values for a specific organization it. This should be the organization ID of the pickup branch of the request. If not supplied, the base URL's logged on organization ID will be used.

Response Information

Field descriptions

Field Description
ExpirationDatePeriod Number of days after activation date to set default expiration date
Example
application/json, text/json
{
    "ExpirationDatePeriod": 14
}