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/wms/import/wizard

Response Example (200 OK)
{
  "WMSImportStartStep": "string",
  "WMSImportFileStep": "string",
  "WMSImportConfirmationStep": "string"
}

POST /api/wms/import/wizard

Request Example
{
  "WMSImportStartStep": "string",
  "WMSImportFileStep": "string",
  "WMSImportConfirmationStep": "string"
}
200 OK

OK

Schema Definitions

WMSImportWizardModel: object

WMSImportStartStep: string
WMSImportFileStep: string
WMSImportConfirmationStep: string
Example
{
  "WMSImportStartStep": "string",
  "WMSImportFileStep": "string",
  "WMSImportConfirmationStep": "string"
}

IHttpActionResult: object

Example
"object"