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

POST /api/files/stripe/upload

200 OK

OK

Response Example (200 OK)
{
  "Type": "string",
  "Name": "string",
  "LastModifiedDate": "string",
  "CloudFileProviderId": "string",
  "LastModifiedBy": "string",
  "SizeInBytes": "integer",
  "ContentType": "string",
  "Url": "string",
  "Id": "integer",
  "IsPublic": "boolean",
  "IsShared": "boolean",
  "FolderId": "string",
  "FileId": "string",
  "EditUrl": "string",
  "IsError": "boolean",
  "Exception": "string",
  "IsSystem": "boolean",
  "ContactId": "string",
  "IsReadOnly": "boolean",
  "FileHash": "string",
  "DisableShare": "boolean",
  "DisableOpen": "boolean"
}

Schema Definitions

FileModel: object

Type: string
Name: string
LastModifiedDate: string
CloudFileProviderId: string
LastModifiedBy: string
SizeInBytes: integer
ContentType: string
Url: string
Id: integer
IsPublic: boolean
IsShared: boolean
FolderId: string
FileId: string
EditUrl: string
IsError: boolean
Exception: string
IsSystem: boolean
ContactId: string
IsReadOnly: boolean
FileHash: string
DisableShare: boolean
DisableOpen: boolean
Example
{
  "Type": "string",
  "Name": "string",
  "LastModifiedDate": "string",
  "CloudFileProviderId": "string",
  "LastModifiedBy": "string",
  "SizeInBytes": "integer",
  "ContentType": "string",
  "Url": "string",
  "Id": "integer",
  "IsPublic": "boolean",
  "IsShared": "boolean",
  "FolderId": "string",
  "FileId": "string",
  "EditUrl": "string",
  "IsError": "boolean",
  "Exception": "string",
  "IsSystem": "boolean",
  "ContactId": "string",
  "IsReadOnly": "boolean",
  "FileHash": "string",
  "DisableShare": "boolean",
  "DisableOpen": "boolean"
}