This s a documentation page for our shiny new REST API - you weren't meant to find it. This API isn't ready for public use yet. We're chopping and changing it a LOT as we grow it. So if you build something that uses it then it's very likely to break in a future update. Don't say you weren't warned!
URL: | https://api.kashflow.com/v2//documents/customers/{guid}?envelopetype={envelopetype} |
Method(s): | GET |
Response Formats: | responseformats |
Description: | This method allows to generate pdf with customers address on specified envelope type. |
GET Operation
GET would return a pdf document with FullName, Name and the address printed on an Envelope size document corresponding to customer identified by the guid. The guid is fetched from GET of Customer.
Parameter envelopetype should be replaced with C5, DL or Dymo. If envelopetype is not specified the default envelope would be DL.
URL : /documents/customers/{guid}?envelopetype={envelopetype}