diff --git a/getLeiStatus.md b/getLeiStatus.md index 490d4af..6f315e2 100644 --- a/getLeiStatus.md +++ b/getLeiStatus.md @@ -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