Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This method allows to get existing contract existing in legal entity contract by its id with GB_CBP type through the MIS

...

  1. Verify the validity of api-key

    1. Return 401 in case validation fails

  2. Check scopes in order to perform this action (scope = 'global_contracts:read')

    1. Return 403 in case invalid scope(s)

Process

  1. Show requested contract.

    1. If requested contract was deleted (is_active = false) or not exist, show 404 Not found instead

    2. If contractor_legal_entity_id from requested contract id not equal client_id from token, show 404 Not found instead