Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Overview
???Overview
Provides access to Workbench Activity data.
Endpoints
The resources available in this module.
ActivitiesListApi
Return all Workbench ActivitiesActivityListApi
Provides API access to the Activities (#/Admin/ActivityList.aspx) Web Workbench screen.
/api/ActivityListApi | ||||||
---|---|---|---|---|---|---|
Method | Description | Performed As | Request Query | Request Body | Response | |
POST | Returns all Workbench Activities as in the Activity list screen. | Logged in Retrieve a filtered list of Activities. | Admin User | -- |
ActivityLookupApi
Return filtered Workbench ActivitiesProvides API access to the Activities Lookup functionality.
/api/ActivityLookupApi | ||||||
---|---|---|---|---|---|---|
Method | Description | Performed As | Request Query | Request Body | Response | |
POST | Returns all filtered Workbench Activities | Logged in Retrieve a filtered list of Activities, for a specific Job and Financial Company | Admin User | -- | GridRequestParametersApi (finCoCode and jobCode are required) |
Models
The definitions of models specific to endpoints in this module.
ActivityKey
Property |
---|
Type |
---|
Length | Description | ||
---|---|---|---|
ActivityCode * | String | 10 | The unique code |
of the Activity. |
ActivityLine
Property | Type | Length | Description | |||
---|---|---|---|---|---|---|
Key | The unique key for the line. | |||||
ActivityCode | String | 10 | The unique code of the Activity. | |||
ActivityCodeValue | 10 | The unique code of the Activity. | ||||
Description Description of the activity | String | 50 | The description of the Activity. | |||
DescriptionValue | 50 | The description of the Activity. | ||||
ActivityCodeDescription | ??? | ActivityType | Determines what kind String | The Activity Code and Description. | ||
ActivityType | String | 12 | Type of activity this is and where it can be used in Workbench. | |||
ActivityTypeValue | 12 | Type of activity this is and where it can be used in Workbench. | ||||
CostCategory | String | |||||
CostCategorySequenceNo | Integer | The Sequence Number of the Category. | ||||
CostCategoryValue | String | |||||
ActivitySubType | Subcategory of activity. | GstType | String | 10 | The sub-type of the Activity. | |
ActivitySubTypeValue | 10 | The sub-type of the Activity. | ||||
GstType | String | 10 | ||||
GstTypeValue | 10 | |||||
WorkCentreCode | String | 10 | The default Work Centre for this activity. | |||
WorkCentreCodeValue | 10 | The default Work Centre for this activity. | ||||
SalesCode | String | 10 | The Sales Code attributed to this activity. | |||
SalesCodeValue | 10 | The Sales Code attributed to this activity. | ||||
DrGLAccount | String | 50 | The General Ledger account that this activity will debit to. | CrGLAccount | ||
The DrGLAccountValue | 50 | The General Ledger account that this activity will credit debit to. | ||||
UpdatedDate | Date of last update. | |||||
ActivityCodeValue | ??? | |||||
DescriptionValue | ??? | |||||
ActivityTypeValue | ??? | |||||
CostCategoryValue | ??? | |||||
CostCategorySequenceNo | ??? | |||||
GstTypeValue | ??? | |||||
ActivitySubTypeValue | ??? | |||||
WorkCentreCodeValue | ??? | |||||
SalesCodeValue | ??? | |||||
DrGLAccountValue | ??? | |||||
CrGLAccountValue | ??? | |||||
BaseCostValueCrGLAccount | String | 50 | The General Ledger account that this activity will credit to. | |||
CrGLAccountValue | 50 | The General Ledger account that this activity will credit to. | ||||
BaseCostValue | Boolean | 50 | The cost areas of the Employee Class will be transferred to the transaction, and which ones will be ignored. | |||
OverheadCostValue | Boolean | 50 | The cost areas of the Employee Class will be transferred to the transaction, and which ones will be ignored. | |||
OtherCostValue | Boolean | 50 | The cost areas of the Employee Class will be transferred to the transaction, and which ones will be ignored. | |||
AllowanceCostValue | Boolean | 50 | The cost areas of the Employee Class will be transferred to the transaction, and which ones will be ignored. | |||
Time1CostValue | Boolean | 50 | The cost areas of the Employee Class will be transferred to the transaction, and which ones will be ignored. | |||
Time2CostValue | Boolean | 50 | The cost areas of the Employee Class will be transferred to the transaction, and which ones will be ignored. | |||
Time3CostValue | Boolean | 50 | The cost areas of the Employee Class will be transferred to the transaction, and which ones will be ignored. | |||
InactiveValue | ??? | |||||
Select | ??? | |||||
IncludedValue | ??? | |||||
Included | ??? | |||||
Inactive | ??? | |||||
Selected | ??? | |||||
Delete | ??? | |||||
Status | ??? | |||||
ReadonlyFlag | ??? | |||||
ReadonlyMessage | ??? | |||||
OriginalKey | ??? | |||||
CurrentKey | ??? | |||||
Key | ??? | |||||
Index | ??? |
AdminActivityKey
Field
Description
ActivityCode
???
RetentionActivityCode
???
CopyFromActivity
???
Examples
Get the list of Activities
Link
Get list of
LinkBoolean | The Inactive flag on the Activity. | ||
UpdatedDate | String | The Date this record was last updated. |
⬆️ Back to top
ActivityLookupLine
Property | Type | Length | Description |
---|---|---|---|
Key | The unique key for the line. | ||
Code | 10 | The unique code of the Activity. | |
Description | String | 50 | The description of the Activity. |
ActivityType | String | 12 | The type of the Activity. |
ActivitySubType | String | 10 | The sub-type of the Activity. |
⬆️ Back to top
Examples
Get the list of Activities.
Expand | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
Request
Response
Response Sample
|
Get list of filtered activity
Expand | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
Request
Response
Response Sample
|
⬆️ Back to top
On this page
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|