Skip to content

Create Invoice

Create invoice from external source. Curl example below:

  curl -X POST https://api.cleanwize.cloud/CL3A/api/cl/info \
    -H 'Content-Type: application/json' \
    -d '{"meta":{"vendor":"?","organization":"?","apikey":"?"},"data":{"zip":"?"}}'