Asset Transaction Type Determination¶
Get¶
HTTP Request
GET /api/v1/asset-transaction-type-determinations/{id}
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
none |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": {
18 "id": 0,
19 "status": "CREATED",
20 "displayId": "string",
21 "erpSystemId": 0,
22 "erpSystemDisplayId": "string",
23 "accountingStandardId": 0,
24 "accountingStandardDisplayId": "string",
25 "businessAreaId": 0,
26 "businessAreaDisplayId": "string",
27 "businessAreaName": "string",
28 "assetTransactionType": "ACCRUAL",
29 "transactionTypeId": 0,
30 "transactionTypeDisplayId": "string",
31 "transactionTypeName": "string"
32 }
33}
Update¶
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/{id}
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
none |
body |
body |
true |
none |
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 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": {
18 "id": 0,
19 "status": "CREATED",
20 "displayId": "string",
21 "erpSystemId": 0,
22 "erpSystemDisplayId": "string",
23 "accountingStandardId": 0,
24 "accountingStandardDisplayId": "string",
25 "businessAreaId": 0,
26 "businessAreaDisplayId": "string",
27 "businessAreaName": "string",
28 "assetTransactionType": "ACCRUAL",
29 "transactionTypeId": 0,
30 "transactionTypeDisplayId": "string",
31 "transactionTypeName": "string"
32 }
33}
Delete¶
HTTP Request
DELETE /api/v1/asset-transaction-type-determinations/{id}
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
none |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": {}
18}
Delete Or Decommission¶
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/remove/{id}
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
none |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": {}
18}
Delete Or Decommission All¶
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/remove/bulk
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
array[integer] |
true |
none |
Body Parameters
1[
2 0
3]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": {}
18}
Decommission¶
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/decommission/{id}
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
none |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": {
18 "id": 0,
19 "status": "CREATED",
20 "displayId": "string",
21 "erpSystemId": 0,
22 "erpSystemDisplayId": "string",
23 "accountingStandardId": 0,
24 "accountingStandardDisplayId": "string",
25 "businessAreaId": 0,
26 "businessAreaDisplayId": "string",
27 "businessAreaName": "string",
28 "assetTransactionType": "ACCRUAL",
29 "transactionTypeId": 0,
30 "transactionTypeDisplayId": "string",
31 "transactionTypeName": "string"
32 }
33}
Decommission By Modification Date Before¶
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/decommission/modified-before/{modified_before}
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
modified_before |
path |
string(date-time) |
true |
none |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": [
18 {
19 "id": 0,
20 "status": "CREATED",
21 "displayId": "string",
22 "erpSystemId": 0,
23 "erpSystemDisplayId": "string",
24 "accountingStandardId": 0,
25 "accountingStandardDisplayId": "string",
26 "businessAreaId": 0,
27 "businessAreaDisplayId": "string",
28 "businessAreaName": "string",
29 "assetTransactionType": "ACCRUAL",
30 "transactionTypeId": 0,
31 "transactionTypeDisplayId": "string",
32 "transactionTypeName": "string"
33 }
34 ]
35}
Decommission Before Now¶
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/decommission/modified-before-now
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": [
18 {
19 "id": 0,
20 "status": "CREATED",
21 "displayId": "string",
22 "erpSystemId": 0,
23 "erpSystemDisplayId": "string",
24 "accountingStandardId": 0,
25 "accountingStandardDisplayId": "string",
26 "businessAreaId": 0,
27 "businessAreaDisplayId": "string",
28 "businessAreaName": "string",
29 "assetTransactionType": "ACCRUAL",
30 "transactionTypeId": 0,
31 "transactionTypeDisplayId": "string",
32 "transactionTypeName": "string"
33 }
34 ]
35}
Decommission All¶
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/decommission/bulk
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
array[integer] |
true |
none |
Body Parameters
1[
2 0
3]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": [
18 {
19 "id": 0,
20 "status": "CREATED",
21 "displayId": "string",
22 "erpSystemId": 0,
23 "erpSystemDisplayId": "string",
24 "accountingStandardId": 0,
25 "accountingStandardDisplayId": "string",
26 "businessAreaId": 0,
27 "businessAreaDisplayId": "string",
28 "businessAreaName": "string",
29 "assetTransactionType": "ACCRUAL",
30 "transactionTypeId": 0,
31 "transactionTypeDisplayId": "string",
32 "transactionTypeName": "string"
33 }
34 ]
35}
Create Or Update Bulk¶
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/createOrUpdate/bulk
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
none |
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 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": [
18 {
19 "id": 0,
20 "status": "CREATED",
21 "displayId": "string",
22 "erpSystemId": 0,
23 "erpSystemDisplayId": "string",
24 "accountingStandardId": 0,
25 "accountingStandardDisplayId": "string",
26 "businessAreaId": 0,
27 "businessAreaDisplayId": "string",
28 "businessAreaName": "string",
29 "assetTransactionType": "ACCRUAL",
30 "transactionTypeId": 0,
31 "transactionTypeDisplayId": "string",
32 "transactionTypeName": "string"
33 }
34 ]
35}
Create Or Update¶
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/createOrUpdate
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
none |
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 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": {
18 "id": 0,
19 "status": "CREATED",
20 "displayId": "string",
21 "erpSystemId": 0,
22 "erpSystemDisplayId": "string",
23 "accountingStandardId": 0,
24 "accountingStandardDisplayId": "string",
25 "businessAreaId": 0,
26 "businessAreaDisplayId": "string",
27 "businessAreaName": "string",
28 "assetTransactionType": "ACCRUAL",
29 "transactionTypeId": 0,
30 "transactionTypeDisplayId": "string",
31 "transactionTypeName": "string"
32 }
33}
Bulk Update¶
HTTP Request
PUT /api/v1/asset-transaction-type-determinations/bulk
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
none |
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 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": [
18 {
19 "id": 0,
20 "status": "CREATED",
21 "displayId": "string",
22 "erpSystemId": 0,
23 "erpSystemDisplayId": "string",
24 "accountingStandardId": 0,
25 "accountingStandardDisplayId": "string",
26 "businessAreaId": 0,
27 "businessAreaDisplayId": "string",
28 "businessAreaName": "string",
29 "assetTransactionType": "ACCRUAL",
30 "transactionTypeId": 0,
31 "transactionTypeDisplayId": "string",
32 "transactionTypeName": "string"
33 }
34 ]
35}
Bulk Create¶
HTTP Request
POST /api/v1/asset-transaction-type-determinations/bulk
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
none |
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 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": [
18 {
19 "id": 0,
20 "status": "CREATED",
21 "displayId": "string",
22 "erpSystemId": 0,
23 "erpSystemDisplayId": "string",
24 "accountingStandardId": 0,
25 "accountingStandardDisplayId": "string",
26 "businessAreaId": 0,
27 "businessAreaDisplayId": "string",
28 "businessAreaName": "string",
29 "assetTransactionType": "ACCRUAL",
30 "transactionTypeId": 0,
31 "transactionTypeDisplayId": "string",
32 "transactionTypeName": "string"
33 }
34 ]
35}
Bulk Delete¶
HTTP Request
DELETE /api/v1/asset-transaction-type-determinations/bulk
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
array[integer] |
true |
none |
Body Parameters
1[
2 0
3]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": {}
18}
Search¶
HTTP Request
POST /api/v1/asset-transaction-type-determinations/search
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 |
body |
body |
false |
none |
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 "accountingStandardIdEqual": 0,
26 "accountingStandardDisplayIdLike": "string",
27 "businessAreaIdEqual": 0,
28 "businessAreaDisplayIdLike": "string",
29 "businessAreaNameLike": "string",
30 "assetTransactionTypeIn": [
31 "ACCRUAL"
32 ],
33 "transactionTypeIdEqual": 0,
34 "transactionTypeDisplayIdLike": "string",
35 "transactionTypeNameLike": "string"
36}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "totalPages": 0,
3 "totalElements": 0,
4 "pageable": {
5 "pageNumber": 0,
6 "unpaged": true,
7 "paged": true,
8 "pageSize": 0,
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}
Find All¶
HTTP Request
GET /api/v1/asset-transaction-type-determinations
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
pageable |
query |
true |
none |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "totalPages": 0,
3 "totalElements": 0,
4 "pageable": {
5 "pageNumber": 0,
6 "unpaged": true,
7 "paged": true,
8 "pageSize": 0,
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}
Create¶
HTTP Request
POST /api/v1/asset-transaction-type-determinations
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
none |
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 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": {
18 "id": 0,
19 "status": "CREATED",
20 "displayId": "string",
21 "erpSystemId": 0,
22 "erpSystemDisplayId": "string",
23 "accountingStandardId": 0,
24 "accountingStandardDisplayId": "string",
25 "businessAreaId": 0,
26 "businessAreaDisplayId": "string",
27 "businessAreaName": "string",
28 "assetTransactionType": "ACCRUAL",
29 "transactionTypeId": 0,
30 "transactionTypeDisplayId": "string",
31 "transactionTypeName": "string"
32 }
33}
Get Metadata¶
HTTP Request
GET /api/v1/asset-transaction-type-determinations/meta
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Inline |
Example Responses
1[
2 "ASSET_TRANSACTION_TYPE"
3]