0
/// <summary>
/// This method will retrieve a company in portal
/// </summary>
/// <param name="UserName">This is the Username assigned to a company to allow service procesing</param>
/// <param name="ActualCompanyName">Actual Name of the company</param>
/// <returns>This returns a PortalCompany object <see cref="PortalCompany"/> upon successful completion. If a failure arises it will return <see cref="SiteAccessException"/> object. The restful nodes will return</returns>
[OperationContract]
[WebInvoke(Method = "GET",
UriTemplate = "GetCompany/{UserName}/{ActualCompanyName}")]
[SwaggerWcf.Attributes.SwaggerWcfPath("Get Company", "Get Company to the portal")]
PortalCompany GetCompany(String UserName, String ActualCompanyName);
这是我的操作合同。我需要查看本节中的说明。请参阅图片以供参考。Swagger UI说明
谢谢你这么多。如果价值是否需要呢? – Athan
@不然,在涵盖必填字段的文档中有一个例子 – Fals
谢谢。是的,实际上已经做到了男人,干杯。请多多关注。如何将文本框内的“必需”标签更改为“可选”,例如? – Athan