Asset Transaction Type Determinationยถ
Asset Transaction Type Determination - Getยถ
HTTP Request
GET /api/v1/asset-transaction-type-determinations/{id}
๐ Description: Retrieves the details of a specific asset transaction type determination by its unique identifier, facilitating insights into the financial organization structure and hierarchy of the entity.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
Unique identifier for the resource |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {
15 "id": 0,
16 "status": "CREATED",
17 "displayId": "string",
18 "erpSystemId": 0,
19 "erpSystemDisplayId": "string",
20 "accountingStandardId": 0,
21 "accountingStandardDisplayId": "string",
22 "businessAreaId": 0,
23 "businessAreaDisplayId": "string",
24 "businessAreaName": "string",
25 "assetTransactionType": "ACCRUAL",
26 "transactionTypeId": 0,
27 "transactionTypeDisplayId": "string",
28 "transactionTypeName": "string"
29 }
30}
Asset Transaction Type Determination - Updateยถ
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/{id}
๐ Description: Updates the asset transaction type determination for a specified financial entity within the organizational structure, allowing for adjustments to the hierarchy and classification of transactions.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
Unique identifier for the resource |
body |
body |
true |
Request body containing the updated asset transaction type determination data, including relevant attributes and metadata for the specified financial organization structure. |
Body Parameters
1{
2 "id": 0,
3 "status": "CREATED",
4 "displayId": "string",
5 "erpSystemId": 0,
6 "erpSystemDisplayId": "string",
7 "accountingStandardId": 0,
8 "accountingStandardDisplayId": "string",
9 "businessAreaId": 0,
10 "businessAreaDisplayId": "string",
11 "businessAreaName": "string",
12 "assetTransactionType": "ACCRUAL",
13 "transactionTypeId": 0,
14 "transactionTypeDisplayId": "string",
15 "transactionTypeName": "string"
16}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {
15 "id": 0,
16 "status": "CREATED",
17 "displayId": "string",
18 "erpSystemId": 0,
19 "erpSystemDisplayId": "string",
20 "accountingStandardId": 0,
21 "accountingStandardDisplayId": "string",
22 "businessAreaId": 0,
23 "businessAreaDisplayId": "string",
24 "businessAreaName": "string",
25 "assetTransactionType": "ACCRUAL",
26 "transactionTypeId": 0,
27 "transactionTypeDisplayId": "string",
28 "transactionTypeName": "string"
29 }
30}
Asset Transaction Type Determination - Deleteยถ
HTTP Request
DELETE /api/v1/asset-transaction-type-determinations/{id}
๐ Description: Deletes a specified asset transaction type determination from the financial organization structure, ensuring the integrity of the hierarchy within the financial entity.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
Unique identifier for the resource |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {}
15}
Asset Transaction Type Determination - Delete Or Decommissionยถ
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/remove/{id}
๐ Description: Removes a specified asset transaction type determination from the financial organization structure, ensuring the hierarchy remains accurate and up-to-date.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
Unique identifier for the resource |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {}
15}
Asset Transaction Type Determination - Delete Or Decommission Allยถ
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/remove/bulk
๐ Description: Removes multiple asset transaction type determinations in bulk from the financial organizationโs structure, ensuring accurate hierarchy management within the financial entity.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
array[integer] |
true |
Request body containing a list of asset transaction type determination identifiers to be removed in bulk, reflecting changes in the financial organizationโs structure and hierarchy. |
Body Parameters
1[
2 0
3]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {}
15}
Asset Transaction Type Determination - Decommissionยถ
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/decommission/{id}
๐ Description: Updates the decommission status of a specified asset transaction type determination within the financial organization structure, ensuring alignment with the entityโs hierarchy and operational requirements.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
Unique identifier for the resource |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {
15 "id": 0,
16 "status": "CREATED",
17 "displayId": "string",
18 "erpSystemId": 0,
19 "erpSystemDisplayId": "string",
20 "accountingStandardId": 0,
21 "accountingStandardDisplayId": "string",
22 "businessAreaId": 0,
23 "businessAreaDisplayId": "string",
24 "businessAreaName": "string",
25 "assetTransactionType": "ACCRUAL",
26 "transactionTypeId": 0,
27 "transactionTypeDisplayId": "string",
28 "transactionTypeName": "string"
29 }
30}
Asset Transaction Type Determination - Decommission By Modification Date Beforeยถ
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/decommission/modified-before/{modified_before}
๐ Description: Updates the decommission status of asset transaction type determinations that were modified before the specified date, ensuring alignment with the financial organization structure and hierarchy. This operation facilitates the management of financial entities by streamlining the decommissioning process.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
modified_before |
path |
string(date-time) |
true |
Specifies the date and time before which asset transaction type determinations should be modified, ensuring alignment with the organizationโs financial hierarchy and structure. |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": [
15 {
16 "id": 0,
17 "status": "CREATED",
18 "displayId": "string",
19 "erpSystemId": 0,
20 "erpSystemDisplayId": "string",
21 "accountingStandardId": 0,
22 "accountingStandardDisplayId": "string",
23 "businessAreaId": 0,
24 "businessAreaDisplayId": "string",
25 "businessAreaName": "string",
26 "assetTransactionType": "ACCRUAL",
27 "transactionTypeId": 0,
28 "transactionTypeDisplayId": "string",
29 "transactionTypeName": "string"
30 }
31 ]
32}
Asset Transaction Type Determination - Decommission Before Nowยถ
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/decommission/modified-before-now
๐ Description: Updates the decommission status of asset transaction type determinations that were modified before the current timestamp, ensuring accurate representation within the financial organization structure hierarchy. This operation is essential for maintaining the integrity of financial entity records.
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": [
15 {
16 "id": 0,
17 "status": "CREATED",
18 "displayId": "string",
19 "erpSystemId": 0,
20 "erpSystemDisplayId": "string",
21 "accountingStandardId": 0,
22 "accountingStandardDisplayId": "string",
23 "businessAreaId": 0,
24 "businessAreaDisplayId": "string",
25 "businessAreaName": "string",
26 "assetTransactionType": "ACCRUAL",
27 "transactionTypeId": 0,
28 "transactionTypeDisplayId": "string",
29 "transactionTypeName": "string"
30 }
31 ]
32}
Asset Transaction Type Determination - Decommission Allยถ
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/decommission/bulk
๐ Description: Updates multiple asset transaction type determinations to reflect their decommissioning status within the financial organization structure, ensuring accurate hierarchy and compliance across financial entities.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
array[integer] |
true |
Request body containing a bulk array of asset transaction type determination data for decommissioning, including relevant identifiers and attributes necessary for financial organization structure alignment. |
Body Parameters
1[
2 0
3]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": [
15 {
16 "id": 0,
17 "status": "CREATED",
18 "displayId": "string",
19 "erpSystemId": 0,
20 "erpSystemDisplayId": "string",
21 "accountingStandardId": 0,
22 "accountingStandardDisplayId": "string",
23 "businessAreaId": 0,
24 "businessAreaDisplayId": "string",
25 "businessAreaName": "string",
26 "assetTransactionType": "ACCRUAL",
27 "transactionTypeId": 0,
28 "transactionTypeDisplayId": "string",
29 "transactionTypeName": "string"
30 }
31 ]
32}
Asset Transaction Type Determination - Create Or Update Bulkยถ
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/createOrUpdate/bulk
๐ Description: Creates or updates multiple asset transaction type determinations in bulk, enabling efficient management of financial entity classifications within the organizational structure.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing bulk asset transaction type determination data, including organizational hierarchy details and associated financial entity attributes. |
Body Parameters
1[
2 {
3 "id": 0,
4 "status": "CREATED",
5 "displayId": "string",
6 "erpSystemId": 0,
7 "erpSystemDisplayId": "string",
8 "accountingStandardId": 0,
9 "accountingStandardDisplayId": "string",
10 "businessAreaId": 0,
11 "businessAreaDisplayId": "string",
12 "businessAreaName": "string",
13 "assetTransactionType": "ACCRUAL",
14 "transactionTypeId": 0,
15 "transactionTypeDisplayId": "string",
16 "transactionTypeName": "string"
17 }
18]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": [
15 {
16 "id": 0,
17 "status": "CREATED",
18 "displayId": "string",
19 "erpSystemId": 0,
20 "erpSystemDisplayId": "string",
21 "accountingStandardId": 0,
22 "accountingStandardDisplayId": "string",
23 "businessAreaId": 0,
24 "businessAreaDisplayId": "string",
25 "businessAreaName": "string",
26 "assetTransactionType": "ACCRUAL",
27 "transactionTypeId": 0,
28 "transactionTypeDisplayId": "string",
29 "transactionTypeName": "string"
30 }
31 ]
32}
Asset Transaction Type Determination - Create Or Updateยถ
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/createOrUpdate
๐ Description: Updates or creates asset transaction type determinations within the financial organization structure, ensuring accurate alignment with the organizationโs hierarchy and operational needs.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing the asset transaction type determination data, including organizational hierarchy details and relevant financial entity attributes for creation or update. |
Body Parameters
1{
2 "id": 0,
3 "status": "CREATED",
4 "displayId": "string",
5 "erpSystemId": 0,
6 "erpSystemDisplayId": "string",
7 "accountingStandardId": 0,
8 "accountingStandardDisplayId": "string",
9 "businessAreaId": 0,
10 "businessAreaDisplayId": "string",
11 "businessAreaName": "string",
12 "assetTransactionType": "ACCRUAL",
13 "transactionTypeId": 0,
14 "transactionTypeDisplayId": "string",
15 "transactionTypeName": "string"
16}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {
15 "id": 0,
16 "status": "CREATED",
17 "displayId": "string",
18 "erpSystemId": 0,
19 "erpSystemDisplayId": "string",
20 "accountingStandardId": 0,
21 "accountingStandardDisplayId": "string",
22 "businessAreaId": 0,
23 "businessAreaDisplayId": "string",
24 "businessAreaName": "string",
25 "assetTransactionType": "ACCRUAL",
26 "transactionTypeId": 0,
27 "transactionTypeDisplayId": "string",
28 "transactionTypeName": "string"
29 }
30}
Asset Transaction Type Determination - Bulk Updateยถ
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/bulk
๐ Description: Updates multiple asset transaction type determinations in bulk, enabling efficient management of financial entity classifications within the organizational structure.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing a collection of asset transaction type determination records, including relevant financial entity identifiers and hierarchical structure details for bulk processing. |
Body Parameters
1[
2 {
3 "id": 0,
4 "status": "CREATED",
5 "displayId": "string",
6 "erpSystemId": 0,
7 "erpSystemDisplayId": "string",
8 "accountingStandardId": 0,
9 "accountingStandardDisplayId": "string",
10 "businessAreaId": 0,
11 "businessAreaDisplayId": "string",
12 "businessAreaName": "string",
13 "assetTransactionType": "ACCRUAL",
14 "transactionTypeId": 0,
15 "transactionTypeDisplayId": "string",
16 "transactionTypeName": "string"
17 }
18]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": [
15 {
16 "id": 0,
17 "status": "CREATED",
18 "displayId": "string",
19 "erpSystemId": 0,
20 "erpSystemDisplayId": "string",
21 "accountingStandardId": 0,
22 "accountingStandardDisplayId": "string",
23 "businessAreaId": 0,
24 "businessAreaDisplayId": "string",
25 "businessAreaName": "string",
26 "assetTransactionType": "ACCRUAL",
27 "transactionTypeId": 0,
28 "transactionTypeDisplayId": "string",
29 "transactionTypeName": "string"
30 }
31 ]
32}
Asset Transaction Type Determination - Bulk Createยถ
HTTP Request
POST /api/v1/asset-transaction-type-determinations/bulk
๐ Description: Submits bulk asset transaction type determinations for financial entities within the organizational structure, enabling efficient processing and categorization of transactions in accordance with the established hierarchy.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing a collection of asset transaction type determination records, including relevant attributes for financial entities within the organizational structure. |
Body Parameters
1[
2 {
3 "id": 0,
4 "status": "CREATED",
5 "displayId": "string",
6 "erpSystemId": 0,
7 "erpSystemDisplayId": "string",
8 "accountingStandardId": 0,
9 "accountingStandardDisplayId": "string",
10 "businessAreaId": 0,
11 "businessAreaDisplayId": "string",
12 "businessAreaName": "string",
13 "assetTransactionType": "ACCRUAL",
14 "transactionTypeId": 0,
15 "transactionTypeDisplayId": "string",
16 "transactionTypeName": "string"
17 }
18]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": [
15 {
16 "id": 0,
17 "status": "CREATED",
18 "displayId": "string",
19 "erpSystemId": 0,
20 "erpSystemDisplayId": "string",
21 "accountingStandardId": 0,
22 "accountingStandardDisplayId": "string",
23 "businessAreaId": 0,
24 "businessAreaDisplayId": "string",
25 "businessAreaName": "string",
26 "assetTransactionType": "ACCRUAL",
27 "transactionTypeId": 0,
28 "transactionTypeDisplayId": "string",
29 "transactionTypeName": "string"
30 }
31 ]
32}
Asset Transaction Type Determination - Bulk Deleteยถ
HTTP Request
DELETE /api/v1/asset-transaction-type-determinations/bulk
๐ Description: Deletes multiple asset transaction type determinations in a single operation, streamlining the management of financial organization structures within your hierarchy.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
array[integer] |
true |
Request body containing an array of asset transaction type determination identifiers to facilitate the bulk deletion of financial entity classifications within the organizational structure. |
Body Parameters
1[
2 0
3]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {}
15}
Asset Transaction Type Determination - Searchยถ
HTTP Request
POST /api/v1/asset-transaction-type-determinations/search
๐ Description: Submits a request to search for asset transaction type determinations within the financial organization structure, enabling users to identify and analyze transaction types relevant to their organizational hierarchy.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
page |
query |
integer |
false |
Zero-based page index (0..N) |
size |
query |
integer |
false |
The size of the page to be returned |
sort |
query |
array[string] |
false |
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
body |
body |
false |
Request body containing criteria for searching asset transaction types within the financial organization structure, including relevant organizational hierarchy and entity details. |
Default Valuesยถ
Parameter |
Default |
Type |
|---|---|---|
page |
|
query |
size |
|
query |
sort |
|
query |
Parameter Constraintsยถ
Parameter |
Constraints |
|---|---|
page |
Min: 0 |
size |
Min: 1 |
Body Parameters
1{
2 "idIn": [
3 0
4 ],
5 "idEqual": 0,
6 "idLike": "string",
7 "createdAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
8 "createdAtLessThanOrEqual": "2019-08-24T14:15:22Z",
9 "createdByLike": "string",
10 "createdByEqual": "string",
11 "modifiedAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
12 "modifiedAtLessThanOrEqual": "2019-08-24T14:15:22Z",
13 "modifiedByLike": "string",
14 "modifiedByEqual": "string",
15 "statusEqual": "CREATED",
16 "statusIn": [
17 "CREATED"
18 ],
19 "displayIdIn": [
20 "string"
21 ],
22 "displayIdLike": "string",
23 "erpSystemIdEqual": 0,
24 "erpSystemDisplayIdLike": "string",
25 "transactionTypeDisplayIdLike": "string",
26 "businessAreaDisplayIdLike": "string",
27 "accountingStandardIdEqual": 0,
28 "accountingStandardDisplayIdLike": "string",
29 "businessAreaIdEqual": 0,
30 "businessAreaNameLike": "string",
31 "assetTransactionTypeIn": [
32 "ACCRUAL"
33 ],
34 "transactionTypeIdEqual": 0,
35 "transactionTypeNameLike": "string"
36}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "pageable": {
5 "pageNumber": 0,
6 "paged": true,
7 "pageSize": 0,
8 "unpaged": true,
9 "offset": 0,
10 "sort": {
11 "unsorted": true,
12 "sorted": true,
13 "empty": true
14 }
15 },
16 "numberOfElements": 0,
17 "size": 0,
18 "content": [
19 {
20 "id": 0,
21 "status": "CREATED",
22 "displayId": "string",
23 "erpSystemId": 0,
24 "erpSystemDisplayId": "string",
25 "accountingStandardId": 0,
26 "accountingStandardDisplayId": "string",
27 "businessAreaId": 0,
28 "businessAreaDisplayId": "string",
29 "businessAreaName": "string",
30 "assetTransactionType": "ACCRUAL",
31 "transactionTypeId": 0,
32 "transactionTypeDisplayId": "string",
33 "transactionTypeName": "string"
34 }
35 ],
36 "number": 0,
37 "sort": {
38 "unsorted": true,
39 "sorted": true,
40 "empty": true
41 },
42 "first": true,
43 "last": true,
44 "empty": true
45}
Asset Transaction Type Determination - Find Allยถ
HTTP Request
GET /api/v1/asset-transaction-type-determinations
๐ Description: Retrieves asset transaction type determinations within the financial organization structure, enabling users to understand the hierarchy and classification of financial entities.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
pageable |
query |
true |
Indicates whether the results of the asset transaction type determinations should be returned in a paginated format, facilitating efficient data retrieval within the financial organization structure. |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "pageable": {
5 "pageNumber": 0,
6 "paged": true,
7 "pageSize": 0,
8 "unpaged": true,
9 "offset": 0,
10 "sort": {
11 "unsorted": true,
12 "sorted": true,
13 "empty": true
14 }
15 },
16 "numberOfElements": 0,
17 "size": 0,
18 "content": [
19 {
20 "id": 0,
21 "status": "CREATED",
22 "displayId": "string",
23 "erpSystemId": 0,
24 "erpSystemDisplayId": "string",
25 "accountingStandardId": 0,
26 "accountingStandardDisplayId": "string",
27 "businessAreaId": 0,
28 "businessAreaDisplayId": "string",
29 "businessAreaName": "string",
30 "assetTransactionType": "ACCRUAL",
31 "transactionTypeId": 0,
32 "transactionTypeDisplayId": "string",
33 "transactionTypeName": "string"
34 }
35 ],
36 "number": 0,
37 "sort": {
38 "unsorted": true,
39 "sorted": true,
40 "empty": true
41 },
42 "first": true,
43 "last": true,
44 "empty": true
45}
Asset Transaction Type Determination - Createยถ
HTTP Request
POST /api/v1/asset-transaction-type-determinations
๐ Description: Submits a new asset transaction type determination within the financial organization structure, enabling the classification and management of financial entities based on their hierarchical relationships.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing the asset transaction type determination data, including relevant financial entity identifiers and hierarchical organization structure details. |
Body Parameters
1{
2 "id": 0,
3 "status": "CREATED",
4 "displayId": "string",
5 "erpSystemId": 0,
6 "erpSystemDisplayId": "string",
7 "accountingStandardId": 0,
8 "accountingStandardDisplayId": "string",
9 "businessAreaId": 0,
10 "businessAreaDisplayId": "string",
11 "businessAreaName": "string",
12 "assetTransactionType": "ACCRUAL",
13 "transactionTypeId": 0,
14 "transactionTypeDisplayId": "string",
15 "transactionTypeName": "string"
16}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {
15 "id": 0,
16 "status": "CREATED",
17 "displayId": "string",
18 "erpSystemId": 0,
19 "erpSystemDisplayId": "string",
20 "accountingStandardId": 0,
21 "accountingStandardDisplayId": "string",
22 "businessAreaId": 0,
23 "businessAreaDisplayId": "string",
24 "businessAreaName": "string",
25 "assetTransactionType": "ACCRUAL",
26 "transactionTypeId": 0,
27 "transactionTypeDisplayId": "string",
28 "transactionTypeName": "string"
29 }
30}
Asset Transaction Type Determination - Get Metadataยถ
HTTP Request
GET /api/v1/asset-transaction-type-determinations/meta
๐ Description: Retrieves metadata related to asset transaction type determinations within the financial organization structure, providing insights into the hierarchy and classification of financial entities.
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Inline |
Example Responses
1[
2 "ASSET_TRANSACTION_TYPE"
3]