icarMedicineWithdrawalType
Description
Properties
Name |
Description |
Required |
Type |
ProductType |
Product or food item affected by this withdrawal. |
No |
icarWithdrawalProductType |
EndDate |
RFC3339 UTC end date of withdrawal calculated based on treatment date and medicine rules (see https://ijmacd.github.io/rfc3339-iso8601/ for format guidance). |
No |
date-time |
Market |
The market to which the withdrawal applies, using a scheme such as au.gov.apvma.esi or au.gov.apvma.whp |
No |
string |
Examples
Example 1
{
"productType": "Meat",
"endDate": "2024-10-30T01:50:44.6493416+00:00",
"market": "market"
}