Create a new proposal
Create a new proposal
POST https://api.sponseasy.com/v2/user/proposals
This endpoint allows you to create a new proposal.
Query Parameters
Name
Type
Description
form_process[form_id]
string
form_process[template_id]
string
{
status: "success",
data: {
proposal: {
id: id,
name: name,
slug: slug,
user_id: user_id,
status: status,
stats: stats,
settings: settings,
crm: {
leads: leads
},
template: { ... },
version_active: version,
versions: versions,
pages: [ { ... } ]
}
}
}{
status: "error",
message: ["error_message"]
}Last updated
Was this helpful?