SAC Code API

Overview

API allows user to fetch all SAC Codes via a GET request and sends as a JSON object in response to the request

Price :

500 monthly
Endpoint
HTTP MethodEndpoint
gethttps://api.itaxeasy.com/hsn/getsacall
Response Body
NameTypeRequiredDescription
idNumberYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
codeNumberYesSAC Code for the respective ID
descriptionStringYesDescription for the respective SAC Code and ID
createdAtStringYesThe Date and time of SAC Code created at respective to the ID
updatedAtStringYesThe Date and time of SAC Code updated at respective to the ID
{
      "status": true,
      "message": "Sac code",
      "data": [
          {
              "id": 2,
              "code": 99,
              "description": "All Services",
              "createdAt": "2022-11-18T19:06:09.000Z",
              "updatedAt": "2022-11-18T19:06:09.000Z"
          },
          {
              "id": 3,
              "code": 9954,
              "description": "Construction services",
              "createdAt": "2022-11-18T19:06:09.000Z",
              "updatedAt": "2022-11-18T19:06:09.000Z"
          },
          {
            "id": 4,
            "code": 995411,
            "description": "Construction services of single dwelling or multi dwelling or multi-storied residential buildings",
            "createdAt": "2022-11-18T19:06:09.000Z",
            "updatedAt": "2022-11-18T19:06:09.000Z"
        },
          ....rest of the response