TAG LINE
TAG LINE
SMALL TITLE

Tax / Vendor

(API Version v6)


Represents a list of tax vendors including LogiSense or a 3rd party integration.


What can you do with TaxVendor?


Properties

Property Details
identity
READ-ONLY
"identity": 4
Type: Number
This is the unique numeric identifier for the TaxVendor
ownerId
READ-ONLY
"ownerId": 15
Type: Number
Unique identifier for the associated Owner object.
ownerName
READ-ONLY
"ownerName": "Sample Name"
Type: String
The name of the object associated with the ownerId property.
name
"name": "AvaTax"
Type: String
User defined name for the Vendor
companyIdentifier
"companyIdentifier": "logisense_co"
Type: String
Vendor supplied identifier that represents the 3rd party identifier for the integration.
uRL
"uRL": "https://mytaxintegrator.com/integrate"
Type: String
Path to integration endpoint
clientId
"clientId": "12313-13123-3123"
Type: String
Integration identifier for integration
clientProfileId
"clientProfileId": "12313-13123-3123"
Type: String
Integration profile identifier for integration
isActive
"isActive": true
Type: Boolean
Whether or not this Tax Vendor can actively be used.
taxVendorServiceClassId
"taxVendorServiceClassId": 26
Type: Number
Unique identifier for the associated TaxVendorServiceClass object.
taxVendorServiceClassName
"taxVendorServiceClassName": "Sample Name"
Type: String
The name of the object associated with the taxVendorServiceClassId property.
taxVendorBusinessClassId
"taxVendorBusinessClassId": 7
Type: Number
Unique identifier for the associated TaxVendorBusinessClass object.
taxVendorBusinessClassName
"taxVendorBusinessClassName": "Sample Name"
Type: String
The name of the object associated with the taxVendorBusinessClassId property.
taxVendorTypeId
"taxVendorTypeId": 17
Type: Number
Unique identifier for the associated TaxVendorType object.
taxVendorTypeName
"taxVendorTypeName": "Sample Name"
Type: String
The name of the object associated with the taxVendorTypeId property.
defaultAccountTaxCategoryId
"defaultAccountTaxCategoryId": 17
Type: Number
Unique identifier for the associated AccountTaxCategory object.
defaultAccountTaxCategoryName
"defaultAccountTaxCategoryName": "Sample Name"
Type: String
The name of the object associated with the defaultAccountTaxCategoryId property.
defaultServiceTaxCategoryId
"defaultServiceTaxCategoryId": 4
Type: Number
Unique identifier for the associated ServiceTaxCategory object.
defaultServiceTaxCategoryName
"defaultServiceTaxCategoryName": "Sample Name"
Type: String
The name of the object associated with the defaultServiceTaxCategoryId property.
userKeyName
"userKeyName": "Hello World"
Type: String
passwordKeyName
"passwordKeyName": "Hello World"
Type: String
facilities
"facilities": true
Type: Boolean
franchise
"franchise": true
Type: Boolean
regulated
"regulated": true
Type: Boolean


End Points

