共用方式為


RestRequest interface

組成 REST 要求的屬性

屬性

authentication

要求中向健康情況提供者要求的驗證資訊。

method

要用於要求的 HTTP 方法。 可能的值包括:'GET'、'POST'

uri

要用於要求的 HTTP URI。

屬性詳細資料

authentication

要求中向健康情況提供者要求的驗證資訊。

authentication: RestRequestAuthenticationUnion

屬性值

method

要用於要求的 HTTP 方法。 可能的值包括:'GET'、'POST'

method: RestRequestMethod

屬性值

uri

要用於要求的 HTTP URI。

uri: string

屬性值

string