action landregistry_add_deed { label: "Deed" description: "The post Deed endpoint creates a new deed based on the JSON provided.\n The reponse will return a URL that can retrieve the created deed. \n > REQUIRED: Land Registry system requests Conveyancer to confirm that the Borrowers identity has been established in accordance with Section 111 of the Network Access Agreement." provider: landregistry method: POST path: "/deed/" encoding: json output: { type: "object" additionalProperties: true } }