Issue Element: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 37: | Line 37: | ||
* The Description (String) element is required. | * The Description (String) element is required. | ||
* The IssueType element is required. It must contain an IssueTypeId and IssueTypeDescription elements that both match an existing issue type. | * The IssueType element is required. It must contain an IssueTypeId and IssueTypeDescription elements that both match an existing issue type. | ||
* The | * The IssueDate element is required. If the date entered is not valid, the current date and time will be used. | ||
* The Retired element is optional. It must be a valid date. | * The Retired element is optional. It must be a valid date. | ||
* The IssueAmount (Decimal) element is optional. | * The IssueAmount (Decimal) element is optional. | ||
* The IssueQuantity (Integer) element is optional. | * The IssueQuantity (Integer) element is optional. |
Revision as of 18:19, 24 October 2013
XML Element
<Issue>
- <Description/>
- <IssueType>
- <IssueTypeId />
- <IssueTypeDescription />
- </IssueType>
- <IssueDate>
- <Year />
- <Month />
- <Day />
- <Hour />
- <Minute />
- <Second />
- <FormattedDate />
- </IssueDate>
- <Retired>
- <Year />
- <Month />
- <Day />
- <Hour />
- <Minute />
- <Second />
- <FormattedDate />
- </Retired>
- <Amount />
- <Quantity />
</Issue>
Description
- The Code (String) element is optional.
- The Description (String) element is required.
- The IssueType element is required. It must contain an IssueTypeId and IssueTypeDescription elements that both match an existing issue type.
- The IssueDate element is required. If the date entered is not valid, the current date and time will be used.
- The Retired element is optional. It must be a valid date.
- The IssueAmount (Decimal) element is optional.
- The IssueQuantity (Integer) element is optional.