Create Close Tradeline View Set

  1. Validate the Request input params
  2. Validate the Request Token and get the Partner
  3. Get tradeline by the id
  4. Make some validation for the tradeline (eligible, already open, etc.)
  5. Close an Opened tradeline for the consumer (CANNOT BE OPENED AGAIN)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

consumer_idstringRequired

Request

This endpoint expects an object.
tradeline_idstringRequiredformat: "uuid"

Response

tradeline_idstringformat: "uuid"