Skip to main content

createUpdateQualsOnZamplia

POST 

/api/suppliers/createQualsOnZamplia

Allows adding or updating qualifications for a project’s respondents.

Request

Body

    status integer

    Status code indicating the outcome of the request (e.g., 200 for success).

    Qualifications

    object[]

    Array of qualification criteria to add or update for the project.

  • Array [

  • question_id integer

    Unique identifier for the qualification question.

    option_ids string[]

    List of selected option identifiers for the qualification question.

  • ]

Responses

Successful response

Schema

    status integer
    message string
Loading...