Designing labels
Zebra Designer is free Windows-based WYSIWYG software offering basic barcode label design and print features.
Designing a new label
Prepare the label layout in Zebra Designer using static text labels and values. In label design please consider the following:
- Give enough space to the QR, Datamatrix, or other barcode: the bigger, the better.
- Use only ZEBRA fonts. Other font types are converted to graphics and can only be used for text that appears on all labels.
- Consider what text must be printed on the label. Our eyes can't read QR codes just yet. Space is limited! Keep the label informative, but not overloaded with text and graphics.
- Save your design files so you can update them later, or share them with others.
Do not include data that is subject to change. If you print the location of the inventory on the label, will you have to print a new label when its location is reassigned?
You can always look up inventory data by scanning the QR code on the label!
Export as ZPL
- Use Save to file option in the label print dialog.
- Select the destination folder and file name.
- Open the file in a text editor and inspect the generated ZPL.
Convert to a label template
- Open the file in a text editor.
- Replace static text with appropriate variable placeholders
- Add the label to GGCE
Variable placeholders
GGCE will process the ZPL template and populate the variable placeholders with actual data.
Placeholders are in the form {{{variable.name}}}
. The variables depend on the type of label. Variables for inventory labels are different than those for viability tests.
Inventory labels
The following variables are available for Inventory labels.
Variable name | Example | Description |
---|---|---|
{{{inventory...}}} | ... | Any inventory field. See Inventory data model below. |
{{{inventory.barcode}}} | I:654332 | The barcode value assigned to the inventory. Use this variable for QR and other barcodes. |
{{{inventory.inventoryNumber}}} | INTRO 4421 SD | Human-readable inventory number. |
{{{accession...}}} | ... | Any accession field. Accession data model below. |
{{{accession.accessionNumber}}} | TMp-419 | The accession number. |
{{{taxon}}} | Hordeum vulgare | The full taxonomic name of the accession. |
See the Data model below for other available variables!
Order request item labels
Variable name | Example | Description |
---|---|---|
{{{orderRequestItem...}}} | Any propery of the request item. See OrderRequestItem data model below. | |
{{{orderRequestItem.sequenceNumber}}} | 3 | The number of the item in the order. |
{{{orderRequest...}}} | Any property of the request. See OrderRequest data model below. | |
{{{orderRequest.localNumber}}} | The local number of the request. | |
{{{inventory...}}} | Any field of the inventory of the item. See Inventory data model below. | |
{{{inventory.inventoryNumber}}} | The inventory of the item. See Inventory data model below. | |
{{{inventory.accession...}}} | Any field of the accession of the inventory. See Accession data model below. | |
{{{inventory.accession.accessionNumber}}} | TMp-419 | The accession number of the inventory |
{{{withdrawnInventory...}}} | Any field of the withdrawn inventory of the item. See Inventory data model below. | |
{{{item}}} | Deprecated Use orderRequestItem.sequenceNumber instead. | |
{{{requestItem...}}} | ... | Deprecated Use orderRequestItem instead. |
Seed viability labels
Variable name | Example | Description |
---|---|---|
{{{replicate}}} | 1 | The number of the replicate |
{{{inventoryViability...}}} | See InventoryViability data model | |
{{{inventory...}}} | Any property of the inventory being tested. See Inventory model below | |
{{{accession...}}} | Any property of the accession. See Accession data model below | |
{{{inventoryViabilityRule....}}} | Any propery of the viability rule. See InventoryViabilityRule data model | |
{{{_counter}}} | 1 | Deprecated The number of the replicate |
Formatting dates
Dates in ZPL label templates can be formatted with {{#formatDate}}...{{/formatDate}}
tag.
The syntax requires that the formatting pattern and the date value are separated by a single whitespace character.
The following are a few examples you can choose from:
Format | Syntax | Result |
---|---|---|
Year only | {{#year}}{{{inventory.propagationDate}}}{{/year}} is shorthand for yyyy pattern below. | 2024 |
Year only | {{#formatDate}}yyyy {{{inventory.propagationDate}}}{{/formatDate}} | 2024 |
Year and month | {{#formatDate}}yyyy-M {{{inventory.propagationDate}}}{{/formatDate}} | 2024-5 |
Year and two digit month | {{#formatDate}}yyyy-MM {{{inventory.propagationDate}}}{{/formatDate}} | 2024-05 |
Date/month/year | {{#formatDate}}d/M/yyyy {{{inventory.propagationDate}}}{{/formatDate}} | 1/5/2024 |
Date/month/year | {{#formatDate}}dd/MM/yyyy {{{inventory.propagationDate}}}{{/formatDate}} | 01/05/2024 |
Short month | {{#formatDate}}d MMM yyyy {{{inventory.propagationDate}}}{{/formatDate}} | 1 AUG 2024 |
Long month | {{#formatDate}}d MMM yyyy {{{inventory.propagationDate}}}{{/formatDate}} | 1 August 2024 |
Print only the year of propagation
Applying {{#year}}{{{inventory.propagationDate}}}{{/year}}
will print only the year of the propagation date of the inventory:
Add label template to GGCE
Once you have your design worked out and have applied variables to the ZPL code it is time to add the label to GGCE.
Your label template will be registered as an Application setting in GGCE Admin tools:
- Open Application settings menu in Admin tools.
- Add a new setting with category
LABEL
and the Name:- For inventory labels use
INVENTORYITEM
- For viability test labels use
INVENTORYVIABILITY_REPLICATE
- For distribution labels use
REQUESTITEM
- For inventory labels use
- Since you'll have more than one design you should specify a unique Sort order number starting from
1
. Other label designs of the same type will use different numbers. - Add the ZPL to the Value field and hit Save.
Friendly names for your designs
The names and descriptions of the designs are managed in the BARCODE_LABEL
vocabulary.
To give a friendly name to INVENTORYITEM
label with Sort order 1
you need to:
- Navigate to Code values menu in Admin tools.
- Hit the
+
action button to open the form to add a new code value. - Fill out the form:
- Group: must be
BARCODE_LABEL
. - Code: is
INVENTORYITEM_1
for label of typeINVENTORYITEM
with Sort order1
. - Title: enter a user-friendly and short name for this label.
- Description: add an explanation when this label should be used (e.g. "For 10x5 labels on printer B").
- Group: must be
- Hit Submit.
Data model
- Inventory
- Accession
- OrderRequestItem
- OrderRequest
- InventoryViability
- InventoryViabilityRule
createdBy | integer <int64> |
createdDate | string <date-time> |
modifiedBy | integer <int64> |
modifiedDate required | string <date-time> (Last modified date) Maintained by the server, original value must be included in all update and delete operations. |
object (AclSid) | |
ownedDate | string <date-time> |
id | integer <int64> |
required | object (Accession) |
object (Site) | |
availabilityEndDate | string <date-time> |
availabilityStartDate | string <date-time> |
availabilityStatusCode required | string [ 0 .. 30 ] characters |
availabilityStatusNote | string |
availabilityReasonCode | string [ 0 .. 30 ] characters |
distributionCriticalQuantity | number <double> >= 0 |
distributionDefaultFormCode | string [ 0 .. 30 ] characters |
distributionDefaultQuantity | number <double> >= 0 |
distributionUnitCode | string [ 0 .. 30 ] characters |
formTypeCode required | string [ 0 .. 30 ] characters |
hundredSeedWeight | number <double> |
inventoryNumber | string [ 0 .. 128 ] characters |
inventoryNumberPart1 required | string [ 0 .. 50 ] characters |
inventoryNumberPart2 | integer <int64> |
inventoryNumberPart3 | string [ 0 .. 50 ] characters |
isAutoDeducted required | string [ 0 .. 1 ] characters |
isAvailable required | string [ 0 .. 1 ] characters |
isDistributable required | string [ 0 .. 1 ] characters |
latitude | number <double> |
longitude | number <double> |
note | string |
pathogenStatusCode | string [ 0 .. 30 ] characters |
plantSexCode | string [ 0 .. 30 ] characters |
pollinationMethodCode | string [ 0 .. 30 ] characters |
pollinationVectorCode | string [ 0 .. 30 ] characters |
propagationDate | string <date-time> |
propagationDateCode | string [ 0 .. 30 ] characters |
quantityOnHand | number <double> >= 0 |
quantityOnHandUnitCode | string [ 0 .. 30 ] characters |
regenerationCriticalQuantity | number <double> >= 0 |
rootstock | string |
barcode | string [ 0 .. 100 ] characters |
storageLocationPart1 | string [ 0 .. 20 ] characters |
storageLocationPart2 | string [ 0 .. 20 ] characters |
storageLocationPart3 | string [ 0 .. 20 ] characters |
storageLocationPart4 | string [ 0 .. 20 ] characters |
webAvailabilityNote | string |
containerTypeCode | string [ 0 .. 30 ] characters |
preferredName | string |
Array of objects (AccessionInvName) | |
object (InventoryExtra) | |
doi | string^10\.[0-9]+(\.[0-9]+)*/.+ |
generation | integer <int64> |
distributionRank | integer <int32> |
object (Geography) | |
systemInventory | boolean |
{- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "accession": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "accessionNumber": "string",
- "mlsStatus": "string",
- "accessionNumberPart1": "string",
- "accessionNumberPart2": 0,
- "accessionNumberPart3": "string",
- "backupLocation1Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "backupLocation2Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "doi": "string",
- "improvementStatusCode": "string",
- "initialReceivedDate": "2019-08-24T14:15:22Z",
- "initialReceivedDateCode": "string",
- "initialReceivedFormCode": "string",
- "isBackedUp": "string",
- "isCore": "string",
- "isWebVisible": "string",
- "lifeFormCode": "string",
- "note": "string",
- "reproductiveUniformityCode": "string",
- "statusCode": "string",
- "curationTypeCode": "string",
- "taxonomySpecies": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "grinId": 0,
- "alternateName": "string",
- "commonFertilizationCode": "string",
- "curator1Cooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "curator2Cooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "currentTaxonomySpecies": 0,
- "formaAuthority": "string",
- "formaName": "string",
- "formaRankType": "string",
- "isFormaHybrid": "string",
- "isNamePending": "string",
- "isSpecificHybrid": "string",
- "isSubspecificHybrid": "string",
- "isSubvarietalHybrid": "string",
- "isVarietalHybrid": "string",
- "lifeFormCode": "string",
- "name": "string",
- "nameAuthority": "string",
- "nameVerifiedDate": "2019-08-24T14:15:22Z",
- "nomenNumber": 0,
- "note": "string",
- "priority1Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "priority2Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "protologue": "string",
- "protologueVirtualPath": "string",
- "restrictionCode": "string",
- "siteNote": "string",
- "speciesAuthority": "string",
- "speciesName": "string",
- "subspeciesAuthority": "string",
- "subspeciesName": "string",
- "subvarietyAuthority": "string",
- "subvarietyName": "string",
- "synonymCode": "string",
- "taxonomyGenus": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "genusAuthority": "string",
- "genusName": "string",
- "hybridCode": "string",
- "id": 0,
- "grinId": 0,
- "note": "string",
- "qualifyingCode": "string",
- "sectionName": "string",
- "seriesName": "string",
- "subgenusName": "string",
- "subsectionName": "string",
- "subseriesName": "string",
- "taxonomyFamily": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "grinId": 0,
- "alternateName": "string",
- "familyAuthority": "string",
- "familyName": "string",
- "subfamilyName": "string",
- "subtribeName": "string",
- "suprafamilyRankCode": "string",
- "suprafamilyRankName": "string",
- "tribeName": "string",
- "familyTypeCode": "string"
}, - "isWebVisible": "string",
- "name": "string"
}, - "varietyAuthority": "string",
- "varietyName": "string",
- "verifierCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "hybridParentage": "string",
- "isWebVisible": "string",
- "specificEpithet": "string"
}, - "names": [
- {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "inventory": { },
- "categoryCode": "string",
- "plantName": "string",
- "plantNameRank": 0,
- "isWebVisible": "s",
- "nameGroup": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "groupName": "string",
- "note": "string",
- "url": "string"
}, - "nameSourceCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "note": "string"
}
], - "preferredName": "string"
}, - "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "availabilityEndDate": "2019-08-24T14:15:22Z",
- "availabilityStartDate": "2019-08-24T14:15:22Z",
- "availabilityStatusCode": "string",
- "availabilityStatusNote": "string",
- "availabilityReasonCode": "string",
- "distributionCriticalQuantity": 0.1,
- "distributionDefaultFormCode": "string",
- "distributionDefaultQuantity": 0.1,
- "distributionUnitCode": "string",
- "formTypeCode": "string",
- "hundredSeedWeight": 0.1,
- "inventoryNumber": "string",
- "inventoryNumberPart1": "string",
- "inventoryNumberPart2": 0,
- "inventoryNumberPart3": "string",
- "isAutoDeducted": "s",
- "isAvailable": "s",
- "isDistributable": "s",
- "latitude": 0.1,
- "longitude": 0.1,
- "note": "string",
- "pathogenStatusCode": "string",
- "plantSexCode": "string",
- "pollinationMethodCode": "string",
- "pollinationVectorCode": "string",
- "propagationDate": "2019-08-24T14:15:22Z",
- "propagationDateCode": "string",
- "quantityOnHand": 0.1,
- "quantityOnHandUnitCode": "string",
- "regenerationCriticalQuantity": 0.1,
- "rootstock": "string",
- "barcode": "string",
- "storageLocationPart1": "string",
- "storageLocationPart2": "string",
- "storageLocationPart3": "string",
- "storageLocationPart4": "string",
- "webAvailabilityNote": "string",
- "containerTypeCode": "string",
- "preferredName": "string",
- "names": [
- {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "inventory": { },
- "categoryCode": "string",
- "plantName": "string",
- "plantNameRank": 0,
- "isWebVisible": "s",
- "nameGroup": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "groupName": "string",
- "note": "string",
- "url": "string"
}, - "nameSourceCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "note": "string"
}
], - "extra": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "extraType": "string",
- "_class": "string"
}, - "doi": "string",
- "generation": 0,
- "distributionRank": 0,
- "productionLocationGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "systemInventory": true
}
createdBy | integer <int64> |
createdDate | string <date-time> |
modifiedBy | integer <int64> |
modifiedDate required | string <date-time> (Last modified date) Maintained by the server, original value must be included in all update and delete operations. |
object (AclSid) | |
ownedDate | string <date-time> |
id | integer <int64> |
object (Site) | |
accessionNumber | string [ 0 .. 128 ] characters |
mlsStatus | string [ 0 .. 30 ] characters |
accessionNumberPart1 required | string |
accessionNumberPart2 | integer <int64> |
accessionNumberPart3 | string |
object (Site) | |
object (Site) | |
doi | string^10\.[0-9]+(\.[0-9]+)*/.+ |
improvementStatusCode | string |
initialReceivedDate | string <date-time> |
initialReceivedDateCode | string |
initialReceivedFormCode | string |
isBackedUp | string |
isCore | string |
isWebVisible | string |
lifeFormCode | string |
note | string |
reproductiveUniformityCode | string |
statusCode | string |
curationTypeCode | string |
object (TaxonomySpecies) | |
Array of objects (AccessionInvName) | |
preferredName | string |
{- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "accessionNumber": "string",
- "mlsStatus": "string",
- "accessionNumberPart1": "string",
- "accessionNumberPart2": 0,
- "accessionNumberPart3": "string",
- "backupLocation1Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "backupLocation2Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "doi": "string",
- "improvementStatusCode": "string",
- "initialReceivedDate": "2019-08-24T14:15:22Z",
- "initialReceivedDateCode": "string",
- "initialReceivedFormCode": "string",
- "isBackedUp": "string",
- "isCore": "string",
- "isWebVisible": "string",
- "lifeFormCode": "string",
- "note": "string",
- "reproductiveUniformityCode": "string",
- "statusCode": "string",
- "curationTypeCode": "string",
- "taxonomySpecies": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "grinId": 0,
- "alternateName": "string",
- "commonFertilizationCode": "string",
- "curator1Cooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "curator2Cooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "currentTaxonomySpecies": 0,
- "formaAuthority": "string",
- "formaName": "string",
- "formaRankType": "string",
- "isFormaHybrid": "string",
- "isNamePending": "string",
- "isSpecificHybrid": "string",
- "isSubspecificHybrid": "string",
- "isSubvarietalHybrid": "string",
- "isVarietalHybrid": "string",
- "lifeFormCode": "string",
- "name": "string",
- "nameAuthority": "string",
- "nameVerifiedDate": "2019-08-24T14:15:22Z",
- "nomenNumber": 0,
- "note": "string",
- "priority1Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "priority2Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "protologue": "string",
- "protologueVirtualPath": "string",
- "restrictionCode": "string",
- "siteNote": "string",
- "speciesAuthority": "string",
- "speciesName": "string",
- "subspeciesAuthority": "string",
- "subspeciesName": "string",
- "subvarietyAuthority": "string",
- "subvarietyName": "string",
- "synonymCode": "string",
- "taxonomyGenus": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "genusAuthority": "string",
- "genusName": "string",
- "hybridCode": "string",
- "id": 0,
- "grinId": 0,
- "note": "string",
- "qualifyingCode": "string",
- "sectionName": "string",
- "seriesName": "string",
- "subgenusName": "string",
- "subsectionName": "string",
- "subseriesName": "string",
- "taxonomyFamily": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "grinId": 0,
- "alternateName": "string",
- "familyAuthority": "string",
- "familyName": "string",
- "subfamilyName": "string",
- "subtribeName": "string",
- "suprafamilyRankCode": "string",
- "suprafamilyRankName": "string",
- "tribeName": "string",
- "familyTypeCode": "string"
}, - "isWebVisible": "string",
- "name": "string"
}, - "varietyAuthority": "string",
- "varietyName": "string",
- "verifierCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "hybridParentage": "string",
- "isWebVisible": "string",
- "specificEpithet": "string"
}, - "names": [
- {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "inventory": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "accession": { },
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "availabilityEndDate": "2019-08-24T14:15:22Z",
- "availabilityStartDate": "2019-08-24T14:15:22Z",
- "availabilityStatusCode": "string",
- "availabilityStatusNote": "string",
- "availabilityReasonCode": "string",
- "distributionCriticalQuantity": 0.1,
- "distributionDefaultFormCode": "string",
- "distributionDefaultQuantity": 0.1,
- "distributionUnitCode": "string",
- "formTypeCode": "string",
- "hundredSeedWeight": 0.1,
- "inventoryNumber": "string",
- "inventoryNumberPart1": "string",
- "inventoryNumberPart2": 0,
- "inventoryNumberPart3": "string",
- "isAutoDeducted": "s",
- "isAvailable": "s",
- "isDistributable": "s",
- "latitude": 0.1,
- "longitude": 0.1,
- "note": "string",
- "pathogenStatusCode": "string",
- "plantSexCode": "string",
- "pollinationMethodCode": "string",
- "pollinationVectorCode": "string",
- "propagationDate": "2019-08-24T14:15:22Z",
- "propagationDateCode": "string",
- "quantityOnHand": 0.1,
- "quantityOnHandUnitCode": "string",
- "regenerationCriticalQuantity": 0.1,
- "rootstock": "string",
- "barcode": "string",
- "storageLocationPart1": "string",
- "storageLocationPart2": "string",
- "storageLocationPart3": "string",
- "storageLocationPart4": "string",
- "webAvailabilityNote": "string",
- "containerTypeCode": "string",
- "preferredName": "string",
- "names": [
- { }
], - "extra": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "extraType": "string",
- "_class": "string"
}, - "doi": "string",
- "generation": 0,
- "distributionRank": 0,
- "productionLocationGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "systemInventory": true
}, - "categoryCode": "string",
- "plantName": "string",
- "plantNameRank": 0,
- "isWebVisible": "s",
- "nameGroup": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "groupName": "string",
- "note": "string",
- "url": "string"
}, - "nameSourceCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "note": "string"
}
], - "preferredName": "string"
}
createdBy | integer <int64> |
createdDate | string <date-time> |
modifiedBy | integer <int64> |
modifiedDate required | string <date-time> (Last modified date) Maintained by the server, original value must be included in all update and delete operations. |
object (AclSid) | |
ownedDate | string <date-time> |
distributionFormCode | string |
externalTaxonomy | string |
id | integer <int64> |
object (Inventory) | |
object (Inventory) | |
name | string |
note | string |
quantityShipped | number <double> |
quantityShippedUnitCode | string |
sequenceNumber | integer <int32> |
object (Cooperator) | |
statusCode | string |
statusDate | string <date-time> |
object (WebOrderRequestItem) | |
webUserNote | string |
containerTypeCode | string [ 0 .. 30 ] characters |
orderRequestId | integer <int64> |
{- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "distributionFormCode": "string",
- "externalTaxonomy": "string",
- "id": 0,
- "inventory": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "accession": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "accessionNumber": "string",
- "mlsStatus": "string",
- "accessionNumberPart1": "string",
- "accessionNumberPart2": 0,
- "accessionNumberPart3": "string",
- "backupLocation1Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "backupLocation2Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "doi": "string",
- "improvementStatusCode": "string",
- "initialReceivedDate": "2019-08-24T14:15:22Z",
- "initialReceivedDateCode": "string",
- "initialReceivedFormCode": "string",
- "isBackedUp": "string",
- "isCore": "string",
- "isWebVisible": "string",
- "lifeFormCode": "string",
- "note": "string",
- "reproductiveUniformityCode": "string",
- "statusCode": "string",
- "curationTypeCode": "string",
- "taxonomySpecies": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "grinId": 0,
- "alternateName": "string",
- "commonFertilizationCode": "string",
- "curator1Cooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "curator2Cooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "currentTaxonomySpecies": 0,
- "formaAuthority": "string",
- "formaName": "string",
- "formaRankType": "string",
- "isFormaHybrid": "string",
- "isNamePending": "string",
- "isSpecificHybrid": "string",
- "isSubspecificHybrid": "string",
- "isSubvarietalHybrid": "string",
- "isVarietalHybrid": "string",
- "lifeFormCode": "string",
- "name": "string",
- "nameAuthority": "string",
- "nameVerifiedDate": "2019-08-24T14:15:22Z",
- "nomenNumber": 0,
- "note": "string",
- "priority1Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "priority2Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "protologue": "string",
- "protologueVirtualPath": "string",
- "restrictionCode": "string",
- "siteNote": "string",
- "speciesAuthority": "string",
- "speciesName": "string",
- "subspeciesAuthority": "string",
- "subspeciesName": "string",
- "subvarietyAuthority": "string",
- "subvarietyName": "string",
- "synonymCode": "string",
- "taxonomyGenus": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "genusAuthority": "string",
- "genusName": "string",
- "hybridCode": "string",
- "id": 0,
- "grinId": 0,
- "note": "string",
- "qualifyingCode": "string",
- "sectionName": "string",
- "seriesName": "string",
- "subgenusName": "string",
- "subsectionName": "string",
- "subseriesName": "string",
- "taxonomyFamily": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "grinId": 0,
- "alternateName": "string",
- "familyAuthority": "string",
- "familyName": "string",
- "subfamilyName": "string",
- "subtribeName": "string",
- "suprafamilyRankCode": "string",
- "suprafamilyRankName": "string",
- "tribeName": "string",
- "familyTypeCode": "string"
}, - "isWebVisible": "string",
- "name": "string"
}, - "varietyAuthority": "string",
- "varietyName": "string",
- "verifierCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "hybridParentage": "string",
- "isWebVisible": "string",
- "specificEpithet": "string"
}, - "names": [
- {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "inventory": { },
- "categoryCode": "string",
- "plantName": "string",
- "plantNameRank": 0,
- "isWebVisible": "s",
- "nameGroup": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "groupName": "string",
- "note": "string",
- "url": "string"
}, - "nameSourceCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "note": "string"
}
], - "preferredName": "string"
}, - "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "availabilityEndDate": "2019-08-24T14:15:22Z",
- "availabilityStartDate": "2019-08-24T14:15:22Z",
- "availabilityStatusCode": "string",
- "availabilityStatusNote": "string",
- "availabilityReasonCode": "string",
- "distributionCriticalQuantity": 0.1,
- "distributionDefaultFormCode": "string",
- "distributionDefaultQuantity": 0.1,
- "distributionUnitCode": "string",
- "formTypeCode": "string",
- "hundredSeedWeight": 0.1,
- "inventoryNumber": "string",
- "inventoryNumberPart1": "string",
- "inventoryNumberPart2": 0,
- "inventoryNumberPart3": "string",
- "isAutoDeducted": "s",
- "isAvailable": "s",
- "isDistributable": "s",
- "latitude": 0.1,
- "longitude": 0.1,
- "note": "string",
- "pathogenStatusCode": "string",
- "plantSexCode": "string",
- "pollinationMethodCode": "string",
- "pollinationVectorCode": "string",
- "propagationDate": "2019-08-24T14:15:22Z",
- "propagationDateCode": "string",
- "quantityOnHand": 0.1,
- "quantityOnHandUnitCode": "string",
- "regenerationCriticalQuantity": 0.1,
- "rootstock": "string",
- "barcode": "string",
- "storageLocationPart1": "string",
- "storageLocationPart2": "string",
- "storageLocationPart3": "string",
- "storageLocationPart4": "string",
- "webAvailabilityNote": "string",
- "containerTypeCode": "string",
- "preferredName": "string",
- "names": [
- {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "inventory": { },
- "categoryCode": "string",
- "plantName": "string",
- "plantNameRank": 0,
- "isWebVisible": "s",
- "nameGroup": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "groupName": "string",
- "note": "string",
- "url": "string"
}, - "nameSourceCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "note": "string"
}
], - "extra": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "extraType": "string",
- "_class": "string"
}, - "doi": "string",
- "generation": 0,
- "distributionRank": 0,
- "productionLocationGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "systemInventory": true
}, - "withdrawnInventory": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "accession": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "accessionNumber": "string",
- "mlsStatus": "string",
- "accessionNumberPart1": "string",
- "accessionNumberPart2": 0,
- "accessionNumberPart3": "string",
- "backupLocation1Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "backupLocation2Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "doi": "string",
- "improvementStatusCode": "string",
- "initialReceivedDate": "2019-08-24T14:15:22Z",
- "initialReceivedDateCode": "string",
- "initialReceivedFormCode": "string",
- "isBackedUp": "string",
- "isCore": "string",
- "isWebVisible": "string",
- "lifeFormCode": "string",
- "note": "string",
- "reproductiveUniformityCode": "string",
- "statusCode": "string",
- "curationTypeCode": "string",
- "taxonomySpecies": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "grinId": 0,
- "alternateName": "string",
- "commonFertilizationCode": "string",
- "curator1Cooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "curator2Cooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "currentTaxonomySpecies": 0,
- "formaAuthority": "string",
- "formaName": "string",
- "formaRankType": "string",
- "isFormaHybrid": "string",
- "isNamePending": "string",
- "isSpecificHybrid": "string",
- "isSubspecificHybrid": "string",
- "isSubvarietalHybrid": "string",
- "isVarietalHybrid": "string",
- "lifeFormCode": "string",
- "name": "string",
- "nameAuthority": "string",
- "nameVerifiedDate": "2019-08-24T14:15:22Z",
- "nomenNumber": 0,
- "note": "string",
- "priority1Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "priority2Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "protologue": "string",
- "protologueVirtualPath": "string",
- "restrictionCode": "string",
- "siteNote": "string",
- "speciesAuthority": "string",
- "speciesName": "string",
- "subspeciesAuthority": "string",
- "subspeciesName": "string",
- "subvarietyAuthority": "string",
- "subvarietyName": "string",
- "synonymCode": "string",
- "taxonomyGenus": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "genusAuthority": "string",
- "genusName": "string",
- "hybridCode": "string",
- "id": 0,
- "grinId": 0,
- "note": "string",
- "qualifyingCode": "string",
- "sectionName": "string",
- "seriesName": "string",
- "subgenusName": "string",
- "subsectionName": "string",
- "subseriesName": "string",
- "taxonomyFamily": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "grinId": 0,
- "alternateName": "string",
- "familyAuthority": "string",
- "familyName": "string",
- "subfamilyName": "string",
- "subtribeName": "string",
- "suprafamilyRankCode": "string",
- "suprafamilyRankName": "string",
- "tribeName": "string",
- "familyTypeCode": "string"
}, - "isWebVisible": "string",
- "name": "string"
}, - "varietyAuthority": "string",
- "varietyName": "string",
- "verifierCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "hybridParentage": "string",
- "isWebVisible": "string",
- "specificEpithet": "string"
}, - "names": [
- {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "inventory": { },
- "categoryCode": "string",
- "plantName": "string",
- "plantNameRank": 0,
- "isWebVisible": "s",
- "nameGroup": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "groupName": "string",
- "note": "string",
- "url": "string"
}, - "nameSourceCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "note": "string"
}
], - "preferredName": "string"
}, - "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "availabilityEndDate": "2019-08-24T14:15:22Z",
- "availabilityStartDate": "2019-08-24T14:15:22Z",
- "availabilityStatusCode": "string",
- "availabilityStatusNote": "string",
- "availabilityReasonCode": "string",
- "distributionCriticalQuantity": 0.1,
- "distributionDefaultFormCode": "string",
- "distributionDefaultQuantity": 0.1,
- "distributionUnitCode": "string",
- "formTypeCode": "string",
- "hundredSeedWeight": 0.1,
- "inventoryNumber": "string",
- "inventoryNumberPart1": "string",
- "inventoryNumberPart2": 0,
- "inventoryNumberPart3": "string",
- "isAutoDeducted": "s",
- "isAvailable": "s",
- "isDistributable": "s",
- "latitude": 0.1,
- "longitude": 0.1,
- "note": "string",
- "pathogenStatusCode": "string",
- "plantSexCode": "string",
- "pollinationMethodCode": "string",
- "pollinationVectorCode": "string",
- "propagationDate": "2019-08-24T14:15:22Z",
- "propagationDateCode": "string",
- "quantityOnHand": 0.1,
- "quantityOnHandUnitCode": "string",
- "regenerationCriticalQuantity": 0.1,
- "rootstock": "string",
- "barcode": "string",
- "storageLocationPart1": "string",
- "storageLocationPart2": "string",
- "storageLocationPart3": "string",
- "storageLocationPart4": "string",
- "webAvailabilityNote": "string",
- "containerTypeCode": "string",
- "preferredName": "string",
- "names": [
- {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "inventory": { },
- "categoryCode": "string",
- "plantName": "string",
- "plantNameRank": 0,
- "isWebVisible": "s",
- "nameGroup": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "groupName": "string",
- "note": "string",
- "url": "string"
}, - "nameSourceCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "note": "string"
}
], - "extra": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "extraType": "string",
- "_class": "string"
}, - "doi": "string",
- "generation": 0,
- "distributionRank": 0,
- "productionLocationGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "systemInventory": true
}, - "name": "string",
- "note": "string",
- "quantityShipped": 0.1,
- "quantityShippedUnitCode": "string",
- "sequenceNumber": 0,
- "sourceCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "statusCode": "string",
- "statusDate": "2019-08-24T14:15:22Z",
- "webOrderRequestItem": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "accession": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "accessionNumber": "string",
- "mlsStatus": "string",
- "accessionNumberPart1": "string",
- "accessionNumberPart2": 0,
- "accessionNumberPart3": "string",
- "backupLocation1Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "backupLocation2Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "doi": "string",
- "improvementStatusCode": "string",
- "initialReceivedDate": "2019-08-24T14:15:22Z",
- "initialReceivedDateCode": "string",
- "initialReceivedFormCode": "string",
- "isBackedUp": "string",
- "isCore": "string",
- "isWebVisible": "string",
- "lifeFormCode": "string",
- "note": "string",
- "reproductiveUniformityCode": "string",
- "statusCode": "string",
- "curationTypeCode": "string",
- "taxonomySpecies": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "grinId": 0,
- "alternateName": "string",
- "commonFertilizationCode": "string",
- "curator1Cooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "curator2Cooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "currentTaxonomySpecies": 0,
- "formaAuthority": "string",
- "formaName": "string",
- "formaRankType": "string",
- "isFormaHybrid": "string",
- "isNamePending": "string",
- "isSpecificHybrid": "string",
- "isSubspecificHybrid": "string",
- "isSubvarietalHybrid": "string",
- "isVarietalHybrid": "string",
- "lifeFormCode": "string",
- "name": "string",
- "nameAuthority": "string",
- "nameVerifiedDate": "2019-08-24T14:15:22Z",
- "nomenNumber": 0,
- "note": "string",
- "priority1Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "priority2Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "protologue": "string",
- "protologueVirtualPath": "string",
- "restrictionCode": "string",
- "siteNote": "string",
- "speciesAuthority": "string",
- "speciesName": "string",
- "subspeciesAuthority": "string",
- "subspeciesName": "string",
- "subvarietyAuthority": "string",
- "subvarietyName": "string",
- "synonymCode": "string",
- "taxonomyGenus": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "genusAuthority": "string",
- "genusName": "string",
- "hybridCode": "string",
- "id": 0,
- "grinId": 0,
- "note": "string",
- "qualifyingCode": "string",
- "sectionName": "string",
- "seriesName": "string",
- "subgenusName": "string",
- "subsectionName": "string",
- "subseriesName": "string",
- "taxonomyFamily": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "grinId": 0,
- "alternateName": "string",
- "familyAuthority": "string",
- "familyName": "string",
- "subfamilyName": "string",
- "subtribeName": "string",
- "suprafamilyRankCode": "string",
- "suprafamilyRankName": "string",
- "tribeName": "string",
- "familyTypeCode": "string"
}, - "isWebVisible": "string",
- "name": "string"
}, - "varietyAuthority": "string",
- "varietyName": "string",
- "verifierCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "hybridParentage": "string",
- "isWebVisible": "string",
- "specificEpithet": "string"
}, - "names": [
- {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "inventory": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "accession": { },
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "availabilityEndDate": "2019-08-24T14:15:22Z",
- "availabilityStartDate": "2019-08-24T14:15:22Z",
- "availabilityStatusCode": "string",
- "availabilityStatusNote": "string",
- "availabilityReasonCode": "string",
- "distributionCriticalQuantity": 0.1,
- "distributionDefaultFormCode": "string",
- "distributionDefaultQuantity": 0.1,
- "distributionUnitCode": "string",
- "formTypeCode": "string",
- "hundredSeedWeight": 0.1,
- "inventoryNumber": "string",
- "inventoryNumberPart1": "string",
- "inventoryNumberPart2": 0,
- "inventoryNumberPart3": "string",
- "isAutoDeducted": "s",
- "isAvailable": "s",
- "isDistributable": "s",
- "latitude": 0.1,
- "longitude": 0.1,
- "note": "string",
- "pathogenStatusCode": "string",
- "plantSexCode": "string",
- "pollinationMethodCode": "string",
- "pollinationVectorCode": "string",
- "propagationDate": "2019-08-24T14:15:22Z",
- "propagationDateCode": "string",
- "quantityOnHand": 0.1,
- "quantityOnHandUnitCode": "string",
- "regenerationCriticalQuantity": 0.1,
- "rootstock": "string",
- "barcode": "string",
- "storageLocationPart1": "string",
- "storageLocationPart2": "string",
- "storageLocationPart3": "string",
- "storageLocationPart4": "string",
- "webAvailabilityNote": "string",
- "containerTypeCode": "string",
- "preferredName": "string",
- "names": [
- { }
], - "extra": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "extraType": "string",
- "_class": "string"
}, - "doi": "string",
- "generation": 0,
- "distributionRank": 0,
- "productionLocationGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "systemInventory": true
}, - "categoryCode": "string",
- "plantName": "string",
- "plantNameRank": 0,
- "isWebVisible": "s",
- "nameGroup": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "groupName": "string",
- "note": "string",
- "url": "string"
}, - "nameSourceCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "note": "string"
}
], - "preferredName": "string"
}, - "curatorNote": "string",
- "distributionFormCode": "string",
- "name": "string",
- "quantityShipped": 0,
- "sequenceNumber": 0,
- "statusCode": "string",
- "unitOfShippedCode": "string",
- "userNote": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "webOrderRequest": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "intendedUseCode": "string",
- "intendedUseNote": "string",
- "note": "string",
- "orderedDate": "2019-08-24T14:15:22Z",
- "specialInstruction": "string",
- "statusCode": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}
}
}, - "webUserNote": "string",
- "containerTypeCode": "string",
- "orderRequestId": 0
}
createdBy | integer <int64> |
createdDate | string <date-time> |
modifiedBy | integer <int64> |
modifiedDate required | string <date-time> (Last modified date) Maintained by the server, original value must be included in all update and delete operations. |
object (AclSid) | |
ownedDate | string <date-time> |
id | integer <int64> |
localNumber | string |
orderTypeCode | string |
orderedDate | string <date-time> |
completedDate | string <date-time> |
durationInDays | integer <int32> |
numberOfItems | integer <int32> |
object (Feedback) | |
intendedUseCode | string |
intendedUseNote | string |
note | string |
specialInstruction | string |
orderObtainedVia | string |
mtaType | string |
originalOrderRequest | integer <int64> |
object (Cooperator) | |
object (Cooperator) | |
object (Cooperator) | |
object (WebOrderRequest) | |
lastCompletedAction | string |
{- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "localNumber": "string",
- "orderTypeCode": "string",
- "orderedDate": "2019-08-24T14:15:22Z",
- "completedDate": "2019-08-24T14:15:22Z",
- "durationInDays": 0,
- "numberOfItems": 0,
- "feedback": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "isRestrictedByInventory": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "intendedUseCode": "string",
- "intendedUseNote": "string",
- "note": "string",
- "specialInstruction": "string",
- "orderObtainedVia": "string",
- "mtaType": "string",
- "originalOrderRequest": 0,
- "requestorCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "shipToCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "finalRecipientCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "webOrderRequest": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "intendedUseCode": "string",
- "intendedUseNote": "string",
- "note": "string",
- "orderedDate": "2019-08-24T14:15:22Z",
- "specialInstruction": "string",
- "statusCode": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}
}, - "lastCompletedAction": "string"
}
createdBy | integer <int64> |
createdDate | string <date-time> |
modifiedBy | integer <int64> |
modifiedDate required | string <date-time> (Last modified date) Maintained by the server, original value must be included in all update and delete operations. |
object (AclSid) | |
ownedDate | string <date-time> |
id | integer <int64> |
object (Inventory) | |
object (InventoryViabilityRule) | |
testedDate | string <date-time> |
testedDateCode | string |
replicationCount | integer <int32> |
totalTestedCount | integer <int32> |
vigorRatingCode | string |
note | string |
percentViable | number <double> [ 0 .. 100 ] |
percentNormal | number <double> [ 0 .. 100 ] |
percentDormant | number <double> [ 0 .. 100 ] |
percentHard | number <double> [ 0 .. 100 ] |
percentAbnormal | number <double> [ 0 .. 100 ] |
percentDead | number <double> [ 0 .. 100 ] |
percentEmpty | number <double> [ 0 .. 100 ] |
percentInfested | number <double> [ 0 .. 100 ] |
percentUnknown | number <double> [ 0 .. 100 ] |
percentTzPositive | number <double> [ 0 .. 100 ] |
percentTzNegative | number <double> [ 0 .. 100 ] |
status | string Enum: "CANCELED" "PENDING" "CONCLUSIVE" "INCONCLUSIVE" |
{- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "inventory": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "accession": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "accessionNumber": "string",
- "mlsStatus": "string",
- "accessionNumberPart1": "string",
- "accessionNumberPart2": 0,
- "accessionNumberPart3": "string",
- "backupLocation1Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "backupLocation2Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "doi": "string",
- "improvementStatusCode": "string",
- "initialReceivedDate": "2019-08-24T14:15:22Z",
- "initialReceivedDateCode": "string",
- "initialReceivedFormCode": "string",
- "isBackedUp": "string",
- "isCore": "string",
- "isWebVisible": "string",
- "lifeFormCode": "string",
- "note": "string",
- "reproductiveUniformityCode": "string",
- "statusCode": "string",
- "curationTypeCode": "string",
- "taxonomySpecies": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "grinId": 0,
- "alternateName": "string",
- "commonFertilizationCode": "string",
- "curator1Cooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "curator2Cooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "currentTaxonomySpecies": 0,
- "formaAuthority": "string",
- "formaName": "string",
- "formaRankType": "string",
- "isFormaHybrid": "string",
- "isNamePending": "string",
- "isSpecificHybrid": "string",
- "isSubspecificHybrid": "string",
- "isSubvarietalHybrid": "string",
- "isVarietalHybrid": "string",
- "lifeFormCode": "string",
- "name": "string",
- "nameAuthority": "string",
- "nameVerifiedDate": "2019-08-24T14:15:22Z",
- "nomenNumber": 0,
- "note": "string",
- "priority1Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "priority2Site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "protologue": "string",
- "protologueVirtualPath": "string",
- "restrictionCode": "string",
- "siteNote": "string",
- "speciesAuthority": "string",
- "speciesName": "string",
- "subspeciesAuthority": "string",
- "subspeciesName": "string",
- "subvarietyAuthority": "string",
- "subvarietyName": "string",
- "synonymCode": "string",
- "taxonomyGenus": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "genusAuthority": "string",
- "genusName": "string",
- "hybridCode": "string",
- "id": 0,
- "grinId": 0,
- "note": "string",
- "qualifyingCode": "string",
- "sectionName": "string",
- "seriesName": "string",
- "subgenusName": "string",
- "subsectionName": "string",
- "subseriesName": "string",
- "taxonomyFamily": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "grinId": 0,
- "alternateName": "string",
- "familyAuthority": "string",
- "familyName": "string",
- "subfamilyName": "string",
- "subtribeName": "string",
- "suprafamilyRankCode": "string",
- "suprafamilyRankName": "string",
- "tribeName": "string",
- "familyTypeCode": "string"
}, - "isWebVisible": "string",
- "name": "string"
}, - "varietyAuthority": "string",
- "varietyName": "string",
- "verifierCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "hybridParentage": "string",
- "isWebVisible": "string",
- "specificEpithet": "string"
}, - "names": [
- {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "inventory": { },
- "categoryCode": "string",
- "plantName": "string",
- "plantNameRank": 0,
- "isWebVisible": "s",
- "nameGroup": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "groupName": "string",
- "note": "string",
- "url": "string"
}, - "nameSourceCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "note": "string"
}
], - "preferredName": "string"
}, - "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "availabilityEndDate": "2019-08-24T14:15:22Z",
- "availabilityStartDate": "2019-08-24T14:15:22Z",
- "availabilityStatusCode": "string",
- "availabilityStatusNote": "string",
- "availabilityReasonCode": "string",
- "distributionCriticalQuantity": 0.1,
- "distributionDefaultFormCode": "string",
- "distributionDefaultQuantity": 0.1,
- "distributionUnitCode": "string",
- "formTypeCode": "string",
- "hundredSeedWeight": 0.1,
- "inventoryNumber": "string",
- "inventoryNumberPart1": "string",
- "inventoryNumberPart2": 0,
- "inventoryNumberPart3": "string",
- "isAutoDeducted": "s",
- "isAvailable": "s",
- "isDistributable": "s",
- "latitude": 0.1,
- "longitude": 0.1,
- "note": "string",
- "pathogenStatusCode": "string",
- "plantSexCode": "string",
- "pollinationMethodCode": "string",
- "pollinationVectorCode": "string",
- "propagationDate": "2019-08-24T14:15:22Z",
- "propagationDateCode": "string",
- "quantityOnHand": 0.1,
- "quantityOnHandUnitCode": "string",
- "regenerationCriticalQuantity": 0.1,
- "rootstock": "string",
- "barcode": "string",
- "storageLocationPart1": "string",
- "storageLocationPart2": "string",
- "storageLocationPart3": "string",
- "storageLocationPart4": "string",
- "webAvailabilityNote": "string",
- "containerTypeCode": "string",
- "preferredName": "string",
- "names": [
- {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "inventory": { },
- "categoryCode": "string",
- "plantName": "string",
- "plantNameRank": 0,
- "isWebVisible": "s",
- "nameGroup": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "groupName": "string",
- "note": "string",
- "url": "string"
}, - "nameSourceCooperator": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "string",
- "city": "string",
- "currentCooperator": 0,
- "disciplineCode": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationAbbrev": "string",
- "organizationRegionCode": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryAddressLine1": "string",
- "secondaryAddressLine2": "string",
- "secondaryAddressLine3": "string",
- "secondaryCity": "string",
- "secondaryEmail": "string",
- "secondaryGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "secondaryOrganization": "string",
- "secondaryOrganizationAbbrev": "string",
- "secondaryPhone": "string",
- "secondaryPostalIndex": "string",
- "site": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "faoInstituteNumber": "string",
- "id": 0,
- "isDistributionSite": "string",
- "isInternal": "string",
- "note": "string",
- "organizationAbbrev": "string",
- "providerIdentifier": "string",
- "siteLongName": "string",
- "siteShortName": "string",
- "typeCode": "string"
}, - "statusCode": "string",
- "sysLang": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "description": "string",
- "id": 0,
- "isEnabled": "s",
- "ietfTag": "string",
- "iso6393Tag": "string",
- "scriptDirection": "string",
- "title": "string"
}, - "title": "string",
- "webCooperator": {
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "categoryCode": "stri",
- "city": "string",
- "discipline": "string",
- "email": "string",
- "fax": "string",
- "firstName": "string",
- "geography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "initials": "string",
- "isActive": "s",
- "job": "string",
- "lastName": "string",
- "note": "string",
- "organization": "string",
- "organizationCode": "string",
- "organizationRegion": "string",
- "postalIndex": "string",
- "primaryPhone": "string",
- "secondaryPhone": "string",
- "title": "string"
}, - "faoInstituteNumber": "string",
- "itpgrfaPid": "string"
}, - "note": "string"
}
], - "extra": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "extraType": "string",
- "_class": "string"
}, - "doi": "string",
- "generation": 0,
- "distributionRank": 0,
- "productionLocationGeography": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedDate": "2019-08-24T14:15:22Z",
- "adm1": "string",
- "adm1Abbrev": "string",
- "adm1TypeCode": "string",
- "adm2": "string",
- "adm2Abbrev": "string",
- "adm2TypeCode": "string",
- "adm3": "string",
- "adm3Abbrev": "string",
- "adm3TypeCode": "string",
- "adm4": "string",
- "adm4Abbrev": "string",
- "adm4TypeCode": "string",
- "changedDate": "2019-08-24T14:15:22Z",
- "countryCode": "string",
- "currentGeography": { },
- "id": 0,
- "isValid": "s",
- "note": "string"
}, - "systemInventory": true
}, - "inventoryViabilityRule": {
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "categoryCode": "string",
- "countRegimeDays": "string",
- "id": 0,
- "lighting": "string",
- "moisture": "string",
- "name": "string",
- "note": "string",
- "numberOfReplicates": 0,
- "prechill": "string",
- "requirements": "string",
- "seedsPerReplicate": 0,
- "substrata": "string",
- "temperatureRange": "string"
}, - "testedDate": "2019-08-24T14:15:22Z",
- "testedDateCode": "string",
- "replicationCount": 0,
- "totalTestedCount": 0,
- "vigorRatingCode": "string",
- "note": "string",
- "percentViable": 100,
- "percentNormal": 100,
- "percentDormant": 100,
- "percentHard": 100,
- "percentAbnormal": 100,
- "percentDead": 100,
- "percentEmpty": 100,
- "percentInfested": 100,
- "percentUnknown": 100,
- "percentTzPositive": 100,
- "percentTzNegative": 100,
- "status": "CANCELED"
}
createdBy | integer <int64> |
createdDate | string <date-time> |
modifiedBy | integer <int64> |
modifiedDate required | string <date-time> (Last modified date) Maintained by the server, original value must be included in all update and delete operations. |
object (AclSid) | |
ownedDate | string <date-time> |
categoryCode | string |
countRegimeDays | string [ 0 .. 100 ] characters |
id | integer <int64> |
lighting | string [ 0 .. 100 ] characters |
moisture | string [ 0 .. 100 ] characters |
name required | string [ 0 .. 100 ] characters |
note | string |
numberOfReplicates | integer <int32> |
prechill | string [ 0 .. 100 ] characters |
requirements | string |
seedsPerReplicate | integer <int32> |
substrata | string [ 0 .. 100 ] characters |
temperatureRange | string [ 0 .. 100 ] characters |
{- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedBy": 0,
- "modifiedDate": "2019-08-24T14:15:22Z",
- "ownedBy": {
- "id": 0,
- "version": 0,
- "active": true,
- "createdBy": 0,
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "principal": true,
- "sid": "string",
- "fullName": "string"
}, - "ownedDate": "2019-08-24T14:15:22Z",
- "categoryCode": "string",
- "countRegimeDays": "string",
- "id": 0,
- "lighting": "string",
- "moisture": "string",
- "name": "string",
- "note": "string",
- "numberOfReplicates": 0,
- "prechill": "string",
- "requirements": "string",
- "seedsPerReplicate": 0,
- "substrata": "string",
- "temperatureRange": "string"
}