Table of Contents

pfMedicineWithholdingType

Description

Properties

Name Description Required Type
ProductType Product or food item to which this withholding applies. Yes icarWithdrawalProductType
Hours The withholding period of the animal after being treated with the medicine (in hours). Set -1 for Unlimited time. No Number
Market The market to which the withholding applies, using a scheme such as au.gov.apvma.esi or au.gov.apvma.whp No string
Species The species to which this withholding applies. Yes icarAnimalSpecieType

Examples

Example 1

{
  "productType": "Meat",
  "hours": 24,
  "market": "au.gov.apvma.whp",
  "species": "Sheep"
}

Example 2

{
  "productType": "Meat",
  "hours": 168,
  "market": "au.gov.apvma.esi",
  "species": "Sheep"
}

Example 3

{
  "productType": "Milk",
  "hours": 0,
  "market": "au.gov.apvma.whp",
  "species": "Cattle"
}

Example 4

{
  "productType": "Milk",
  "hours": -1,
  "market": "au.gov.apvma.whp",
  "species": "Goat"
}