서비스에 알림 URL 을 등록합니다.

RESPONSE EXAMPLE

{
	// 서비스계정 번호
	"svc_owner_id": 100070,

	// 전송알림 URL    
	"send": "http://yourdomain/send",

	// 계약완료 URL        
	"complete": "http://yourdomain/complete",
    
	// 작성거절 URL            
	"reject": null,
}
Language
Authorization
Click Try It! to start a request and see the response here!