Bad Request
Internal server error
Boolean status whether request was successful or not
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
returns the SmtpConfig having accountId as specified in request
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Returns updated config
{- "uuid": "string",
- "accountId": "string",
- "name": "string",
- "value": {
- "host": "string",
- "port": 0,
- "fromAddress": "string",
- "useSSL": true,
- "startTLS": true,
- "username": "string",
- "password": [
- "string"
], - "delegateSelectors": [
- "string"
]
}
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Returns created config
{- "uuid": "string",
- "accountId": "string",
- "name": "string",
- "value": {
- "host": "string",
- "port": 0,
- "fromAddress": "string",
- "useSSL": true,
- "startTLS": true,
- "username": "string",
- "password": [
- "string"
], - "delegateSelectors": [
- "string"
]
}
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Returns validation Result
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Returns validation Result
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}