학습
모듈
Access REST services from within Dynamics 365 Business Central - Training
Learn how to use HTTP data types, connect to external REST services, and handle JSON data in Dynamics 365 Business Central.
HTTP 메서드를 지정합니다.
이름 | 값 | 묘사 |
---|---|---|
WebMethod.Delete | 삭제 | HTTP에 대한 DELETE 메서드를 지정합니다. |
WebMethod.Get | "GET" | HTTP에 대한 GET 메서드를 지정합니다. |
WebMethod.Head |
머리 | HTTP에 대한 HEAD 메서드를 지정합니다. |
WebMethod.Patch | 패치 | HTTP에 대한 PATCH 메서드를 지정합니다. |
WebMethod.Post | 게시물 | HTTP에 대한 POST 메서드를 지정합니다. |
WebMethod.Put | "PUT" | HTTP에 대한 PUT 메서드를 지정합니다. |
이러한 필드는 사용자 지정 커넥터의 컨텍스트에서만 작동합니다.
학습
모듈
Access REST services from within Dynamics 365 Business Central - Training
Learn how to use HTTP data types, connect to external REST services, and handle JSON data in Dynamics 365 Business Central.