Duplicate a proposal
Duplicate a proposal
POST https://api.sponseasy.com/v2/user/proposal/:id/duplicate
This endpoint allows you to get free cakes.
Path Parameters
Name
Type
Description
token
string
Query Parameters
Name
Type
Description
id
string
{
status: "success",
data: {
proposal: {
id: '9b4db414-c5f5-45ea-883e-daa84bf6605a'
}
}
}{
status: "error",
message: ["error_message"]
}Last updated
Was this helpful?