GET api/e/ys/SPByEntIDSPInfo?memberID={memberID}&enterpriseID={enterpriseID}
根据数字系统ID获得申请服务商信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
memberID |
会员编号 |
globally unique identifier |
Required |
enterpriseID |
数字系统ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ISReject 是否驳回 false 表示不是驳回 true 表示是被驳回 RejectInfo //驳回意见 CanApply 是否可以申请 false 表示不可以申请 true 表示可以申请 申请按钮显示 model = new SProviderModel(),
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.