Investigator API
POST Search TaxMatrix By SKU
Overview
Performs a sku operation.
OperationId: POST Search TaxMatrix By SKU
Authorization Method(s): OAuth
Verb: POST
End Point: /api/taxmatrix/search/sku
Example Request
{
"filters": {
"customerUsageType": "07",
"providerType": "80",
"asOfDate": {
"year": "2024",
"month": "12",
"day": 1
},
"releaseNumber": null,
"dateType": "Date"
},
"parameters": {
"pgpis": [
{
"productGroup": "1111",
"productItem": "55"
}
],
"postalCode": null,
"npanxx": null,
"locations": null,
"address": null,
"stateCountyCity": null,
"geocode": "US48113A0004",
"by": "ProductGroupItem",
"skus": []
},
"clientNumber": "ZRERT1234",
"searchCountry": "UnitedStates",
"searchOption": "PostalCode",
"searchType": "TaxabilityMatrix"
}Overview
| code | description |
|---|---|
| 200 | Returns the result of the pgpi operation. |
| 400 | Invalid request to call the API. |
| 401 | User is not authorized to access the API. |