AI-generated Key Takeaways
-
Integration details for an entry include an external identifier and additional details in string format.
-
The
integrationCodefield is a string up to 500 characters used as an external identifier for reporting and system visibility. -
The
detailsfield is a string up to 1000 characters for providing additional information about the entry.
Integration details of an entry.
| JSON representation |
|---|
{ "integrationCode": string, "details": string } |
| Fields | |
|---|---|
integrationCode |
An external identifier to be associated with the entry. The integration code will show up together with the entry in many places in the system, for example, reporting. Must be UTF-8 encoded with a length of no more than 500 characters. |
details |
Additional details of the entry in string format. Must be UTF-8 encoded with a length of no more than 1000 characters. |