AgriWebb API
GraphQL/Mutations

addFeedOnOffers

**scope:** `write:feed-on-offers`

Add a collection of feed on offer records. The API will only accept records within the last 14 days, and will prioritise the most recent value for each pasture. The API will update the previous IOT record in a 7 day period, or create a new one.

addFeedOnOffers(
  input: [AddFeedOnOfferInput]!
): AddFeedOnOffersPayload!

Arguments

addFeedOnOffers.input ● [AddFeedOnOfferInput]!
non-null
input

Type

AddFeedOnOffersPayload
object

Created feed on offer records

On this page

ArgumentsaddFeedOnOffers.input ● [AddFeedOnOfferInput]!
non-null
input
TypeAddFeedOnOffersPayload
object