Add a service to the price list
A price that changes with the animal is several lines, each narrowed by species, sex or size: nothing is worked out from an animal record, and the criteria decide which lines are OFFERED for an animal. Needs write on Animals.
Authorizations
An API key from Settings, API keys. It starts with rc_live_.
Body
On a PATCH every field is optional and one left out keeps what it had; a criterion sent as empty text is cleared, which widens the line to any.
1What sort of thing the line is, for grouping a list somebody reads.
surgery, vaccine, test, microchip, ride, other A flat price, or a price a mile that is multiplied by the miles given when the line is chosen.
flat, per_mile x >= 0male, female, unknown, null small, medium, large, extra_large, null Response
The line.
One line of a rescue's transport price list (Phase 443). A transport does not have a single price: the cost of a seat is the sum of the lines chosen for the animals riding.
What a partner reads when they pick it.
What sort of thing the line is, for grouping a list somebody reads.
surgery, vaccine, test, microchip, ride, other A flat price, or a price a mile that is multiplied by the miles given when the line is chosen.
flat, per_mile Cents, or cents a mile. Zero is allowed: a service a rescue does not charge for but wants recorded.
x >= 0The line is offered for this species only. Null is any.
Null is any.
male, female, unknown, null Null is any.
small, medium, large, extra_large, null The order the rescue put its own list in.
A retired line is not offered to anybody and stays readable to its owner.
