Updated getLeiStatus (markdown)
parent
acfbec8bfb
commit
7becab361f
|
@ -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:
|
If no errors in request following parameters will be returned:
|
||||||
|
|
||||||
* lei_id - unique lei ID.
|
* lei_id - Required. Unique lei ID.
|
||||||
* status - Enum: ('active','cancelled','expired','incomplete','pending','processing','rejected','revoked','unpaid','need_action')
|
* status - Required. Enum: ('active','cancelled','expired','incomplete','pending','processing','rejected','revoked','unpaid','need_action')
|
||||||
* product_id - Required. Product ID, can be taken from getAllProducts method.
|
* product_id - Required. Product ID, can be taken from getAllProducts method.
|
||||||
* confidence_level - Optional.
|
* confidence_level - Optional.
|
||||||
* lei_number - LEI code.
|
|
||||||
* valid_from - Date.
|
|
||||||
* valid_till - Date.
|
|
||||||
* legal_address - Optional.
|
* legal_address - Optional.
|
||||||
* headquarters_address - Optional.
|
* headquarters_address - Optional.
|
||||||
|
* lei_number - If lei is active. LEI code.
|
||||||
|
* valid_from - If lei is active. Date.
|
||||||
|
* valid_till - If lei is active. Date.
|
||||||
|
|
||||||
|
|
||||||
###### Example code
|
###### Example code
|
||||||
|
|
Loading…
Reference in New Issue