Create a holiday information
POST {{baseUrl}}/buyers/:buyerId/holidays
Perform an add operation of holiday
Request Body
{"name"=>"New Year", "startDate"=>"2020-01-01", "endDate"=>"2020-01-01", "description"=>"New Year"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
""