POST
/
api2
/
v1
/
quotes
/
email
Email quotes
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v1/quotes/email \
  --header 'Content-Type: application/json' \
  --data '{
  "quotes": [
    {
      "uid": "<string>"
    }
  ],
  "subject": "<string>",
  "body": "<string>",
  "cc": "<string>",
  "bcc": "<string>"
}'
{
  "recipients": [
    "<string>"
  ]
}

Body

application/json

Response

200
application/json

successful operation

The response is of type object.