Method: locations.placeActionLinks.create

지정된 위치와 연결된 작업 옵션 링크를 만들고 반환합니다. parent, placeActionLink.uri, placeActionLink.place_action_type가 이전 요청과 동일한 경우 중복 요청으로 간주됩니다.

HTTP 요청

POST https://mybusinessplaceactions.googleapis.com/v1/{parent=locations/*}/placeActionLinks

URL은 gRPC 트랜스코딩 구문을 사용합니다.

경로 매개변수

매개변수
parent

string

필수 항목입니다. 이 장소 작업 링크를 만들 위치의 리소스 이름입니다. locations/{locationId}.

요청 본문

요청 본문에는 PlaceActionLink의 인스턴스가 포함됩니다.

응답 본문

성공한 경우 응답 본문에 새로 생성된 PlaceActionLink의 인스턴스가 포함됩니다.

승인 범위

다음 OAuth 범위가 필요합니다.

  • https://www.googleapis.com/auth/business.manage

자세한 내용은 OAuth 2.0 개요를 참고하세요.