Add Chameleon Watchlist


Description

This method is used to add the McNumber by inputting MC# or DOT# in Chameleon Watchlist with Chameleon Note.

Authentication

Requires HTTP BASIC authentication.

HTTP Methods

Accepts POST requests.

URI

/api/2.0/creditors/{creditor}/chameleon/watchlist

Path Variables

Name Required/Optional Description Validation
creditor required The UUID of the creditor in the system Creditor UUID should exist in the system

Parameters

No HTTP parameters.

JSON Body

Name Required/Optional Description Validation
number required The MC or DOT Number
chameleonNote optional The chameleon Note

Curl Example

Request

curl -u apiuser:test -H "Accept: application/json" -H "Content-Type: application/json; charset=UTF-8" -X POST -d "{\"number\":\"100\", \"chameleonNote\":\"Testing comments\"}" "https://www.factorsnetwork.com/api/2.0/creditors/e6aaa036-2121-d11d-dd33-869ffac113be/chameleon/watchlist"
							

Response

No Response