DELETETax/Vendor/{id}
Delete an instance of the TaxVendor object. Upon successful delete, this API will return a record of all of the reelated objects deleted with this operation. The specifics on which objects have been deleted will depend on which related objects have been populated in the system.
{id}Unique identifier for the TaxVendor object.
Delete an instance of the TaxVendor object.
DELETE Tax/Vendor/{id}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "type": "delete",
    "results": {
        "totalCount": 4,
        "items": [
            {
                "identity": 1,
                "action": "deleted",
                "dtoTypeKey": "taxVendor"
            },
            {
                "lhsId": 2,
                "rhsId": 2,
                "action": "detached",
                "dtoTypeKey": "sampleObjectConnector"
            },
            {
                "foreignKeyIdentity": 2,
                "action": "deleted",
                "dtoTypeKey": "sampleObject"
            }
        ]
    }
}
GETTax/Vendor/
Retrieve all of the TaxVendor objects.
Retrieve all of the TaxVendor objects.
GET Tax/Vendor/
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "totalCount": 1,
    "items": [
        {
            "identity": 1,
            "ownerId": 22,
            "ownerName": "Sample Text Data",
            "name": "AvaTax",
            "companyIdentifier": "logisense_co",
            "uRL": "https://mytaxintegrator.com/integrate",
            "clientId": "12313-13123-3123",
            "clientProfileId": "12313-13123-3123",
            "isActive": true,
            "taxVendorServiceClassId": 4,
            "taxVendorServiceClassName": "Sample Text Data",
            "taxVendorBusinessClassId": 27,
            "taxVendorBusinessClassName": "Sample Text Data",
            "taxVendorTypeId": 11,
            "taxVendorTypeName": "Sample Text Data",
            "defaultAccountTaxCategoryId": 21,
            "defaultAccountTaxCategoryName": "Sample Text Data",
            "defaultServiceTaxCategoryId": 22,
            "defaultServiceTaxCategoryName": "Sample Text Data",
            "userKeyName": "Sample Text Data",
            "passwordKeyName": "Sample Text Data",
            "facilities": true,
            "franchise": true,
            "regulated": true
        }
    ]
}
GETTax/Vendor/Paged
Retrieve all of the TaxVendor objects in a paged fashion. This endpoint implements pagination for its results. Individual pages can be requested to return a particular paged set in the list of results. To learn more, see details on working with paginated endpoints.
Retrieve all of the TaxVendor objects in a paged fashion.
GET Tax/Vendor/Paged
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "pagination": {
        "pageNumber": 1,
        "pageSize": 20,
        "excludeTotalCount": false
    },
    "pagedResults": {
        "totalCount": 1,
        "items": [
            {
                "identity": 1,
                "ownerId": 23,
                "ownerName": "Sample Text Data",
                "name": "AvaTax",
                "companyIdentifier": "logisense_co",
                "uRL": "https://mytaxintegrator.com/integrate",
                "clientId": "12313-13123-3123",
                "clientProfileId": "12313-13123-3123",
                "isActive": true,
                "taxVendorServiceClassId": 21,
                "taxVendorServiceClassName": "Sample Text Data",
                "taxVendorBusinessClassId": 9,
                "taxVendorBusinessClassName": "Sample Text Data",
                "taxVendorTypeId": 6,
                "taxVendorTypeName": "Sample Text Data",
                "defaultAccountTaxCategoryId": 10,
                "defaultAccountTaxCategoryName": "Sample Text Data",
                "defaultServiceTaxCategoryId": 10,
                "defaultServiceTaxCategoryName": "Sample Text Data",
                "userKeyName": "Sample Text Data",
                "passwordKeyName": "Sample Text Data",
                "facilities": true,
                "franchise": true,
                "regulated": true
            }
        ]
    }
}
GETTax/Vendor/{id}
Retrieve an instance of the TaxVendor object by its ID.
{id}Unique identifier for the TaxVendor object.
Retrieve an instance of the TaxVendor object by its ID.
GET Tax/Vendor/{id}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "instance": {
        "identity": 1,
        "ownerId": 24,
        "ownerName": "Sample Text Data",
        "name": "AvaTax",
        "companyIdentifier": "logisense_co",
        "uRL": "https://mytaxintegrator.com/integrate",
        "clientId": "12313-13123-3123",
        "clientProfileId": "12313-13123-3123",
        "isActive": true,
        "taxVendorServiceClassId": 17,
        "taxVendorServiceClassName": "Sample Text Data",
        "taxVendorBusinessClassId": 9,
        "taxVendorBusinessClassName": "Sample Text Data",
        "taxVendorTypeId": 23,
        "taxVendorTypeName": "Sample Text Data",
        "defaultAccountTaxCategoryId": 15,
        "defaultAccountTaxCategoryName": "Sample Text Data",
        "defaultServiceTaxCategoryId": 10,
        "defaultServiceTaxCategoryName": "Sample Text Data",
        "userKeyName": "Sample Text Data",
        "passwordKeyName": "Sample Text Data",
        "facilities": true,
        "franchise": true,
        "regulated": true
    }
}
POSTTax/Vendor/
Create a new instance of the TaxVendor object.
Create a new instance of the TaxVendor object.
POST Tax/Vendor/

{
    "name": "AvaTax",
    "companyIdentifier": "logisense_co",
    "uRL": "https://mytaxintegrator.com/integrate",
    "clientId": "12313-13123-3123",
    "clientProfileId": "12313-13123-3123",
    "isActive": true,
    "taxVendorServiceClassId": 22,
    "taxVendorBusinessClassId": 22,
    "taxVendorTypeId": 8,
    "defaultAccountTaxCategoryId": 10,
    "defaultServiceTaxCategoryId": 22,
    "userKeyName": "Sample Text Data",
    "passwordKeyName": "Sample Text Data",
    "facilities": true,
    "franchise": true,
    "regulated": true
}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "type": "create",
    "results": {
        "totalCount": 1,
        "items": [
            {
                "identity": 1,
                "ownerId": 10,
                "ownerName": "Sample Text Data",
                "name": "AvaTax",
                "companyIdentifier": "logisense_co",
                "uRL": "https://mytaxintegrator.com/integrate",
                "clientId": "12313-13123-3123",
                "clientProfileId": "12313-13123-3123",
                "isActive": true,
                "taxVendorServiceClassId": 25,
                "taxVendorServiceClassName": "Sample Text Data",
                "taxVendorBusinessClassId": 19,
                "taxVendorBusinessClassName": "Sample Text Data",
                "taxVendorTypeId": 0,
                "taxVendorTypeName": "Sample Text Data",
                "defaultAccountTaxCategoryId": 4,
                "defaultAccountTaxCategoryName": "Sample Text Data",
                "defaultServiceTaxCategoryId": 3,
                "defaultServiceTaxCategoryName": "Sample Text Data",
                "userKeyName": "Sample Text Data",
                "passwordKeyName": "Sample Text Data",
                "facilities": true,
                "franchise": true,
                "regulated": true
            }
        ]
    }
}
POSTTax/Vendor/{id}/ClearCredentials
Create a new instance of a ClearCredentials object that belongs to the TaxVendor.
{id}Unique identifier for the TaxVendor object.
Create a new instance of a ClearCredentials object that belongs to the TaxVendor.
POST Tax/Vendor/{id}/ClearCredentials

{
    "name": "AvaTax",
    "companyIdentifier": "logisense_co",
    "uRL": "https://mytaxintegrator.com/integrate",
    "clientId": "12313-13123-3123",
    "clientProfileId": "12313-13123-3123",
    "isActive": true,
    "taxVendorServiceClassId": 8,
    "taxVendorBusinessClassId": 7,
    "taxVendorTypeId": 6,
    "defaultAccountTaxCategoryId": 9,
    "defaultServiceTaxCategoryId": 16,
    "userKeyName": "Sample Text Data",
    "passwordKeyName": "Sample Text Data",
    "facilities": true,
    "franchise": true,
    "regulated": true
}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "type": "create",
    "results": {
        "totalCount": 1,
        "items": [
            {
                "identity": 1,
                "ownerId": 3,
                "ownerName": "Sample Text Data",
                "name": "AvaTax",
                "companyIdentifier": "logisense_co",
                "uRL": "https://mytaxintegrator.com/integrate",
                "clientId": "12313-13123-3123",
                "clientProfileId": "12313-13123-3123",
                "isActive": true,
                "taxVendorServiceClassId": 10,
                "taxVendorServiceClassName": "Sample Text Data",
                "taxVendorBusinessClassId": 16,
                "taxVendorBusinessClassName": "Sample Text Data",
                "taxVendorTypeId": 9,
                "taxVendorTypeName": "Sample Text Data",
                "defaultAccountTaxCategoryId": 1,
                "defaultAccountTaxCategoryName": "Sample Text Data",
                "defaultServiceTaxCategoryId": 10,
                "defaultServiceTaxCategoryName": "Sample Text Data",
                "userKeyName": "Sample Text Data",
                "passwordKeyName": "Sample Text Data",
                "facilities": true,
                "franchise": true,
                "regulated": true
            }
        ]
    }
}
PUTTax/Vendor/{id}
Update an existing instance of the TaxVendor object.
Update an existing instance of the TaxVendor object.
PUT Tax/Vendor/{id}

{
    "identity": 1,
    "name": "AvaTax",
    "companyIdentifier": "logisense_co",
    "uRL": "https://mytaxintegrator.com/integrate",
    "clientId": "12313-13123-3123",
    "clientProfileId": "12313-13123-3123",
    "isActive": true,
    "taxVendorServiceClassId": 18,
    "taxVendorBusinessClassId": 26,
    "taxVendorTypeId": 9,
    "defaultAccountTaxCategoryId": 20,
    "defaultServiceTaxCategoryId": 7,
    "userKeyName": "Sample Text Data",
    "passwordKeyName": "Sample Text Data",
    "facilities": true,
    "franchise": true,
    "regulated": true
}
View Sample Response
HTTP/1.1 200 OK
{
    "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
    "type": "update",
    "results": {
        "totalCount": 1,
        "items": [
            {
                "identity": 1,
                "ownerId": 18,
                "ownerName": "Sample Text Data",
                "name": "AvaTax",
                "companyIdentifier": "logisense_co",
                "uRL": "https://mytaxintegrator.com/integrate",
                "clientId": "12313-13123-3123",
                "clientProfileId": "12313-13123-3123",
                "isActive": true,
                "taxVendorServiceClassId": 25,
                "taxVendorServiceClassName": "Sample Text Data",
                "taxVendorBusinessClassId": 27,
                "taxVendorBusinessClassName": "Sample Text Data",
                "taxVendorTypeId": 0,
                "taxVendorTypeName": "Sample Text Data",
                "defaultAccountTaxCategoryId": 15,
                "defaultAccountTaxCategoryName": "Sample Text Data",
                "defaultServiceTaxCategoryId": 19,
                "defaultServiceTaxCategoryName": "Sample Text Data",
                "userKeyName": "Sample Text Data",
                "passwordKeyName": "Sample Text Data",
                "facilities": true,
                "franchise": true,
                "regulated": true
            }
        ]
    }
}