Create A ProviderPreferences

Create A ProviderPreferences

Create a ProviderPreferences.

Request
URI
POST
https://{api_host}/reservation-service/api/preferences
COPY
Request Body
ProviderPreferences of type(s) application/json
Optional
Responses
201

'Created' with ProviderPreferences object that is created

Returns ProviderPreferences of type(s) */*
{
    "preferences": {
        "entries": [
            {
                "value": {},
                "key": "string"
            }
        ]
    },
    "serviceTypeId": "string",
    "id": "string"
}
object
preferences
Required

Equivalent of java.util.Map

string
serviceTypeId
Optional
Constraints: minLength: 0 maxLength: 255

serviceTypeId

string As uuid As uuid
id
Optional

id


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/reservation-service/api/preferences