Updated getLeiStatus (markdown)

master
Igors Savins 2020-02-18 15:10:27 +02:00
parent 75117decf8
commit acfbec8bfb
1 changed files with 9 additions and 9 deletions

@ -17,15 +17,15 @@ This call is used to check the LEI Order Status. Both 'LEI - Create New LEI' and
If no errors in request following parameters will be returned:
* "lei_id" - unique lei ID
* "status" - Enum: ('active','cancelled','expired','incomplete','pending','processing','rejected','revoked','unpaid','need_action')
* "product_id" - Required. Product ID, can be taken from getAllProducts method.
* "confidence_level" - Optional.
* "le_number" - LEI code
* "valid_from" - Date
* "valid_till" - Date
* "legal_address" - Optional.
* "headquarters_address" - Optiona
* lei_id - unique lei ID.
* status - Enum: ('active','cancelled','expired','incomplete','pending','processing','rejected','revoked','unpaid','need_action')
* product_id - Required. Product ID, can be taken from getAllProducts method.
* confidence_level - Optional.
* lei_number - LEI code.
* valid_from - Date.
* valid_till - Date.
* legal_address - Optional.
* headquarters_address - Optional.
###### Example code