UpdateStorePayGreenConfigurationRequest.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/marketing-update-store-pay-green-configuration-request-schema.json", "title": "UpdateStorePayGreenConfigurationRequest", "description": "UpdateStorePayGreenConfigurationRequest.", "type": "object", "properties": { "Active": { "description": "Active.", "type": "boolean", "example": true }, "PayGreenConfigurationId": { "format": "int32", "description": "PayGreenConfigurationId.", "type": "integer", "example": 500123 } } }