mirror of https://github.com/vernonkeenan/lib
20 lines
940 B
Markdown
20 lines
940 B
Markdown
|
# Research.Observation
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**ID** | **String** | Taxnexus Record Id | [optional]
|
||
|
**createdByID** | **String** | Created By User ID | [optional]
|
||
|
**createdDate** | **String** | Created Date | [optional]
|
||
|
**lastModifiedByID** | **String** | Last Modified By User ID | [optional]
|
||
|
**lastModifiedDate** | **String** | Last Modified Date | [optional]
|
||
|
**factorID** | **String** | The ID of the Factor that owns this Observation | [optional]
|
||
|
**subjectType** | **Object** | Is the subject a Company or a Product? | [optional]
|
||
|
**accountID** | **String** | The ID of the Company being analyzed | [optional]
|
||
|
**companyProductID** | **String** | The ID of the Product being analyzed | [optional]
|
||
|
**description** | **String** | Notes concerning data collection | [optional]
|
||
|
**value** | **String** | The data point collected | [optional]
|
||
|
|
||
|
|