GET api/insurance/list/{Lang}/{PlanId}
獲取保險計劃列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PlanId |
計劃ID |
integer |
Required |
Lang |
語言 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
獲取保險計劃列表
ReturnResultOfListOfPlanInfoResponseName | Description | Type | Additional information |
---|---|---|---|
data | Collection of PlanInfoResponse |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "planid": 1, "apiid1": "sample string 2", "apiid2": "sample string 3", "minpax": 4, "maxpax": 5, "minorderday": 6, "maxorderday": 7, "infantage": 8, "childage": 9, "adultage": 10, "planname": { "languagecode": "sample string 1", "planname": "sample string 2" } }, { "planid": 1, "apiid1": "sample string 2", "apiid2": "sample string 3", "minpax": 4, "maxpax": 5, "minorderday": 6, "maxorderday": 7, "infantage": 8, "childage": 9, "adultage": 10, "planname": { "languagecode": "sample string 1", "planname": "sample string 2" } } ], "code": 1, "message": "sample string 2" }