action gerermesaffaires_get_spaces_space_id_documents_document_id_mailingprice { label: "get_spaces_spaceId_documents_documentId_mailingprice" description: "returns the number of pages and the price of the pdf to send by mail" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/documents/{documentId}/mailingprice" encoding: json input: { type: "object" properties: { documentId: { type: "string" } spaceId: { type: "string" } } required: ["documentId", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }