{
"data": {
"type": "item",
"attributes": {
"title": "Book - Lord of the Rings",
"description": "Very good condition.",
"quantity": 0,
"quantity_unavailable": 0,
"category_id": 0,
"owner_address_id": 0,
"overtime_enabled": true,
"deposit_amount": 0,
"allow_overbooking": true,
"idle_minutes": 0,
"min_booking_minutes": 0,
"taxable": true,
"tax_rate": "string",
"track_quantity": true,
"deposit_type": "deposit_by_booking_value",
"pricing_rule_overtime": {
"duration_value": 0,
"price_cents": 0,
"duration_unit": "weeks"
},
"photos_attributes": [
{
"id": 0,
"main": true,
"photo_image_id": "string",
"_destroy": true
}
],
"discount_by_quantity": [
{
"quantity": 0,
"amount_value": 0,
"amount_type": "value"
}
],
"pricing_rules": [
{
"duration_value": 0,
"price_cents": 0,
"duration_unit": "weeks"
}
]
}
}
}
curl --location --request PATCH 'https://rnters-staging.herokuapp.com/api/saas/me/items/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"type": "item",
"attributes": {
"title": "Book - Lord of the Rings",
"description": "Very good condition.",
"quantity": 0,
"quantity_unavailable": 0,
"category_id": 0,
"owner_address_id": 0,
"overtime_enabled": true,
"deposit_amount": 0,
"allow_overbooking": true,
"idle_minutes": 0,
"min_booking_minutes": 0,
"taxable": true,
"tax_rate": "string",
"track_quantity": true,
"deposit_type": "deposit_by_booking_value",
"pricing_rule_overtime": {
"duration_value": 0,
"price_cents": 0,
"duration_unit": "weeks"
},
"photos_attributes": [
{
"id": 0,
"main": true,
"photo_image_id": "string",
"_destroy": true
}
],
"discount_by_quantity": [
{
"quantity": 0,
"amount_value": 0,
"amount_type": "value"
}
],
"pricing_rules": [
{
"duration_value": 0,
"price_cents": 0,
"duration_unit": "weeks"
}
]
}
}
}'