API allows user to fetch all SAC Codes via a GET request and sends as a JSON object in response to the request
HTTP Method | Endpoint |
---|---|
get | https://api.itaxeasy.com/hsn/getsacall |
Name | Type | Required | Description |
---|---|---|---|
id | Number | Yes | The 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 |
code | Number | Yes | SAC Code for the respective ID |
description | String | Yes | Description for the respective SAC Code and ID |
createdAt | String | Yes | The Date and time of SAC Code created at respective to the ID |
updatedAt | String | Yes | The 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