Add MC Number to Carrier Monitoring


Description

This method is used to add MC number by inputting MC# or DOT# in Carrier Monitoring.

Authentication

Requires HTTP BASIC authentication.

HTTP Methods

Accepts POST requests.

URI

/api/2.0/creditors/{creditor}/carrier_monitoring/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

HTTP Parameters

No HTTP parameters.

JSON Body

Name Required/Optional Description Validation
number required The MC or DOT Number

Curl Example

Request

curl -u apiuser:test -H "Accept: application/json" -H "Content-Type: application/json; charset=UTF-8" -X POST -d "{\"number\":\"100\"}" "https://www.factorsnetwork.com/api/2.0/creditors/8fd01be3-7264-41ec-89da-09d665ad44e4/carrier_monitoring/watchlist"
						

Response

No Response