API ကိုးကားချက်

proposals

ဤနေရာတွင် အမှတ်အသား 16 ခု ရှိသည်။ တစ်ခုချင်းစီတွင် ၎င်းတို့၏ ကိုယ်ပိုင်ဘောင်များ၊ တုံ့ပြန်ချက်များနှင့် သင် လုပ်ဆောင်နိုင်သော တောင်းဆိုချက်တို့ပါရှိသော ၎င်းတို့၏ကိုယ်ပိုင်စာမျက်နှာ ရှိသည်။

developer စာရွက်စာတမ်းအားလုံး

နည်းလမ်းလမ်းကြောင်းလုပ်ဆောင်ချက်ခွင့်ပြုချက်
GET/v1/proposalsThe proposals this organisation has written — draft, sent, accepted and running.agency.invoicing.view
POST/v1/proposalsDraft a proposal. Nothing is sent until send.agency.invoicing.manage
GET/v1/proposals/{proposalId}One proposal, with its lines, live invoice and full audit trail.
PATCH/v1/proposals/{proposalId}Edit a proposal before it is accepted.
POST/v1/proposals/{proposalId}/completeMark the project finished. The room stays readable.
POST/v1/proposals/{proposalId}/resend-linkReplace the recipient's link and e-mail the new one.
POST/v1/proposals/{proposalId}/sendIssue the current edits as a new revision and e-mail the recipient a fresh link.
POST/v1/proposals/{proposalId}/withdrawTake back a proposal that has not been accepted.
GET/v1/public/proposal-labelsThe proposal page's labels in one language, with no proposal. Unauthenticated.
GET/v1/public/proposals/{token}The recipient's page — the document, its invoice and the project room. Unauthenticated.
POST/v1/public/proposals/{token}/acceptAccept the newest revision. Raises its invoice in the same transaction.
POST/v1/public/proposals/{token}/changesAsk the sender for an amended proposal.
POST/v1/public/proposals/{token}/declineDecline the proposal, optionally saying why.
POST/v1/public/proposals/{token}/filesShare a file into the project. Scanned before anyone can download it.
GET/v1/public/proposals/{token}/files/{attachmentId}Download a shared file — only once its virus scan has passed.
POST/v1/public/proposals/{token}/messagesPost a message into the project thread. Visible to both parties.