TreeX Open API API Reference
TreeX provides a simple and powerful API consisting of REST endpoints
API Endpoint
https://uat-api.treex.jp/api/v1
Schemes: https
Version: v1
Company
Get all company of current operator
Request Url Example
https://uat-api.treex.jp/rest/company/companies
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Export company csv
Request Url Example
https://uat-api.treex.jp/rest/company/companies/csv
successful operation
Create new company
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/company
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"group_id": "integer (int32)",
"code": "string",
"membership": "integer (int32)",
"language": "integer (int32)",
"url": "string",
"name": "string",
"number": "string",
"pre_suff_name": "integer (int32)",
"email": "string",
"company_type": "integer (int32)",
"phone": "string",
"president": "string",
"manager": "string",
"licence": "string",
"status": "integer (int32)",
"licence_type": "string",
"reg_number": "string",
"reg_date": "string",
"seminar_name": "string",
"seminar_number": "string",
"start_date": "string",
"end_date": "string",
"encoding": "string",
"zip_code": "string",
"address1": "string",
"building": "string",
"address2": "string",
"open_time": "string (date-time)",
"close_time": "string (date-time)",
"abbreviation": "string",
"max_top_news_size": "integer (int32)",
"login_restriction": "integer (int32)",
"trading_restriction": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Update company info
Request Url Example
https://uat-api.treex.jp/rest/company/company
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"group_id": "integer (int32)",
"code": "string",
"membership": "integer (int32)",
"language": "integer (int32)",
"url": "string",
"name": "string",
"number": "string",
"pre_suff_name": "integer (int32)",
"email": "string",
"company_type": "integer (int32)",
"phone": "string",
"president": "string",
"manager": "string",
"licence": "string",
"status": "integer (int32)",
"licence_type": "string",
"reg_number": "string",
"reg_date": "string",
"seminar_name": "string",
"seminar_number": "string",
"start_date": "string",
"end_date": "string",
"encoding": "string",
"zip_code": "string",
"address1": "string",
"building": "string",
"address2": "string",
"open_time": "string (date-time)",
"close_time": "string (date-time)",
"abbreviation": "string",
"max_top_news_size": "integer (int32)",
"login_restriction": "integer (int32)",
"trading_restriction": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Check create/update company request
Request Url Example
https://uat-api.treex.jp/rest/company/company/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"group_id": "integer (int32)",
"code": "string",
"membership": "integer (int32)",
"language": "integer (int32)",
"url": "string",
"name": "string",
"number": "string",
"pre_suff_name": "integer (int32)",
"email": "string",
"company_type": "integer (int32)",
"phone": "string",
"president": "string",
"manager": "string",
"licence": "string",
"status": "integer (int32)",
"licence_type": "string",
"reg_number": "string",
"reg_date": "string",
"seminar_name": "string",
"seminar_number": "string",
"start_date": "string",
"end_date": "string",
"encoding": "string",
"zip_code": "string",
"address1": "string",
"building": "string",
"address2": "string",
"open_time": "string (date-time)",
"close_time": "string (date-time)",
"abbreviation": "string",
"max_top_news_size": "integer (int32)",
"login_restriction": "integer (int32)",
"trading_restriction": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Check company config request
Request Url Example
https://uat-api.treex.jp/rest/company/company/config/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"company_id": "integer (int32)",
"secure": "boolean",
"readonly": "boolean",
"config_type": "integer (int32)",
"config_value": "string",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Update company config
Request Url Example
https://uat-api.treex.jp/rest/company/company/config/{configId}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"company_id": "integer (int32)",
"secure": "boolean",
"readonly": "boolean",
"config_type": "integer (int32)",
"config_value": "string",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Logout by company
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/company/logout
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get config by companyid
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/company/{companyId}/configs
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Get company holidays
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/company/{companyId}/holidays
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Get company info by companyid
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/company/{id}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Check request company holiday request
Request Url Example
https://uat-api.treex.jp/rest/company/companyHoliday/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"time1": "string (date-time)",
"time2": "string (date-time)",
"company_id": "integer (int32)",
"login_restriction": "integer (int32)",
"trading_restriction": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Create new company holiday
Request Url Example
https://uat-api.treex.jp/rest/company/companyHoliday/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"time1": "string (date-time)",
"time2": "string (date-time)",
"company_id": "integer (int32)",
"login_restriction": "integer (int32)",
"trading_restriction": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Delete company holiday by id and version
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/companyHoliday/{id}/{version}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Check mobile config
Request Url Example
https://uat-api.treex.jp/rest/company/config/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"company_id": "integer (int32)",
"mobile_type": "integer (int32)",
"mobile_version": "string (string)",
"flurry_verbose": "boolean",
"request_timeout": "integer (int32)",
"trading_iteration_step": "integer (int32)",
"trading_refresh_interval": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get lastest mobile config
(no description)
IOS, ANDROID
Request Url Example
https://uat-api.treex.jp/rest/company/config/latest
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Create mobile config
Request Url Example
https://uat-api.treex.jp/rest/company/config/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"company_id": "integer (int32)",
"mobile_type": "integer (int32)",
"mobile_version": "string (string)",
"flurry_verbose": "boolean",
"request_timeout": "integer (int32)",
"trading_iteration_step": "integer (int32)",
"trading_refresh_interval": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Update mobile config
Request Url Example
https://uat-api.treex.jp/rest/company/config/{configId}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"company_id": "integer (int32)",
"mobile_type": "integer (int32)",
"mobile_version": "string (string)",
"flurry_verbose": "boolean",
"request_timeout": "integer (int32)",
"trading_iteration_step": "integer (int32)",
"trading_refresh_interval": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Delete mobile config
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/config/{id}/{version}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get mobile configs
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/configs
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Query news
number format : "81829012300"
number format : "81829012300"
(no description)
ACTIVE, DISABLED
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/news
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Check news request
Request Url Example
https://uat-api.treex.jp/rest/company/news/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"html": "boolean",
"status": "integer (int32)",
"priority": "integer (int32)",
"language": "integer (int32)",
"category": "integer (int32)",
"tradeable": "boolean",
"company_id": "integer (int32)",
"push_time": "string (int64)",
"push_status": "integer (int32)",
"push_enabled": "boolean",
"news_date": "string (date)",
"news_time": "string (int64)",
"news_title": "string",
"news_image": "string",
"news_image1": "string",
"news_image2": "string",
"news_image3": "string",
"news_image4": "string",
"news_image5": "string",
"news_summary": "string",
"news_content": "string",
"news_location": "string",
"show_on_top_page": "boolean",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Check news request
Request Url Example
https://uat-api.treex.jp/rest/company/news/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"html": "boolean",
"status": "integer (int32)",
"priority": "integer (int32)",
"language": "integer (int32)",
"category": "integer (int32)",
"tradeable": "boolean",
"company_id": "integer (int32)",
"push_time": "string (int64)",
"push_status": "integer (int32)",
"push_enabled": "boolean",
"news_date": "string (date)",
"news_time": "string (int64)",
"news_title": "string",
"news_image": "string",
"news_image1": "string",
"news_image2": "string",
"news_image3": "string",
"news_image4": "string",
"news_image5": "string",
"news_summary": "string",
"news_content": "string",
"news_location": "string",
"show_on_top_page": "boolean",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get news by id
Request Url Example
https://uat-api.treex.jp/rest/company/news/{newsId}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"html": "boolean",
"status": "integer (int32)",
"priority": "integer (int32)",
"language": "integer (int32)",
"category": "integer (int32)",
"tradeable": "boolean",
"company_id": "integer (int32)",
"push_time": "string (int64)",
"push_status": "integer (int32)",
"push_enabled": "boolean",
"news_date": "string (date)",
"news_time": "string (int64)",
"news_title": "string",
"news_image": "string",
"news_image1": "string",
"news_image2": "string",
"news_image3": "string",
"news_image4": "string",
"news_image5": "string",
"news_summary": "string",
"news_content": "string",
"news_location": "string",
"show_on_top_page": "boolean",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Check notice request
Request Url Example
https://uat-api.treex.jp/rest/company/notice/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"type": "integer (int32)",
"sound": "integer (int32)",
"status": "integer (int32)",
"subject": "string",
"content": "string",
"language": "integer (int32)",
"deliver_time": "string (int64)",
"expired_time": "string (int64)",
"push_status": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get notice by id
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/notice/get
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Create notice by id
Request Url Example
https://uat-api.treex.jp/rest/company/notice/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"type": "integer (int32)",
"sound": "integer (int32)",
"status": "integer (int32)",
"subject": "string",
"content": "string",
"language": "integer (int32)",
"deliver_time": "string (int64)",
"expired_time": "string (int64)",
"push_status": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Delete notice by id
number format : "81829012300"
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/notice/{id}/{version}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Update notice by id
Request Url Example
https://uat-api.treex.jp/rest/company/notice/{noticeId}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"type": "integer (int32)",
"sound": "integer (int32)",
"status": "integer (int32)",
"subject": "string",
"content": "string",
"language": "integer (int32)",
"deliver_time": "string (int64)",
"expired_time": "string (int64)",
"push_status": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get notice groups
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/company/notice/{noticeId}/noticeGroups
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Check notice group request
Request Url Example
https://uat-api.treex.jp/rest/company/noticeGroup/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"company_id": "integer (int32)",
"template_id": "string (int64)",
"group_id": "integer (int32)",
"status": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Create notice groups
Request Url Example
https://uat-api.treex.jp/rest/company/noticeGroup/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"company_id": "integer (int32)",
"template_id": "string (int64)",
"group_id": "integer (int32)",
"status": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Delete notice groups
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/noticeGroup/{id}/{version}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Query notices
number format : "81829012300"
number format : "81829012300"
(no description)
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/notices
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Export notice csv
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/notices/csv
successful operation
Get portfolio
Request Url Example
https://uat-api.treex.jp/rest/company/portfolio
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Check mobile release config
Request Url Example
https://uat-api.treex.jp/rest/company/release/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"company_id": "integer (int32)",
"url": "string",
"title": "string",
"content": "string",
"mobile_type": "integer (int32)",
"release_time": "string (int64)",
"release_status": "integer (int32)",
"mobile_version": "string (string)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Latest mobile release config
(no description)
IOS, ANDROID
Request Url Example
https://uat-api.treex.jp/rest/company/release/latest
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Logout mobile release
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/release/logout/{id}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Create mobile release config
Request Url Example
https://uat-api.treex.jp/rest/company/release/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"company_id": "integer (int32)",
"url": "string",
"title": "string",
"content": "string",
"mobile_type": "integer (int32)",
"release_time": "string (int64)",
"release_status": "integer (int32)",
"mobile_version": "string (string)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Reset mobile release
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/release/reset/{id}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Delete mobile release
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/release/{id}/{version}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Create mobile release config
Request Url Example
https://uat-api.treex.jp/rest/company/release/{releaseId}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"company_id": "integer (int32)",
"url": "string",
"title": "string",
"content": "string",
"mobile_type": "integer (int32)",
"release_time": "string (int64)",
"release_status": "integer (int32)",
"mobile_version": "string (string)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
List mobile release config
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/releases
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Query company
(no description)
L1, L2, L3
ACTIVE, DISABLED
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/search
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Common
Upload document
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/document/upload
Request Content-Types: multipart/form-data
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Estate
Check estate request
Request Url Example
https://uat-api.treex.jp/rest/company/estate/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"name": "string",
"address": "string",
"latitude": "string",
"longitude": "string",
"nearest_station": "string",
"type": "string",
"summary": "string",
"parking": "string",
"completion_date": "string (date)",
"past_dividend": "string",
"appraisal_amount": "string (decimal)",
"average_rent": "string",
"route_value": "string",
"area": "string",
"building_coverage": "string",
"area_ratio": "string",
"usage_area": "string",
"land_rights": "string",
"structure": "string",
"floor_area": "string",
"building_rights": "string",
"estimated_construction_date": "string (date)",
"estimated_construction_time": "string (int64)",
"estimated_completion_date": "string (date)",
"estimated_completion_time": "string (int64)",
"estimated_base_date": "string (date)",
"estimated_base_time": "string (int64)",
"estimated_move_date": "string (date)",
"estimated_move_time": "string (int64)",
"occupancy_status": "string",
"transfer_fee_payer": "string",
"cancellation": "string",
"status": "integer (int32)",
"other": "string",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)",
"code": "string"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Estate csv
Request Url Example
https://uat-api.treex.jp/rest/company/estate/csv
successful operation
Check estate document request
Request Url Example
https://uat-api.treex.jp/rest/company/estate/document/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"estate_id": "string (int64)",
"document_url": "string",
"type": "integer (int32)",
"route": "integer (int32)",
"status": "integer (int32)",
"comment": "string",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get estate document by id
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/company/estate/document/get
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Creat estate document
Request Url Example
https://uat-api.treex.jp/rest/company/estate/document/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"estate_id": "string (int64)",
"document_url": "string",
"type": "integer (int32)",
"route": "integer (int32)",
"status": "integer (int32)",
"comment": "string",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Update estate document
Request Url Example
https://uat-api.treex.jp/rest/company/estate/document/{documentId}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"estate_id": "string (int64)",
"document_url": "string",
"type": "integer (int32)",
"route": "integer (int32)",
"status": "integer (int32)",
"comment": "string",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Create estate
Request Url Example
https://uat-api.treex.jp/rest/company/estate/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"name": "string",
"address": "string",
"latitude": "string",
"longitude": "string",
"nearest_station": "string",
"type": "string",
"summary": "string",
"parking": "string",
"completion_date": "string (date)",
"past_dividend": "string",
"appraisal_amount": "string (decimal)",
"average_rent": "string",
"route_value": "string",
"area": "string",
"building_coverage": "string",
"area_ratio": "string",
"usage_area": "string",
"land_rights": "string",
"structure": "string",
"floor_area": "string",
"building_rights": "string",
"estimated_construction_date": "string (date)",
"estimated_construction_time": "string (int64)",
"estimated_completion_date": "string (date)",
"estimated_completion_time": "string (int64)",
"estimated_base_date": "string (date)",
"estimated_base_time": "string (int64)",
"estimated_move_date": "string (date)",
"estimated_move_time": "string (int64)",
"occupancy_status": "string",
"transfer_fee_payer": "string",
"cancellation": "string",
"status": "integer (int32)",
"other": "string",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)",
"code": "string"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Create estate section
Request Url Example
https://uat-api.treex.jp/rest/company/estate/section/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"estate_id": "string (int64)",
"name": "string",
"summary": "string",
"occupancy_status": "string",
"rental_income": "string (decimal)",
"sale_dividend": "string",
"status": "integer (int32)",
"other": "string",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get estate section by id
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/estate/section/get
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Create estate section
Request Url Example
https://uat-api.treex.jp/rest/company/estate/section/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"estate_id": "string (int64)",
"name": "string",
"summary": "string",
"occupancy_status": "string",
"rental_income": "string (decimal)",
"sale_dividend": "string",
"status": "integer (int32)",
"other": "string",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Update estate section
Request Url Example
https://uat-api.treex.jp/rest/company/estate/section/{estateId}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"estate_id": "string (int64)",
"name": "string",
"summary": "string",
"occupancy_status": "string",
"rental_income": "string (decimal)",
"sale_dividend": "string",
"status": "integer (int32)",
"other": "string",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Update estate
Request Url Example
https://uat-api.treex.jp/rest/company/estate/{estateId}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"name": "string",
"address": "string",
"latitude": "string",
"longitude": "string",
"nearest_station": "string",
"type": "string",
"summary": "string",
"parking": "string",
"completion_date": "string (date)",
"past_dividend": "string",
"appraisal_amount": "string (decimal)",
"average_rent": "string",
"route_value": "string",
"area": "string",
"building_coverage": "string",
"area_ratio": "string",
"usage_area": "string",
"land_rights": "string",
"structure": "string",
"floor_area": "string",
"building_rights": "string",
"estimated_construction_date": "string (date)",
"estimated_construction_time": "string (int64)",
"estimated_completion_date": "string (date)",
"estimated_completion_time": "string (int64)",
"estimated_base_date": "string (date)",
"estimated_base_time": "string (int64)",
"estimated_move_date": "string (date)",
"estimated_move_time": "string (int64)",
"occupancy_status": "string",
"transfer_fee_payer": "string",
"cancellation": "string",
"status": "integer (int32)",
"other": "string",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)",
"code": "string"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get estate document by estate id
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/estate/{estateId}/documents
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Get estate section by estateid
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/estate/{estateId}/sections
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Query estate
(no description)
(no description)
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/estates
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Check estate section fund request
Request Url Example
https://uat-api.treex.jp/rest/company/fund/estate-section/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"fund_id": "string (int64)",
"estate_section_id": "string (int64)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get estate section fund by id
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/company/fund/estate-section/get
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Create estate section fund
Request Url Example
https://uat-api.treex.jp/rest/company/fund/estate-section/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"fund_id": "string (int64)",
"estate_section_id": "string (int64)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Create estate section fund
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/company/fund/{fundId}/estate-sections
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Fund
Check fund request
Request Url Example
https://uat-api.treex.jp/rest/company/fund/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"code": "string",
"name": "string",
"catchphrase": "string",
"firm_id": "string (int64)",
"firm_sale_id": "string (int64)",
"type": "integer (int32)",
"lottery_announ_date": "string (int64)",
"deposit_deadline_date": "string (int64)",
"offer_amount": "string (decimal)",
"unit_amount": "string (decimal)",
"offer_unit": "integer (int32)",
"minimum_unit": "integer (int32)",
"maximum_unit": "integer (int32)",
"estimated_dividend": "string (decimal)",
"invest_period": "integer (int32)",
"bank_account": "string",
"display_start_time": "string (int64)",
"offer_start_time": "string (int64)",
"offer_end_time": "string (int64)",
"invest_start_time": "string (int64)",
"invest_end_time": "string (int64)",
"schedule_summary": "string",
"email_access_token": "string",
"status": "integer (int32)",
"display_status": "integer (int32)",
"view_type": "integer (int32)",
"income_type": "integer (int32)",
"capital_gain_profit": "string (decimal)",
"income_gain_profit": "string (decimal)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get fund invite by companyid
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/fund/company/{id}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Export fund csv
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/fund/csv
successful operation
Check dividend schedule request
Request Url Example
https://uat-api.treex.jp/rest/company/fund/dividend-schedule/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"fund_id": "string (int64)",
"period_name": "string",
"months": "integer (int32)",
"type": "integer (int32)",
"status": "integer (int32)",
"invest_start_time": "string (int64)",
"invest_end_time": "string (int64)",
"executed_time": "string (int64)",
"reported_time": "string (int64)",
"property_management_report_url": "string",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get dividend schedule by id
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/company/fund/dividend-schedule/get
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
To see dividend schedule for l2 company
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/company/fund/dividend-schedule/get-sale
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Insert new dividend schedule
Request Url Example
https://uat-api.treex.jp/rest/company/fund/dividend-schedule/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"fund_id": "string (int64)",
"period_name": "string",
"months": "integer (int32)",
"type": "integer (int32)",
"status": "integer (int32)",
"invest_start_time": "string (int64)",
"invest_end_time": "string (int64)",
"executed_time": "string (int64)",
"reported_time": "string (int64)",
"property_management_report_url": "string",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Create devidend schedule notification
Request Url Example
https://uat-api.treex.jp/rest/company/fund/dividend-schedule/notify
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"fund_id": "string (int64)",
"period_name": "string",
"months": "integer (int32)",
"type": "integer (int32)",
"status": "integer (int32)",
"invest_start_time": "string (int64)",
"invest_end_time": "string (int64)",
"executed_time": "string (int64)",
"reported_time": "string (int64)",
"property_management_report_url": "string",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Update dividend schedule document
Request Url Example
https://uat-api.treex.jp/rest/company/fund/dividend-schedule/{id}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"fund_id": "string (int64)",
"period_name": "string",
"months": "integer (int32)",
"type": "integer (int32)",
"status": "integer (int32)",
"invest_start_time": "string (int64)",
"invest_end_time": "string (int64)",
"executed_time": "string (int64)",
"reported_time": "string (int64)",
"property_management_report_url": "string",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Check request to create new dividend schedule document
Request Url Example
https://uat-api.treex.jp/rest/company/fund/dividend_schedule/doc/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"fund_id": "string (int64)",
"period_name": "string",
"months": "integer (int32)",
"type": "integer (int32)",
"status": "integer (int32)",
"invest_start_time": "string (int64)",
"invest_end_time": "string (int64)",
"executed_time": "string (int64)",
"reported_time": "string (int64)",
"property_management_report_url": "string",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Insert new dividend schedule document
Request Url Example
https://uat-api.treex.jp/rest/company/fund/dividend_schedule/doc/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"fund_id": "string (int64)",
"period_name": "string",
"months": "integer (int32)",
"type": "integer (int32)",
"status": "integer (int32)",
"invest_start_time": "string (int64)",
"invest_end_time": "string (int64)",
"executed_time": "string (int64)",
"reported_time": "string (int64)",
"property_management_report_url": "string",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Create estate section
Request Url Example
https://uat-api.treex.jp/rest/company/fund/document/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"fund_id": "string (int64)",
"document_url": "string",
"type": "integer (int32)",
"route": "integer (int32)",
"status": "integer (int32)",
"comment": "string",
"version": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get fund document
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/company/fund/document/get
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Create new fund document
Request Url Example
https://uat-api.treex.jp/rest/company/fund/document/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"fund_id": "string (int64)",
"document_url": "string",
"type": "integer (int32)",
"route": "integer (int32)",
"status": "integer (int32)",
"comment": "string",
"version": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Update fund document
Request Url Example
https://uat-api.treex.jp/rest/company/fund/document/{documentId}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"fund_id": "string (int64)",
"document_url": "string",
"type": "integer (int32)",
"route": "integer (int32)",
"status": "integer (int32)",
"comment": "string",
"version": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get fund by id
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/fund/get
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Update fund invite
Request Url Example
https://uat-api.treex.jp/rest/company/fund/invitation
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"sale_company_id": "integer (int32)",
"fund_id": "integer (int32)",
"unit": "integer (int32)",
"unit_amount": "string (decimal)",
"offer_amount": "string (decimal)",
"deadline_accepted_time": "string (date-time)",
"status": "integer (int32)",
"sync_status": "integer (int32)",
"invitation_time": "string (date-time)",
"offered_date": "string (date-time)",
"accepted_time": "string (date-time)",
"rejected_time": "string (date-time)",
"executed_time": "string (date-time)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Check fund invite request
Request Url Example
https://uat-api.treex.jp/rest/company/fund/invitation/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"sale_company_id": "integer (int32)",
"fund_id": "integer (int32)",
"unit": "integer (int32)",
"unit_amount": "string (decimal)",
"offer_amount": "string (decimal)",
"deadline_accepted_time": "string (date-time)",
"status": "integer (int32)",
"sync_status": "integer (int32)",
"invitation_time": "string (date-time)",
"offered_date": "string (date-time)",
"accepted_time": "string (date-time)",
"rejected_time": "string (date-time)",
"executed_time": "string (date-time)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get fund invite by id
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/company/fund/invitation/get
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Create new fund invites
Request Url Example
https://uat-api.treex.jp/rest/company/fund/invitation/new
Request Body Example
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Create new fund
Request Url Example
https://uat-api.treex.jp/rest/company/fund/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"code": "string",
"name": "string",
"catchphrase": "string",
"firm_id": "string (int64)",
"firm_sale_id": "string (int64)",
"type": "integer (int32)",
"lottery_announ_date": "string (int64)",
"deposit_deadline_date": "string (int64)",
"offer_amount": "string (decimal)",
"unit_amount": "string (decimal)",
"offer_unit": "integer (int32)",
"minimum_unit": "integer (int32)",
"maximum_unit": "integer (int32)",
"estimated_dividend": "string (decimal)",
"invest_period": "integer (int32)",
"bank_account": "string",
"display_start_time": "string (int64)",
"offer_start_time": "string (int64)",
"offer_end_time": "string (int64)",
"invest_start_time": "string (int64)",
"invest_end_time": "string (int64)",
"schedule_summary": "string",
"email_access_token": "string",
"status": "integer (int32)",
"display_status": "integer (int32)",
"view_type": "integer (int32)",
"income_type": "integer (int32)",
"capital_gain_profit": "string (decimal)",
"income_gain_profit": "string (decimal)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Check fund period request
Request Url Example
https://uat-api.treex.jp/rest/company/fund/period/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"fund_id": "string (int64)",
"name": "string",
"type": "integer (int32)",
"offer_amount": "string (decimal)",
"offer_unit": "integer (int32)",
"unit_amount": "string (decimal)",
"minimum_unit": "integer (int32)",
"maximum_unit": "integer (int32)",
"offer_start_time": "string (int64)",
"offer_end_time": "string (int64)",
"status": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get fund period by id
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/company/fund/period/get
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Create new fund period
Request Url Example
https://uat-api.treex.jp/rest/company/fund/period/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"fund_id": "string (int64)",
"name": "string",
"type": "integer (int32)",
"offer_amount": "string (decimal)",
"offer_unit": "integer (int32)",
"unit_amount": "string (decimal)",
"minimum_unit": "integer (int32)",
"maximum_unit": "integer (int32)",
"offer_start_time": "string (int64)",
"offer_end_time": "string (int64)",
"status": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Update fund period
Request Url Example
https://uat-api.treex.jp/rest/company/fund/period/{periodId}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"fund_id": "string (int64)",
"name": "string",
"type": "integer (int32)",
"offer_amount": "string (decimal)",
"offer_unit": "integer (int32)",
"unit_amount": "string (decimal)",
"minimum_unit": "integer (int32)",
"maximum_unit": "integer (int32)",
"offer_start_time": "string (int64)",
"offer_end_time": "string (int64)",
"status": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Search company l2 when create fund invites
(no description)
L1, L2, L3
ACTIVE, DISABLED
Request Url Example
https://uat-api.treex.jp/rest/company/fund/search-company-L2
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Check fund youtube request
Request Url Example
https://uat-api.treex.jp/rest/company/fund/youtube/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"fund_id": "string (int64)",
"youtube_url": "string",
"status": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Export fund youtube csv
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/fund/youtube/csv
successful operation
Get fund youtube by id
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/company/fund/youtube/get
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Create fund youtube
Request Url Example
https://uat-api.treex.jp/rest/company/fund/youtube/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"fund_id": "string (int64)",
"youtube_url": "string",
"status": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Update fund youtube
Request Url Example
https://uat-api.treex.jp/rest/company/fund/youtube/{youtubeId}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"fund_id": "string (int64)",
"youtube_url": "string",
"status": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Update fund
Request Url Example
https://uat-api.treex.jp/rest/company/fund/{fundId}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"code": "string",
"name": "string",
"catchphrase": "string",
"firm_id": "string (int64)",
"firm_sale_id": "string (int64)",
"type": "integer (int32)",
"lottery_announ_date": "string (int64)",
"deposit_deadline_date": "string (int64)",
"offer_amount": "string (decimal)",
"unit_amount": "string (decimal)",
"offer_unit": "integer (int32)",
"minimum_unit": "integer (int32)",
"maximum_unit": "integer (int32)",
"estimated_dividend": "string (decimal)",
"invest_period": "integer (int32)",
"bank_account": "string",
"display_start_time": "string (int64)",
"offer_start_time": "string (int64)",
"offer_end_time": "string (int64)",
"invest_start_time": "string (int64)",
"invest_end_time": "string (int64)",
"schedule_summary": "string",
"email_access_token": "string",
"status": "integer (int32)",
"display_status": "integer (int32)",
"view_type": "integer (int32)",
"income_type": "integer (int32)",
"capital_gain_profit": "string (decimal)",
"income_gain_profit": "string (decimal)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get dividend schedule for fund_id
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/company/fund/{fundId}/dividend-schedules
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Get document by fundid
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/company/fund/{fundId}/documents
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Query fund invites
(no description)
(no description)
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/fund/{fundId}/fund_invitation
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Get period by fund id
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/company/fund/{fundId}/periods
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Get fund youtube by fundid
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/company/fund/{fundId}/youtubes
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Get fund detail by fund id
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/fund/{id}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Simulation fund
(no description)
number format : "0.00001353123"
Request Url Example
https://uat-api.treex.jp/rest/company/fund/{id}/simulation
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Query fund
(no description)
(no description)
number format : "81829012300"
(no description)
FIRST_COME_FIRST_SERVED, LOTTERY
BEFORE_FUNDING, FUNDING, FUNDING_ENDED, IN_OPERATION, OPERATION_ENDED, CANCEL
number format : "81829012300"
number format : "81829012300"
number format : "81829012300"
number format : "81829012300"
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/funds
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Accept fund invite
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/company/invite-sale/accept
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Check fund invite sale
Request Url Example
https://uat-api.treex.jp/rest/company/invite-sale/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"code": "string",
"name": "string",
"catchphrase": "string",
"firm_id": "string (int64)",
"firm_sale_id": "string (int64)",
"type": "integer (int32)",
"lottery_announ_date": "string (int64)",
"deposit_deadline_date": "string (int64)",
"offer_amount": "string (decimal)",
"unit_amount": "string (decimal)",
"offer_unit": "integer (int32)",
"minimum_unit": "integer (int32)",
"maximum_unit": "integer (int32)",
"estimated_dividend": "string (decimal)",
"invest_period": "integer (int32)",
"bank_account": "string",
"display_start_time": "string (int64)",
"offer_start_time": "string (int64)",
"offer_end_time": "string (int64)",
"invest_start_time": "string (int64)",
"invest_end_time": "string (int64)",
"schedule_summary": "string",
"email_access_token": "string",
"status": "integer (int32)",
"display_status": "integer (int32)",
"view_type": "integer (int32)",
"income_type": "integer (int32)",
"capital_gain_profit": "string (decimal)",
"income_gain_profit": "string (decimal)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get fund detail by fund id
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/invite-sale/fund/{id}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Fund simulation
(no description)
number format : "0.00001353123"
Request Url Example
https://uat-api.treex.jp/rest/company/invite-sale/fund/{id}/simulation
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Get fund invite sale by id
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/invite-sale/get
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Reject fund invite
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/company/invite-sale/reject
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Check invite request
Request Url Example
https://uat-api.treex.jp/rest/company/invite/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"code": "string",
"name": "string",
"catchphrase": "string",
"firm_id": "string (int64)",
"firm_sale_id": "string (int64)",
"type": "integer (int32)",
"lottery_announ_date": "string (int64)",
"deposit_deadline_date": "string (int64)",
"offer_amount": "string (decimal)",
"unit_amount": "string (decimal)",
"offer_unit": "integer (int32)",
"minimum_unit": "integer (int32)",
"maximum_unit": "integer (int32)",
"estimated_dividend": "string (decimal)",
"invest_period": "integer (int32)",
"bank_account": "string",
"display_start_time": "string (int64)",
"offer_start_time": "string (int64)",
"offer_end_time": "string (int64)",
"invest_start_time": "string (int64)",
"invest_end_time": "string (int64)",
"schedule_summary": "string",
"email_access_token": "string",
"status": "integer (int32)",
"display_status": "integer (int32)",
"view_type": "integer (int32)",
"income_type": "integer (int32)",
"capital_gain_profit": "string (decimal)",
"income_gain_profit": "string (decimal)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Export invite csv
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/invite/csv
successful operation
Get fund by id
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/invite/get
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Query fund invite
number format : "81829012300"
(no description)
INVITED, ACCEPTED, REJECTED, PENDING, CANCELED
(no description)
(no description)
number format : "81829012300"
number format : "81829012300"
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/invites
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Query fund invites sale
number format : "81829012300"
(no description)
INVITED, ACCEPTED, REJECTED, PENDING, CANCELED
(no description)
(no description)
number format : "81829012300"
number format : "81829012300"
number format : "81829012300"
number format : "81829012300"
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/invites-sale
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Group
Check group request
Request Url Example
https://uat-api.treex.jp/rest/company/group/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"name": "string",
"status": "integer (int32)",
"currency": "integer (int32)",
"company_id": "integer (int32)",
"execute_delay": "integer (int32)",
"min_round_trip": "integer (int32)",
"instant_settlement": "boolean",
"min_trading_interval": "integer (int32)",
"login_restriction": "integer (int32)",
"trading_restriction": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get group by id
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/group/get
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Logout by group
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/group/logout
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Create new group
Request Url Example
https://uat-api.treex.jp/rest/company/group/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"name": "string",
"status": "integer (int32)",
"currency": "integer (int32)",
"company_id": "integer (int32)",
"execute_delay": "integer (int32)",
"min_round_trip": "integer (int32)",
"instant_settlement": "boolean",
"min_trading_interval": "integer (int32)",
"login_restriction": "integer (int32)",
"trading_restriction": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Update group
Request Url Example
https://uat-api.treex.jp/rest/company/group/{groupId}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "integer (int32)",
"name": "string",
"status": "integer (int32)",
"currency": "integer (int32)",
"company_id": "integer (int32)",
"execute_delay": "integer (int32)",
"min_round_trip": "integer (int32)",
"instant_settlement": "boolean",
"min_trading_interval": "integer (int32)",
"login_restriction": "integer (int32)",
"trading_restriction": "integer (int32)",
"version": "integer (int32)",
"insert_operator": "integer (int32)",
"update_operator": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Delete group
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/group/{id}/{version}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Query group
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/groups
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Export group csv
(no description)
Request Url Example
https://uat-api.treex.jp/rest/company/groups/csv
successful operation
Customer
Query customer access
(no description)
(no description)
number format : "81829012300"
(no description)
number format : "81829012300"
number format : "81829012300"
number format : "81829012300"
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/customer/accesses
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Export customer access csv
(no description)
(no description)
number format : "81829012300"
(no description)
number format : "81829012300"
number format : "81829012300"
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/customer/accesses/csv
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Check customer account request
Request Url Example
https://uat-api.treex.jp/rest/customer/account/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"cluster_id": "integer (int32)",
"group_id": "integer (int32)",
"status": "integer (int32)",
"currency": "integer (int32)",
"customer_id": "string (int64)",
"account_type": "integer (int32)",
"mail_config1": {
"value": "integer (int32)",
"empty": "boolean",
"login_enabled": "boolean",
"notify_property_management_report": "boolean",
"notification_of_transfer_account_enabled": "boolean",
"close_account_enabled": "boolean",
"dividend_executed_enabled": "boolean",
"change_password_enabled": "boolean",
"reject_investor_enabled": "boolean",
"repayment_executed_enabled": "boolean",
"forgot_password_enabled": "boolean",
"approve_investor_enabled": "boolean",
"losing_investment_enabled": "boolean",
"order_completed_enabled": "boolean",
"register_enabled": "boolean",
"reject_document_enabled": "boolean",
"approve_document_enabled": "boolean",
"order_confirmed_enabled": "boolean",
"notify_payment_record_enabled": "boolean",
"change_email_enabled": "boolean",
"investment_deposited_enabled": "boolean",
"open_investment_enabled": "boolean",
"winning_investment_enabled": "boolean"
},
"mail_config2": {
"value": "integer (int32)",
"empty": "boolean",
"login_enabled": "boolean",
"notify_property_management_report": "boolean",
"notification_of_transfer_account_enabled": "boolean",
"close_account_enabled": "boolean",
"dividend_executed_enabled": "boolean",
"change_password_enabled": "boolean",
"reject_investor_enabled": "boolean",
"repayment_executed_enabled": "boolean",
"forgot_password_enabled": "boolean",
"approve_investor_enabled": "boolean",
"losing_investment_enabled": "boolean",
"order_completed_enabled": "boolean",
"register_enabled": "boolean",
"reject_document_enabled": "boolean",
"approve_document_enabled": "boolean",
"order_confirmed_enabled": "boolean",
"notify_payment_record_enabled": "boolean",
"change_email_enabled": "boolean",
"investment_deposited_enabled": "boolean",
"open_investment_enabled": "boolean",
"winning_investment_enabled": "boolean"
},
"opening_time": "string (int64)",
"closing_time": "string (int64)",
"login_restriction": "integer (int32)",
"trading_restriction": "integer (int32)",
"version": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get customer account
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/customer/account/get
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Change customer group
Request Url Example
https://uat-api.treex.jp/rest/customer/account/group/change
Request Body Example
{
"account_id": "string",
"customer_id": "string",
"customer_name": "string",
"source_group_id": "string",
"target_group_id": "string"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Check customer group request
Request Url Example
https://uat-api.treex.jp/rest/customer/account/group/check
Request Body Example
{
"account_id": "string",
"customer_id": "string",
"customer_name": "string",
"source_group_id": "string",
"target_group_id": "string"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Update customer account
Request Url Example
https://uat-api.treex.jp/rest/customer/account/{accountId}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"cluster_id": "integer (int32)",
"group_id": "integer (int32)",
"status": "integer (int32)",
"currency": "integer (int32)",
"customer_id": "string (int64)",
"account_type": "integer (int32)",
"mail_config1": {
"value": "integer (int32)",
"empty": "boolean",
"login_enabled": "boolean",
"notify_property_management_report": "boolean",
"notification_of_transfer_account_enabled": "boolean",
"close_account_enabled": "boolean",
"dividend_executed_enabled": "boolean",
"change_password_enabled": "boolean",
"reject_investor_enabled": "boolean",
"repayment_executed_enabled": "boolean",
"forgot_password_enabled": "boolean",
"approve_investor_enabled": "boolean",
"losing_investment_enabled": "boolean",
"order_completed_enabled": "boolean",
"register_enabled": "boolean",
"reject_document_enabled": "boolean",
"approve_document_enabled": "boolean",
"order_confirmed_enabled": "boolean",
"notify_payment_record_enabled": "boolean",
"change_email_enabled": "boolean",
"investment_deposited_enabled": "boolean",
"open_investment_enabled": "boolean",
"winning_investment_enabled": "boolean"
},
"mail_config2": {
"value": "integer (int32)",
"empty": "boolean",
"login_enabled": "boolean",
"notify_property_management_report": "boolean",
"notification_of_transfer_account_enabled": "boolean",
"close_account_enabled": "boolean",
"dividend_executed_enabled": "boolean",
"change_password_enabled": "boolean",
"reject_investor_enabled": "boolean",
"repayment_executed_enabled": "boolean",
"forgot_password_enabled": "boolean",
"approve_investor_enabled": "boolean",
"losing_investment_enabled": "boolean",
"order_completed_enabled": "boolean",
"register_enabled": "boolean",
"reject_document_enabled": "boolean",
"approve_document_enabled": "boolean",
"order_confirmed_enabled": "boolean",
"notify_payment_record_enabled": "boolean",
"change_email_enabled": "boolean",
"investment_deposited_enabled": "boolean",
"open_investment_enabled": "boolean",
"winning_investment_enabled": "boolean"
},
"opening_time": "string (int64)",
"closing_time": "string (int64)",
"login_restriction": "integer (int32)",
"trading_restriction": "integer (int32)",
"version": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Query customer account
number format : "81829012300"
(no description)
number format : "81829012300"
(no description)
number format : "81829012300"
ACTIVE, CLOSED
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/customer/accounts
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Export customer account csv
number format : "81829012300"
(no description)
number format : "81829012300"
(no description)
number format : "81829012300"
ACTIVE, CLOSED
Request Url Example
https://uat-api.treex.jp/rest/customer/accounts/csv
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Check customer_bank request
Request Url Example
https://uat-api.treex.jp/rest/customer/bank/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"account_id": "string (int64)",
"customer_id": "string (int64)",
"bank_name": "string",
"branch_name": "string",
"branch_code": "string",
"account_no": "string",
"account_name": "string",
"type": "integer (int32)",
"status": "integer (int32)",
"version": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Get customer bank
number format : "81829012300"
number format : "81829012300"
Request Url Example
https://uat-api.treex.jp/rest/customer/bank/get
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Create customer bank
Request Url Example
https://uat-api.treex.jp/rest/customer/bank/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"account_id": "string (int64)",
"customer_id": "string (int64)",
"bank_name": "string",
"branch_name": "string",
"branch_code": "string",
"account_no": "string",
"account_name": "string",
"type": "integer (int32)",
"status": "integer (int32)",
"version": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Update customer bank
Request Url Example
https://uat-api.treex.jp/rest/customer/bank/{customerId}/{customerBankId}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"account_id": "string (int64)",
"customer_id": "string (int64)",
"bank_name": "string",
"branch_name": "string",
"branch_code": "string",
"account_no": "string",
"account_name": "string",
"type": "integer (int32)",
"status": "integer (int32)",
"version": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Query customer bank
(no description)
number format : "81829012300"
number format : "81829012300"
PENDING, VERIFYING, VERIFIED, REJECTED, DELETED
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/customer/banks
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Export customer bank csv
(no description)
number format : "81829012300"
number format : "81829012300"
PENDING, VERIFYING, VERIFIED, REJECTED, DELETED
Request Url Example
https://uat-api.treex.jp/rest/customer/banks/csv
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Check customer config request
Request Url Example
https://uat-api.treex.jp/rest/customer/config/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"cluster_id": "integer (int32)",
"company_id": "integer (int32)",
"account_id": "string (int64)",
"customer_id": "string (int64)",
"config_type": "integer (int32)",
"config_value": "string",
"version": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Create customer config
Request Url Example
https://uat-api.treex.jp/rest/customer/config/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"cluster_id": "integer (int32)",
"company_id": "integer (int32)",
"account_id": "string (int64)",
"customer_id": "string (int64)",
"config_type": "integer (int32)",
"config_value": "string",
"version": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Update customer config
Request Url Example
https://uat-api.treex.jp/rest/customer/config/{customerId}/{configId}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"cluster_id": "integer (int32)",
"company_id": "integer (int32)",
"account_id": "string (int64)",
"customer_id": "string (int64)",
"config_type": "integer (int32)",
"config_value": "string",
"version": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Query customer config
(no description)
number format : "81829012300"
number format : "81829012300"
ADMIN, FRONT, TRADING
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/customer/configs
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Update customer message
Request Url Example
https://uat-api.treex.jp/rest/customer/device
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"device_id": "string",
"cluster_id": "integer (int32)",
"company_id": "integer (int32)",
"account_id": "string (int64)",
"customer_id": "string (int64)",
"mobile_type": "integer (int32)",
"device_time": "string (int64)",
"device_status": "integer (int32)",
"message_token": "string",
"message_config": {
"value": "integer (int32)",
"empty": "boolean",
"dividend_and_redemption_executed_enabled": "boolean",
"dividend_executed_enabled": "boolean",
"change_password_enabled": "boolean",
"reject_document_enabled": "boolean",
"approve_document_enabled": "boolean",
"change_email_enabled": "boolean",
"investment_deposited_enabled": "boolean",
"lottery_losing_enabled": "boolean",
"reject_my_number_enabled": "boolean",
"lottery_winning_enabled": "boolean",
"issue_payment_record_enabled": "boolean",
"approve_my_number_enabled": "boolean",
"investment_success_enabled": "boolean",
"change_account_info_enabled": "boolean",
"redemption_executed_enabled": "boolean",
"change_bank_enabled": "boolean"
},
"version": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Check customer message request
Request Url Example
https://uat-api.treex.jp/rest/customer/device/validate
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"device_id": "string",
"cluster_id": "integer (int32)",
"company_id": "integer (int32)",
"account_id": "string (int64)",
"customer_id": "string (int64)",
"mobile_type": "integer (int32)",
"device_time": "string (int64)",
"device_status": "integer (int32)",
"message_token": "string",
"message_config": {
"value": "integer (int32)",
"empty": "boolean",
"dividend_and_redemption_executed_enabled": "boolean",
"dividend_executed_enabled": "boolean",
"change_password_enabled": "boolean",
"reject_document_enabled": "boolean",
"approve_document_enabled": "boolean",
"change_email_enabled": "boolean",
"investment_deposited_enabled": "boolean",
"lottery_losing_enabled": "boolean",
"reject_my_number_enabled": "boolean",
"lottery_winning_enabled": "boolean",
"issue_payment_record_enabled": "boolean",
"approve_my_number_enabled": "boolean",
"investment_success_enabled": "boolean",
"change_account_info_enabled": "boolean",
"redemption_executed_enabled": "boolean",
"change_bank_enabled": "boolean"
},
"version": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Query customer message
number format : "81829012300"
number format : "81829012300"
(no description)
(no description)
number format : "81829012300"
(no description)
number format : "81829012300"
ACTIVE, PAUSED, DISABLED
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/customer/devices
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Check customer document request
Request Url Example
https://uat-api.treex.jp/rest/customer/document/check
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"account_id": "string (int64)",
"customer_id": "string (int64)",
"document_url": "string",
"document_type": "integer (int32)",
"route": "integer (int32)",
"status": "integer (int32)",
"comment": "string",
"version": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Create customer document
Request Url Example
https://uat-api.treex.jp/rest/customer/document/new
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"account_id": "string (int64)",
"customer_id": "string (int64)",
"document_url": "string",
"document_type": "integer (int32)",
"route": "integer (int32)",
"status": "integer (int32)",
"comment": "string",
"version": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Update customer document
Request Url Example
https://uat-api.treex.jp/rest/customer/document/{documentId}
Request Body Example
{
"insert_datetime": "string (date-time)",
"update_datetime": "string (date-time)",
"id": "string (int64)",
"company_id": "integer (int32)",
"account_id": "string (int64)",
"customer_id": "string (int64)",
"document_url": "string",
"document_type": "integer (int32)",
"route": "integer (int32)",
"status": "integer (int32)",
"comment": "string",
"version": "integer (int32)"
}
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"type": "string"
}
Query customer document
(no description)
number format : "81829012300"
PENDING, VERIFYING, VERIFIED, REJECTED
DRIVER_LICENSE, MY_NUMBER_CARD, RESIDENCE_CARD, HEALTH_INSURANCE_CARDS, PASSPORT, BASIC_RESIDENT_REGISTER_CARD, DRIVING_HISTORY_CERTIFICATE, SPECIAL_PERMANENT_RESIDENT_CERTIFICATE, SELFIE_IMAGE
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/customer/documents
successful operation
Response Content-Types: application/json
Response Example (200 OK)
{
"result": {
"type": "string"
},
"excludes": [
"string"
],
"output_null": "boolean"
}
Query history customer email
number format : "81829012300"
number format : "81829012300"
(no description)
number format : "81829012300"
PENDING, ISSUING, SUCCESS, FAILURE
LOGIN, REGISTER, OPEN_ACCOUNT, CLOSE_ACCOUNT, FORGOT_PASSWORD, CHANGE_PASSWORD, REJECT_DOCUMENT, APPROVE_DOCUMENT, APPROVE_INVESTOR, REJECT_INVESTOR, CHANGE_EMAIL, OPEN_INVESTMENT, NOTIFY_PROPERTY_MANAGEMENT_REPORT, WINNING_INVESTMENT, LOSING_INVESTMENT, INVESTMENT_DEPOSITED, DIVIDEND_EXECUTED, REPAYMENT_EXECUTED, ORDER_CONFIRMED, ORDER_COMPLETED, NOTIFY_PAYMENT_RECORD, NOTIFICATION_OF_TRANSFER_ACCOUNT, CREATE_CUSTOMER_PROFILE, ACCEPT_FUND_INVITE, REJECT_FUND_INVITE, SEND_INVITATION
(no description)
(no description)
Request Url Example
https://uat-api.treex.jp/rest/customer/history/mails