v1

latestOpenAPI 3.0.02026-07-24226294602.4 KB
Client Criteria

Update Client Criteria

Update a Criteria in a Client Progression.

put/progressions/client-progressions/{client_progression_id}/client-criteria/{client_criteria_id}

Path parameters

client_criteria_idinteger required

client criteria id

client_progression_idinteger required

client progression id

Headers

x-api-keystring required

A valid API key. If you don't have one, please request one through the Web Integrations screen.

Request body

is_completestring

Is Criteria Complete

current_countinteger

The current progress count a client has for this tracker. ex. 3 class attended.

Response

Data of the updated Client Criteria

wodify_validation_resultstring

The purpose of this attribute is to save any UserException message, that is, and user friendly message that should be shown to the end user.

Example response

{
  "client_criteria": {
    "id": 1234567891234567,
    "criteria_id": 1234567891234567,
    "completed_on_date": "2014-12-31",
    "created": {
      "created_by_id": 1234567891234567,
      "created_on_datetime": "2014-12-31T23:59:59.938Z"
    },
    "updated": {
      "updated_by_id": 1234567891234567,
      "updated_on_datetime": "2014-12-31T23:59:59.938Z"
    }
  }
}