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
200 OK
OK
Response Example (200 OK)
{
"WMSImportStartStep": "string",
"WMSImportFileStep": "string",
"WMSImportConfirmationStep": "string"
}
POST /api/wms/import/wizard
undefined
Request Example
{
"WMSImportStartStep": "string",
"WMSImportFileStep": "string",
"WMSImportConfirmationStep": "string"
}
200 OK
OK