This repository was archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Sage_WFM_API_JournalResponse_1_0
Marcus Corner edited this page Dec 9, 2015
·
1 revision
The Journal Response class defines the data to be supplied to create and post a journal.
###Sage_WFM_API_JournalResponse_1_0
Properties
Field | Type | Accessibility | Description |
---|---|---|---|
Header | SourceData | global | The Source data provided to the journal call. Only populated when VerifyOnly is true. |
Lines | List<Journal> | global | The (minimal) details of the Journal created as a result of the API call. |
Messgaes | List<String> | global | Verify the data only. If true, the journal will not be created. |
IsSuccessful | Boolean | global | True if the journal was created successfully. False if any errors occurred. See the Messages for details. |
The Journal that was created.
Properties
Field | Type | Accessibility | Description |
---|---|---|---|
Id | String | global | |
Name | String | global | |
UID | String | global | |
TotalAmount | Deimal | global | |
Items | List<JournalItemResponse> | global |
The Details of each line item of the Journal.
Properties
Field | Type | Accessibility | Description |
---|---|---|---|
Id | String | global | |
Name | String | global | |
UID | String | global | |
Amount | Decimal | global | The amount of the line item |
Tags | List<JournalTagResponse> | global | The tags linked to the journal line. |
The Details of each Tag linked to a Line item.
Properties
Field | Type | Accessibility | Description |
---|---|---|---|
Id | String | global | |
Name | String | global | |
UID | String | global | |
Dimension | String | global | The Name of the dimension to which the tag is associated. |
Sage_WFM_API_JournalResponse_1_0 response = Sage_WFM_API_JournalHelper_1_0.CreateJournal(data, false);