GrowthZone REST API API Reference

undefined

API Endpoint
https://app.memberzone.org
Request Content-Types: application/json
Response Content-Types: application/json
Schemes: https
Version: v1.0

Paths

GET /api/quickbooksdesktopimporter/postcustomers

Request Example
[
  {
    "this[]": "string",
    "Length": "integer"
  }
]
200 OK

OK

GET /api/quickbooksdesktopimporter/postinvoices

Request Example
[
  {
    "this[]": "string",
    "Length": "integer"
  }
]
200 OK

OK

Schema Definitions

String: object

this[]: string
Length: integer
Example
{
  "this[]": "string",
  "Length": "integer"
}