Get Note Type Deny List


Description

This method will return note type deny list based on creditor in the system.

Authentication

Requires HTTP BASIC authentication.The authenticating user must be associated with the creditor.

HTTP Methods

Accepts GET requests.

URI

/api/creditor/{uuid}/note_type_deny_list

Path Variables

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

HTTP Parameters

No HTTP parameters.

Curl Example

Request

curl -k -u apiuser:test -X GET "https://www.factorsnetwork.com/api/creditor/e6aaa036-2121-d11d-dd33-869ffac113be/note_type_deny_list"
						

Response

{
  "creditor" : "e6aaa036-2121-d11d-dd33-869ffac113be",
  "days" : "100",
  "addressChangeMin" : 10,
  "addressChangeStatus" : "DENIED",
  "addressMailStoreMin" : 2,
  "addressMailStoreStatus" : "DENIED",
  "alteregofirmMin" : null,
  "alteregofirmStatus" : null,
  "bankruptcyFiledMin" : null,
  "bankruptcyFiledStatus" : null,
  "bondTrustMin" : null,
  "bondTrustStatus" : null,
  "businessCloseMin" : null,
  "businessCloseStatus" : null,
  "cancelLeaseMin" : null,
  "cancelLeaseStatus" : null,
  "companyReceivershipMin" : null,
  "companyReceivershipStatus" : null,
  "creditHoldMin" : null,
  "creditHoldStatus" : null,
  "creditRevokedMin" : null,
  "creditRevokedStatus" : null,
  "dormantMcResurrectedMin" : null,
  "dormantMcResurrectedStatus" : null,
  "doubleBrokeringMin" : null,
  "doubleBrokeringStatus" : null,
  "fraudAccountMin" : null,
  "fraudAccountStatus" : null,
  "holdingsLoadsHostageMin" : null,
  "holdingsLoadsHostageStatus" : null,
  "judgmentMin" : null,
  "judgmentStatus" : null,
  "locatedAtSameAddressMin" : null,
  "locatedAtSameAddressStatus" : null,
  "onCashTermsMin" : null,
  "onCashTermsStatus" : null,
  "ownershipChangeMin" : null,
  "ownershipChangeStatus" : null,
  "paidOverNoticeMin" : 2,
  "paidOverNoticeStatus" : "REVIEW_REQUIRED",
  "parentOrAffiliateMin" : null,
  "parentOrAffiliateStatus" : null,
  "phoneDisconnectedMin" : null,
  "phoneDisconnectedStatus" : null,
  "possibleAffiliateMin" : null,
  "possibleAffiliateStatus" : null,
  "refusalOfNoasMin" : null,
  "refusalOfNoasStatus" : null,
  "returnedCheckEftMin" : null,
  "returnedCheckEftStatus" : null,
  "returnedEquipmentMin" : null,
  "returnedEquipmentStatus" : null,
  "skippedNoForwardingMin" : null,
  "skippedNoForwardingStatus" : null,
  "slowPayMin" : null,
  "slowPayStatus" : null,
  "stopPaymentOnCheckMin" : null,
  "stopPaymentOnCheckStatus" : null,
  "writeOffMin" : null,
  "writeOffStatus" : null,
  "noBuyMin" : null,
  "noBuyStatus" : null,
  "offNoBuyMin" : null,
  "offNoBuyStatus" : null
}

Note: Responses will not be pretty printed when using the API, but have been formatted here for documentation purposes.