0

Postman で実行すると機能する httpwebrequest Patch Method があります。その中にパスパラメータがあるためです。

https://testapi.kyoo.com/api/v3/businessportal/queues/:branchId/:queueGroupId/:queueId/:state

パラメータがあります:

:branchId :80971198-4983-45a5-a4f4-bbf486dd88d1
:queueGroupId : 8b19f885-1903-43d9-9b2f-b226ac8749e4
:queueId : f3906c41-9d95-4746-aa13-d2e39eb59c99
:state : done

私の問題は、このhttpwebrequest(以下)を使用する場合です

https://testapi.kyoo.com/api/v3/business-portal/queues?:branchId =80971198-4983-45a5-a4f4-bbf486dd88d1&:queueGroupId=8b19f885-1903-43d9-9b2f-b226ac8749e4&:queueId=f3906c41-9d95-4746-aa13-d2e39eb59c99&:state=done

それは私に「内部サーバーエラー500」を与えます

私は何を取りこぼしたか?

ちなみに、.netでコーディングしたいのですが、パラメーターを渡す方法がわかりません。

4

1 に答える 1