Wolters Kluwer CCH® SureTax®

    Show / Hide Table of Contents

    SureTax Config API

    PUT LegalEntities

    PUT LegalEntities

    Overview

    The PUT LegalEntities API endpoint facilitates the process of modifying a legal entity.

    OperationId: PUT LegalEntities

    Authorization Method(s): OAuth

    Verb: PUT

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


    Request Body
    Request Model
    Display NameField NameField Type
    Entity Name *entityNamestring
    Is Active isActivebool
    Fein *feinstring
    Website websitestring
    Notification Business Email *notificationBusinessEmailstring
    Entity Description *entityDescriptionstring
    Entity Address *entityAddressentityAddress
    Contact Numbers *contactNumbersarray[contactNumber]
    Contact Persons *contactPersonsarray[contactPerson]
    entityAddress
    Display NameField NameField Type
    Address1 *address1string
    Address2 address2string
    City *citystring
    State *statestring
    Country *countrystring
    Zipcode *zipcodestring
    Plus4 plus4string
    contactNumber
    Display NameField NameField Type
    Contact Number Type *contactNumberTypestring
    Contact Phone Number *contactPhoneNumberstring
    contactPerson
    Display NameField NameField Type
    Person Type *personTypestring
    Person Name *personNamestring
    Email Address *emailAddressstring

    Example Request

    The following is an json request for this operation.

    {
      "entityName": "testentity",
      "isActive": true,
      "contactNumbers": [
        {
          "contactNumberType": "BusinessOther2",
          "contactPhonenumber": "8148128234"
        }
      ],
      "entityAddress": {
        "address1": "address1",
        "address2": "string",
        "city": "city",
        "state": "TX",
        "country": "US",
        "zipcode": "12345",
        "plus4": "1234"
      },
      "contactPersons": [
        {
          "personType": "Primary",
          "personName": "testname",
          "emailAddress": "test@test.com"
        }
      ],
      "fein": "1234567890",
      "website": "www.test.com",
      "notificationBusinessEmail": "business@wk.com",
      "entityDescription": "entity description"
    }

    *Mandatory parameter


    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 Successful API response.
    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.