GET api/TMSApp/RecDelReport/GetContractDetailInfo?corpID={corpID}&status={status}
获取合同完成情况
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
corpID | integer |
Required |
|
status |
1.按日,2.按月,3.按年 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取合同完成情况
MsgBaseApiPageOfListOfContractCompleteInfoName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
Collection of ContractCompleteInfo |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": [ { "receiverId": 1, "receiverName": "sample string 2", "associationPlanWeight": 3.0, "associationCompleteWeight": 4.0, "associationEstimateWeight": 5.0, "teamworkPlanWeight": 6.0, "teamworkCompleteWeight": 7.0, "teamworkEstimateWeight": 8.0, "marketPlanWeight": 9.0, "marketCompleteWeight": 10.0, "marketEstimateWeight": 11.0 }, { "receiverId": 1, "receiverName": "sample string 2", "associationPlanWeight": 3.0, "associationCompleteWeight": 4.0, "associationEstimateWeight": 5.0, "teamworkPlanWeight": 6.0, "teamworkCompleteWeight": 7.0, "teamworkEstimateWeight": 8.0, "marketPlanWeight": 9.0, "marketCompleteWeight": 10.0, "marketEstimateWeight": 11.0 } ] }