取得單一計畫的指定錢包資訊
Path Parameters
- prj_sys_code string required
系統計畫代碼 (ex. MSTXXXXXX)
- wallet_code string required
錢包代碼
Responses
- 200
- 400
- 401
- 403
- 404
- application/json
- success
- Schema
- Example (from schema)
Schema
- project_sys_code string
計畫代號
- project_name string
計畫名稱
- wallet_code string
錢包代碼
- wallet_name string
錢包名稱
- is_mother string
是否為母錢包
- owner_account string
錢包擁有者帳號
- owner_name string
錢包擁有者姓名
- su_qouta string
錢包目前可用額度(錢包剩餘額度 + 計畫信用額度 + poc額度 - 帳單出帳未繳 - 已使用未出帳)
- wallet_type string
錢包類型
- wallet_id string
錢包id
- original_quota string
錢包剩餘額度
- prj_credit_quota string
計畫信用額度
- prj_poc_quota string
計畫poc額度
- prj_su_quota string
計畫剩餘額度
- prj_obtained_su string
計畫累計可用額度
{
"project_sys_code": "string",
"project_name": "string",
"wallet_code": "string",
"wallet_name": "string",
"is_mother": "string",
"owner_account": "string",
"owner_name": "string",
"su_qouta": "string",
"wallet_type": "string",
"wallet_id": "string",
"original_quota": "string",
"prj_credit_quota": "string",
"prj_poc_quota": "string",
"prj_su_quota": "string",
"prj_obtained_su": "string"
}
- response
{
"project_sys_code": "MSTXXXXXX",
"project_name": "XXX部計畫XXXXXX",
"wallet_code": "XXXXXXXX",
"wallet_name": "母錢包",
"is_mother": "是",
"owner_account": "xxx@xxx.xxx",
"owner_name": "XXX",
"su_qouta": "0.0000",
"wallet_type": "mother",
"wallet_id": "83",
"original_quota": "X.XXXX",
"prj_credit_quota": "XXXXX",
"prj_poc_quota": "XXXXX",
"prj_su_quota": "X.XXXX",
"prj_obtained_su": "XXXXX"
}
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
Array [code integer錯誤碼
message string錯誤訊息
]
{
"errors": [
{
"code": 0,
"message": "string"
}
]
}
- application/json
- Schema
- Example (from schema)
- response
Schema
errors object[]
Array [code integer錯誤碼
message string錯誤訊息
]
{
"errors": [
{
"code": 0,
"message": "string"
}
]
}
{
"errors": [
{
"code": 89,
"message": "Invalid or expired token. Try to get a new one."
}
]
}
- application/json
- Schema
- Example (from schema)
- response
Schema
errors object[]
Array [code integer錯誤碼
message string錯誤訊息
]
{
"errors": [
{
"code": 0,
"message": "string"
}
]
}
{
"errors": [
{
"code": 385,
"message": "Data is deleted or not visible to you."
}
]
}
- application/json
- Schema
- Example (from schema)
- response
Schema
errors object[]
Array [code integer錯誤碼
message string錯誤訊息
]
{
"errors": [
{
"code": 0,
"message": "string"
}
]
}
{
"errors": [
{
"code": 2001,
"message": "No data found."
}
]
}
Loading...