Api session items moneytransfers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 36: | Line 36: | ||
!Description | !Description | ||
|- | |- | ||
|active | | active | ||
|boolean | | boolean | ||
| | | | ||
|- | |- | ||
|amount | | amount | ||
|double | | double | ||
| | | | ||
|- | |- | ||
|id | | id | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|moneyMessageDescription | | moneyMessageDescription | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|name | | name | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|receiverID | | receiverID | ||
|int | | int | ||
|[[Stakeholder]] ID | | [[Stakeholder]] ID | ||
|- | |- | ||
|senderID | | senderID | ||
|int | | int | ||
|[[Stakeholder]] ID | | [[Stakeholder]] ID | ||
|- | |- | ||
|type | | type | ||
|Type | | Type | ||
| | | | ||
|- | |- | ||
|version | | version | ||
|int | | int | ||
| | | | ||
|} | |} | ||
| Line 80: | Line 80: | ||
!Description | !Description | ||
|- | |- | ||
|SUBSIDY | | SUBSIDY | ||
| | | | ||
|- | |- | ||
|LAND | | LAND | ||
| | | | ||
|- | |- | ||
|TRANSFER | | TRANSFER | ||
| | | | ||
|} | |} | ||
Revision as of 11:44, 8 June 2026
API Endpoint: /api/session/items/moneytransfers/
Default Query:
https://engine.tygron.com/api/session/items/moneytransfers/?f=JSON&token=API_TOKENExample Response:
[ ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/moneytransfers/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/moneytransfers/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/moneytransfers/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/moneytransfers/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/moneytransfers/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/moneytransfers/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/moneytransfers/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/moneytransfers/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/moneytransfers/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/moneytransfers/?f=ZIPSMILE&token=API_TOKENApi Model MoneyTransfer
API Model description of MoneyTransfer
| Name | Type | Description |
|---|---|---|
| active | boolean | |
| amount | double | |
| id | int | |
| moneyMessageDescription | String | |
| name | String | |
| receiverID | int | Stakeholder ID |
| senderID | int | Stakeholder ID |
| type | Type | |
| version | int |
Api Model Type (MoneyTransfer)
API Enumeration description of Type
| Name | Description |
|---|---|
| SUBSIDY | |
| LAND | |
| TRANSFER |