Wolters Kluwer CCH® SureTax®

    Show / Hide Table of Contents

    SureTax Config API

    GET LegalEntities

    GET LegalEntities

    Overview

    The GET LegalEntities API endpoint facilitates the process of getting a legal entity info.

    OperationId: GET LegalEntities

    Authorization Method(s): OAuth

    Verb: GET

    End Point: /api/v1/Account/LegalEntities/{entitycode}



    Query Parameters
    Query parameters in an API operation are key-value pairs that are included in the URL of an API request to filter or modify the data returned by the API. They come after the `?` in the URL and are often used to pass optional parameters like search terms, pagination information, sorting criteria, or filters to narrow down the data in the response.

    Display String Field Name Field Type
    Entitycode* entitycode string

    *Mandatory parameter

    GetLegalEntityResponse

    Overview

    Represents the response containing the legal entity info.

    GetLegalEntityResponse
    Display NameField NameField Type
    Validation Key validationKeystring
    Entity Name entityNamestring
    Contact Numbers contactNumbersarray[ContactNumbersResponse]
    Entity Address entityAddressarray[EntityAddressResponse]
    Contact Persons contactPersonsarray[ContactPersonsResponse]
    Fein feinstring
    Website websitestring
    Notification Business Email notificationBusinessEmailstring
    Entity Description entityDescriptionstring
    ContactNumbersResponse
    Display NameField NameField Type
    Contact Number Type contactNumberTypestring
    Contact Phone Number contactPhoneNumberstring
    EntityAddressResponse
    Display NameField NameField Type
    Address1 address1string
    Address2 address2string
    City citystring
    State statestring
    Country countrystring
    Zipcode zipcodestring
    Plus4 plus4string
    ContactPersonsResponse
    Display NameField NameField Type
    Person Type personTypestring
    Person Name personNamestring
    Email Address emailAddressstring

    Example Response

    The following is an example response you can expect for this operation

    {
      "validationKey": "7dd28433-3c1b-4a44-a723-89aa9ead9a9b",
      "entityName": "003258888",
      "contactNumbers": [
        {
          "contactNumberType": "Office",
          "contactPhonenumber": "1238123234"
        }
      ],
      "entityAddress": {
        "address1": "1567 Street ct",
        "address2": "",
        "city": "Frisco",
        "state": "TX",
        "country": "US",
        "zipcode": "11111",
        "plus4": "1234"
      },
      "contactPersons": [
        {
          "personType": "PRIMARY",
          "personName": "testname",
          "emailAddress": "example@example.com"
        }
      ],
      "fein": "1234567890",
      "website": "www.example.com",
      "notificationBusinessEmail": "business@wk.com",
      "entityDescription": "Description"
    }
    Response Codes
    Response codes in an API indicate the outcome of a request. They are three-digit numbers returned by the server to help the client understand if the request was successful, encountered an error, or needs further action. This operation has the following possible responses.

    code description
    200 The API Response contains the information of the legal entity.
    204 204 No Content If no records are found for the provided request, the API will respond with a No Content status.
    400 Bad request. Invalid parameters or missing required information.
    401 Unauthorized access. The request requires user authentication.
    500 Internal server error. An error occurred while processing the request.




    Enter Environment Credentials








    Wolters Kluwer Product Name - Page anchor links toWolters Kluwer Product Name - Page anchor links to
    © Wolters Kluwer and/or its affiliates. All rights reserved.