Skip to main content

fieldError

Contains error info for the given field

fieldstring

Identifies the JSON request field.

Example: accountId
errorstring

The problem associated with field.

Example: AccountId is missing in the request. If multiple accounts are registered with same currency, accountId is mandatory.
fieldError
{
"field": "accountId",
"error": "AccountId is missing in the request. If multiple accounts are registered with same currency, accountId is mandatory."
}