Skip to main content

RelationshipUpsertErrorItem

statusintegerrequired

HTTP status code for this operation

Example: 400
error objectrequired

Error details for the failed operation

property name* string[]

Array of error messages for the specific field

Possible values: <= 500 characters

  • Array [
  • string

    Possible values: <= 500 characters

  • ]
  • RelationshipUpsertErrorItem
    {
    "status": 400,
    "error": {
    "target": [
    "Organization not found"
    ],
    "type": [
    "This field is required."
    ]
    }
    }