Invalid parameter value

Problem type

invalid-parameter-value

Status code

400 Bad Request

Reasons

Indicates that you provided an invalid value for a request parameter (i.e. query parameter). Common cases include:

  • Providing a non existent list as target list for a recipient import

  • Providing a list of the wrong type as target list for a recipient import

  • Providing a non existent test profile for rendering the content of a mailing

Remedy

Check all request parameters for validity. The documentation of the request parameters should contain information on the valid values.

In case you receive this problem document in response to an attempt to start a recipient import, check the listId parameter. The provided ID must correspond with an existing list of type STANDARD.

In case you receive this problem document in response to an attempt to render the content of a mailing, check the testProfileId parameter. The provided ID must correspond with an existing test profile.

Example problem document
HTTP/1.1 400 Bad Request
Content-Type: application/problem+json
Content-Length: 278

{
  "type" : "invalid-parameter-value",
  "title" : "invalid parameter value",
  "detail" : "no object was found for the referenced id",
  "_links" : {
    "documentation" : {
      "href" : "https://apidocs.inxmail.com/xpro/rest/v1/problems/invalid-parameter-value"
    }
  }
}