SOAP Documentation: Miscellaneous Types

Attribute Data Type

The list of valid data types for an Attribute.

AttributeDataType Data Type Storage Type
Active/Inactive Boolean
Comment String (4000)
Date Date
DateTime DateTime
Derived String (4000)
Email String (500)
Float Float (24)
Image String (128)
Integer Integer (4)
Text String (128)
True/False Boolean
Yes/No Boolean

Attribute Request Type

AttributeRequestType String Valid types.
All (Returns all Attributes)
ValuesOnly (Only Attributes with values)
EmptyOnly (Only Attributes that have no value)
None (An empty Attribute list)

Attribute Use Type

The list of types used to identify data collection objects in a TraceGains instance.

AttributeUseType String Valid types.
Car
Coa
DataCollection
Document
ItemDatasheet
Po
PoLine
PreshipSignoff
Specification
Supplier
SupplierAudit
SupplierItem
VerifyValidate

Business Rule Action Type

The list of types used as business rule actions.

BusinessRuleAction String Valid types.
Accept
Ask
Hold
None
Reject

Business Rule Color

The list of colors available to highlight attribute values based on a business rule outcome.

BusinessRuleColor String Valid types.
Black (#000000)
Blue (#0000FF)
Brown (#A52A2A)
Green (#4CBB17)
Orange (#FFA500)
Pink (#FFC0CB)
Purple (#800080)
Red (#FF6347)
White (#FFFFFF)
Yellow (#FFFF00)

Business Rule Control Type

The list of types used as business rule control layout types.

BusinessRuleControlType String Valid types.
None
DropDownList
RadioButtonGroup

Business Rule Rule Type

The list of types used to define a business rule type. These types reflect the types in AttributeDataType as rules are defined by a configured attribute or an Item attribute.

RuleType String Valid types.
Active/Inactive
Comment
Date
DateTime
Derived
Email
Float
Image
Integer
Text
True/False
Yes/No

Business Rule Status Type

The list of types used as business rule statuses.

BusinessRuleStatus String Valid types.
None
OutSpec
Warning

Requirement Type

RequirementType String Valid types.
ApplyToExisting (Adds the provided types if they do not yet exist for the requirement.)
Remove (Removes the provided types from the requirement.)
ReplaceAll (Replaces all current types with the provided types.)

Response Codes

Additional information about Response Codes, and their meaning, can be found in Getting Started: HTTP Status Codes.

ResponseCode String A valid HTTP status code.
200 (OK)
202 (Accepted)
400 (Bad Request)
401 (Unauthorized)
404 (Not Found)
500 (Server Error)