TAG LINE
TAG LINE
SMALL TITLE
Represents a list of tax vendors including LogiSense or a 3rd party integration.
identity READ-ONLY | "identity": 12 Type: Number This is the unique numeric identifier for the TaxVendor |
ownerId READ-ONLY | "ownerId": 19 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": 24 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": 23 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": 13 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": 26 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": 16 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 |
DELETE | api/v4/Tax/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 api/v4/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 | api/v4/Tax/Vendor/ |
Retrieve all of the TaxVendor objects. | |
Retrieve all of the TaxVendor objects. GET api/v4/Tax/Vendor/ HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "totalCount": 1, "items": [ { "identity": 1, "ownerId": 14, "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": 16, "taxVendorServiceClassName": "Sample Text Data", "taxVendorBusinessClassId": 19, "taxVendorBusinessClassName": "Sample Text Data", "taxVendorTypeId": 19, "taxVendorTypeName": "Sample Text Data", "defaultAccountTaxCategoryId": 8, "defaultAccountTaxCategoryName": "Sample Text Data", "defaultServiceTaxCategoryId": 20, "defaultServiceTaxCategoryName": "Sample Text Data", "userKeyName": "Sample Text Data", "passwordKeyName": "Sample Text Data" } ] } |
GET | api/v4/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 api/v4/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": 21, "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": 7, "taxVendorBusinessClassName": "Sample Text Data", "taxVendorTypeId": 16, "taxVendorTypeName": "Sample Text Data", "defaultAccountTaxCategoryId": 15, "defaultAccountTaxCategoryName": "Sample Text Data", "defaultServiceTaxCategoryId": 4, "defaultServiceTaxCategoryName": "Sample Text Data", "userKeyName": "Sample Text Data", "passwordKeyName": "Sample Text Data" } ] } } |
GET | api/v4/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 api/v4/Tax/Vendor/{id} HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "ownerId": 1, "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": 27, "taxVendorBusinessClassName": "Sample Text Data", "taxVendorTypeId": 9, "taxVendorTypeName": "Sample Text Data", "defaultAccountTaxCategoryId": 14, "defaultAccountTaxCategoryName": "Sample Text Data", "defaultServiceTaxCategoryId": 13, "defaultServiceTaxCategoryName": "Sample Text Data", "userKeyName": "Sample Text Data", "passwordKeyName": "Sample Text Data" } } |
POST | api/v4/Tax/Vendor/ |
Create a new instance of the TaxVendor object. | |
Create a new instance of the TaxVendor object. POST api/v4/Tax/Vendor/ { "name": "AvaTax", "companyIdentifier": "logisense_co", "uRL": "https://mytaxintegrator.com/integrate", "clientId": "12313-13123-3123", "clientProfileId": "12313-13123-3123", "isActive": true, "taxVendorServiceClassId": 2, "taxVendorBusinessClassId": 26, "taxVendorTypeId": 12, "defaultAccountTaxCategoryId": 12, "defaultServiceTaxCategoryId": 12, "userKeyName": "Sample Text Data", "passwordKeyName": "Sample Text Data" } 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": 0, "taxVendorServiceClassName": "Sample Text Data", "taxVendorBusinessClassId": 8, "taxVendorBusinessClassName": "Sample Text Data", "taxVendorTypeId": 5, "taxVendorTypeName": "Sample Text Data", "defaultAccountTaxCategoryId": 16, "defaultAccountTaxCategoryName": "Sample Text Data", "defaultServiceTaxCategoryId": 1, "defaultServiceTaxCategoryName": "Sample Text Data", "userKeyName": "Sample Text Data", "passwordKeyName": "Sample Text Data" } ] } } |
POST | api/v4/Tax/Vendor/Search |
Retreive a list of TaxVendor objects based on search criteria. Search end points allow for retrieving results based on search criteria. Search criteria is sent as the payload of the POST. | |
Retreive a list of TaxVendor objects based on search criteria. POST api/v4/Tax/Vendor/Search { "query": { "top": 20, "search": [ { "name": "MyFieldName", "operator": "startsWith", "value": "a" } ] } } HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "itemCount": 1, "items": [ { "identity": 1, "ownerId": 6, "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": 26, "taxVendorBusinessClassName": "Sample Text Data", "taxVendorTypeId": 10, "taxVendorTypeName": "Sample Text Data", "defaultAccountTaxCategoryId": 9, "defaultAccountTaxCategoryName": "Sample Text Data", "defaultServiceTaxCategoryId": 11, "defaultServiceTaxCategoryName": "Sample Text Data", "userKeyName": "Sample Text Data", "passwordKeyName": "Sample Text Data" } ] } |
PUT | api/v4/Tax/Vendor/{id} |
Update an existing instance of the TaxVendor object. | |
Update an existing instance of the TaxVendor object. PUT api/v4/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": 24, "taxVendorBusinessClassId": 10, "taxVendorTypeId": 14, "defaultAccountTaxCategoryId": 10, "defaultServiceTaxCategoryId": 18, "userKeyName": "Sample Text Data", "passwordKeyName": "Sample Text Data" } HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "update", "results": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 20, "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": 11, "taxVendorBusinessClassName": "Sample Text Data", "taxVendorTypeId": 21, "taxVendorTypeName": "Sample Text Data", "defaultAccountTaxCategoryId": 18, "defaultAccountTaxCategoryName": "Sample Text Data", "defaultServiceTaxCategoryId": 8, "defaultServiceTaxCategoryName": "Sample Text Data", "userKeyName": "Sample Text Data", "passwordKeyName": "Sample Text Data" } ] } } |