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


    Display String Field Name Field Type
    Entitycode* entitycode string

    *Mandatory parameter

    GetLegalEntityResponse

    Overview

    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

    {
      "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



    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.