Updated getLeiStatus (markdown)
parent
75117decf8
commit
acfbec8bfb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue