TAG LINE
TAG LINE
SMALL TITLE
Represents a list of tax vendors including LogiSense or a 3rd party integration.
identity READ-ONLY | "identity": 23 Type: Number This is the unique numeric identifier for the TaxVendor |
ownerId READ-ONLY | "ownerId": 2 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": 8 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": 1 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": 24 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": 24 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": 1 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 |
DELETE | Tax/Vendor/{id} |
Delete an instance of the TaxVendor object. Upon successful delete, this API will return a record of all of the related 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} 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" } ] } } |
GET | Tax/Vendor/ |
Retrieve all of the TaxVendor objects. | |
Retrieve all of the TaxVendor objects. GET Tax/Vendor/ HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "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": 10, "taxVendorServiceClassName": "Sample Text Data", "taxVendorBusinessClassId": 25, "taxVendorBusinessClassName": "Sample Text Data", "taxVendorTypeId": 9, "taxVendorTypeName": "Sample Text Data", "defaultAccountTaxCategoryId": 15, "defaultAccountTaxCategoryName": "Sample Text Data", "defaultServiceTaxCategoryId": 4, "defaultServiceTaxCategoryName": "Sample Text Data", "userKeyName": "Sample Text Data", "passwordKeyName": "Sample Text Data", "facilities": true, "franchise": true, "regulated": true } ] } |
GET | Tax/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 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": 5, "taxVendorServiceClassName": "Sample Text Data", "taxVendorBusinessClassId": 8, "taxVendorBusinessClassName": "Sample Text Data", "taxVendorTypeId": 26, "taxVendorTypeName": "Sample Text Data", "defaultAccountTaxCategoryId": 7, "defaultAccountTaxCategoryName": "Sample Text Data", "defaultServiceTaxCategoryId": 15, "defaultServiceTaxCategoryName": "Sample Text Data", "userKeyName": "Sample Text Data", "passwordKeyName": "Sample Text Data", "facilities": true, "franchise": true, "regulated": true } ] } } |
GET | Tax/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} HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "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": 9, "taxVendorServiceClassName": "Sample Text Data", "taxVendorBusinessClassId": 15, "taxVendorBusinessClassName": "Sample Text Data", "taxVendorTypeId": 21, "taxVendorTypeName": "Sample Text Data", "defaultAccountTaxCategoryId": 16, "defaultAccountTaxCategoryName": "Sample Text Data", "defaultServiceTaxCategoryId": 16, "defaultServiceTaxCategoryName": "Sample Text Data", "userKeyName": "Sample Text Data", "passwordKeyName": "Sample Text Data", "facilities": true, "franchise": true, "regulated": true } } |
POST | Tax/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": 24, "taxVendorBusinessClassId": 15, "taxVendorTypeId": 21, "defaultAccountTaxCategoryId": 1, "defaultServiceTaxCategoryId": 25, "userKeyName": "Sample Text Data", "passwordKeyName": "Sample Text Data", "facilities": true, "franchise": true, "regulated": true } HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "create", "results": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 25, "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": 23, "taxVendorServiceClassName": "Sample Text Data", "taxVendorBusinessClassId": 20, "taxVendorBusinessClassName": "Sample Text Data", "taxVendorTypeId": 25, "taxVendorTypeName": "Sample Text Data", "defaultAccountTaxCategoryId": 16, "defaultAccountTaxCategoryName": "Sample Text Data", "defaultServiceTaxCategoryId": 14, "defaultServiceTaxCategoryName": "Sample Text Data", "userKeyName": "Sample Text Data", "passwordKeyName": "Sample Text Data", "facilities": true, "franchise": true, "regulated": true } ] } } |
PUT | Tax/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": 6, "taxVendorBusinessClassId": 6, "taxVendorTypeId": 16, "defaultAccountTaxCategoryId": 20, "defaultServiceTaxCategoryId": 21, "userKeyName": "Sample Text Data", "passwordKeyName": "Sample Text Data", "facilities": true, "franchise": true, "regulated": true } HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "update", "results": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 8, "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": 20, "taxVendorServiceClassName": "Sample Text Data", "taxVendorBusinessClassId": 15, "taxVendorBusinessClassName": "Sample Text Data", "taxVendorTypeId": 19, "taxVendorTypeName": "Sample Text Data", "defaultAccountTaxCategoryId": 3, "defaultAccountTaxCategoryName": "Sample Text Data", "defaultServiceTaxCategoryId": 14, "defaultServiceTaxCategoryName": "Sample Text Data", "userKeyName": "Sample Text Data", "passwordKeyName": "Sample Text Data", "facilities": true, "franchise": true, "regulated": true } ] } } |