Trade License API

TL Service Contract

Get the list of Trade License defined in the system.

post
  1. Search and get Trade License(s) based on defined search criteria.
  2. In case multiple parameters are passed Trade License(s) will be searched as an AND combination of all the parameters.
body
requestInfoanyOptional

Parameter to carry Request metadata in the request body

Query parameters
tenantIdanyRequired

Unique id for a tenant.

pageNumberanyOptional

Page number

statusstringOptional

Search based on status.

idsinteger · int64[] · max: 50Optional

unique identifier of trade licence

applicationNumberstring · min: 2 · max: 64Optional

Unique application number for a trade license application.

licenseNumberstring · min: 2 · max: 64Optional

The unique license number for a Trade license.

oldLicenseNumberstring · min: 2 · max: 64Optional

The unique Old license number for a Trade license.

mobileNumberstringOptional

The mobile number of a Trade owner.

Pattern: [0-9]
Responses
200
Trade License(s) Retrived Successfully
application/json
post
POST /tl-service/v1/_search?tenantId=null HTTP/1.1
Host: 
Accept: */*
{
  "ResponseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "Licenses": [
    {
      "id": "text",
      "tenantId": "text",
      "name": "text",
      "licenseType": "TEMPORARY",
      "licenseNumber": "text",
      "oldLicenseNumber": "text",
      "propertyId": "text",
      "oldPropertyId": "text",
      "applicationDate": 1,
      "commencementDate": 1,
      "issuedDate": 1,
      "financialYear": "text",
      "validFrom": 1,
      "validTo": 1,
      "action": "INITIATE",
      "status": "INITIATED",
      "tradeLicenseDetail": {
        "surveyNo": "text",
        "subOwnerShipCategory": "text",
        "structureType": "text",
        "operationalArea": 1,
        "owners": [
          {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": [
              "MALE"
            ],
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-07-12",
            "pwdExpiryDate": "2025-07-12",
            "locale": "text",
            "type": [
              "EMPLOYEE"
            ],
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-07-12",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-07-12",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": [
              "A+"
            ],
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-07-12",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-07-12",
            "otpReference": "text",
            "tenantId": "text",
            "isPrimaryOwner": true,
            "ownerShipPercentage": 1,
            "ownerType": "text",
            "relationship": "FATHER",
            "documents": [
              {
                "tenantId": "text",
                "documentType": "text",
                "fileStoreId": "text",
                "documentUid": "text",
                "auditDetails": {
                  "createdBy": "text",
                  "lastModifiedBy": "text",
                  "createdTime": 1,
                  "lastModifiedTime": 1
                }
              }
            ]
          }
        ],
        "channel": "COUNTER",
        "address": {
          "tenantId": "text",
          "doorNo": "text",
          "latitude": 1,
          "longitude": 1,
          "addressId": "text",
          "addressNumber": "text",
          "type": [
            "PERMANENT"
          ],
          "addressLine1": "text",
          "addressLine2": "text",
          "landmark": "text",
          "city": "text",
          "pincode": "text",
          "detail": "text",
          "buildingName": "text",
          "street": "text",
          "locality": {
            "code": "text",
            "name": "text",
            "label": "text",
            "latitude": "text",
            "longitude": "text",
            "children": "[Circular Reference]",
            "materializedPath": "text"
          }
        },
        "tradeUnits": [
          {
            "tenantId": "text",
            "tradeType": "text",
            "uom": "text",
            "uomValue": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "accessories": [
          {
            "tenantId": "text",
            "accessoryCategory": "text",
            "uom": "text",
            "uomValue": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "applicationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "verificationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "additionalDetail": "text",
        "auditDetails": {
          "createdBy": "text",
          "lastModifiedBy": "text",
          "createdTime": 1,
          "lastModifiedTime": 1
        }
      },
      "auditDetails": {
        "createdBy": "text",
        "lastModifiedBy": "text",
        "createdTime": 1,
        "lastModifiedTime": 1
      }
    }
  ]
}

Create new Trade Licenses.

post

To create new Trade License in the system. API supports bulk creation with max limit as defined in the Trade License Request. Please note that either whole batch succeeds or fails, there's no partial batch success. To create one Trade License, please pass array with one Trade License object.

Following Conditions are applied -

  1. PropertyId and OldPropertyId is not mandatory, If entered then validate. Invalid number fails trade license creation
  2. supportDocuments for a given Trade License will created. In case of not attaching the Mandatory Supported Documents creation of New Trade License Fails.
  3. LicenseNumber will be autogenerated on final approval for new License.
  4. ApplicationNumber will be autogenerated for new Trade License
Body

Contract class to receive request. Array of TradeLicense items are used in case of create, whereas single TradeLicense item is used for update

Responses
201
ReponseInfo with Trade License(s) created successfully
application/json
post
POST /tl-service/v1/_create HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 2427

{
  "RequestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text"
  },
  "Licenses": [
    {
      "tenantId": "text",
      "name": "text",
      "licenseType": "TEMPORARY",
      "oldLicenseNumber": "text",
      "propertyId": "text",
      "oldPropertyId": "text",
      "commencementDate": 1,
      "financialYear": "text",
      "validFrom": 1,
      "validTo": 1,
      "action": "INITIATE",
      "status": "INITIATED",
      "tradeLicenseDetail": {
        "surveyNo": "text",
        "subOwnerShipCategory": "text",
        "structureType": "text",
        "operationalArea": 1,
        "owners": [
          {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": [
              "MALE"
            ],
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-07-12",
            "locale": "text",
            "type": [
              "EMPLOYEE"
            ],
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-07-12",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-07-12",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": [
              "A+"
            ],
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-07-12",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-07-12",
            "otpReference": "text",
            "tenantId": "text",
            "isPrimaryOwner": true,
            "ownerShipPercentage": 1,
            "ownerType": "text",
            "relationship": "FATHER",
            "documents": [
              {
                "tenantId": "text",
                "documentType": "text",
                "fileStoreId": "text",
                "documentUid": "text"
              }
            ]
          }
        ],
        "channel": "COUNTER",
        "address": {
          "tenantId": "text",
          "doorNo": "text",
          "latitude": 1,
          "longitude": 1,
          "addressNumber": "text",
          "type": [
            "PERMANENT"
          ],
          "addressLine1": "text",
          "addressLine2": "text",
          "landmark": "text",
          "city": "text",
          "pincode": "text",
          "detail": "text",
          "buildingName": "text",
          "street": "text",
          "locality": {
            "code": "text",
            "name": "text",
            "label": "text",
            "latitude": "text",
            "longitude": "text",
            "children": "[Circular Reference]"
          }
        },
        "tradeUnits": [
          {
            "tenantId": "text",
            "tradeType": "text",
            "uom": "text",
            "uomValue": "text"
          }
        ],
        "accessories": [
          {
            "tenantId": "text",
            "accessoryCategory": "text",
            "uom": "text",
            "uomValue": "text"
          }
        ],
        "applicationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text"
          }
        ],
        "verificationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text"
          }
        ],
        "additionalDetail": "text"
      }
    }
  ]
}
{
  "ResponseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "Licenses": [
    {
      "id": "text",
      "tenantId": "text",
      "name": "text",
      "licenseType": "TEMPORARY",
      "licenseNumber": "text",
      "oldLicenseNumber": "text",
      "propertyId": "text",
      "oldPropertyId": "text",
      "applicationDate": 1,
      "commencementDate": 1,
      "issuedDate": 1,
      "financialYear": "text",
      "validFrom": 1,
      "validTo": 1,
      "action": "INITIATE",
      "status": "INITIATED",
      "tradeLicenseDetail": {
        "surveyNo": "text",
        "subOwnerShipCategory": "text",
        "structureType": "text",
        "operationalArea": 1,
        "owners": [
          {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": [
              "MALE"
            ],
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-07-12",
            "pwdExpiryDate": "2025-07-12",
            "locale": "text",
            "type": [
              "EMPLOYEE"
            ],
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-07-12",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-07-12",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": [
              "A+"
            ],
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-07-12",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-07-12",
            "otpReference": "text",
            "tenantId": "text",
            "isPrimaryOwner": true,
            "ownerShipPercentage": 1,
            "ownerType": "text",
            "relationship": "FATHER",
            "documents": [
              {
                "tenantId": "text",
                "documentType": "text",
                "fileStoreId": "text",
                "documentUid": "text",
                "auditDetails": {
                  "createdBy": "text",
                  "lastModifiedBy": "text",
                  "createdTime": 1,
                  "lastModifiedTime": 1
                }
              }
            ]
          }
        ],
        "channel": "COUNTER",
        "address": {
          "tenantId": "text",
          "doorNo": "text",
          "latitude": 1,
          "longitude": 1,
          "addressId": "text",
          "addressNumber": "text",
          "type": [
            "PERMANENT"
          ],
          "addressLine1": "text",
          "addressLine2": "text",
          "landmark": "text",
          "city": "text",
          "pincode": "text",
          "detail": "text",
          "buildingName": "text",
          "street": "text",
          "locality": {
            "code": "text",
            "name": "text",
            "label": "text",
            "latitude": "text",
            "longitude": "text",
            "children": "[Circular Reference]",
            "materializedPath": "text"
          }
        },
        "tradeUnits": [
          {
            "tenantId": "text",
            "tradeType": "text",
            "uom": "text",
            "uomValue": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "accessories": [
          {
            "tenantId": "text",
            "accessoryCategory": "text",
            "uom": "text",
            "uomValue": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "applicationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "verificationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "additionalDetail": "text",
        "auditDetails": {
          "createdBy": "text",
          "lastModifiedBy": "text",
          "createdTime": 1,
          "lastModifiedTime": 1
        }
      },
      "auditDetails": {
        "createdBy": "text",
        "lastModifiedBy": "text",
        "createdTime": 1,
        "lastModifiedTime": 1
      }
    }
  ]
}

update existing licenses.

post

To update existing Trade License in the system. API supports bulk updation with max limit as defined in the Trade License Request. Please note that either whole batch succeeds or fails, there's no partial batch success. To update one Trade License, please pass array with one Trade License object.

Following Conditions are applied -

  1. Before payment Employee or Citizen can update any details of trade license
  2. After payment Citizen or Employee can't change any details of TL.
Body

Contract class to receive request. Array of TradeLicense items are used in case of create, whereas single TradeLicense item is used for update

Responses
201
ReponseInfo with Trade License(s) updated sudcessfully
application/json
post
POST /tl-service/v1/_update HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 2427

{
  "RequestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text"
  },
  "Licenses": [
    {
      "tenantId": "text",
      "name": "text",
      "licenseType": "TEMPORARY",
      "oldLicenseNumber": "text",
      "propertyId": "text",
      "oldPropertyId": "text",
      "commencementDate": 1,
      "financialYear": "text",
      "validFrom": 1,
      "validTo": 1,
      "action": "INITIATE",
      "status": "INITIATED",
      "tradeLicenseDetail": {
        "surveyNo": "text",
        "subOwnerShipCategory": "text",
        "structureType": "text",
        "operationalArea": 1,
        "owners": [
          {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": [
              "MALE"
            ],
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-07-12",
            "locale": "text",
            "type": [
              "EMPLOYEE"
            ],
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-07-12",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-07-12",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": [
              "A+"
            ],
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-07-12",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-07-12",
            "otpReference": "text",
            "tenantId": "text",
            "isPrimaryOwner": true,
            "ownerShipPercentage": 1,
            "ownerType": "text",
            "relationship": "FATHER",
            "documents": [
              {
                "tenantId": "text",
                "documentType": "text",
                "fileStoreId": "text",
                "documentUid": "text"
              }
            ]
          }
        ],
        "channel": "COUNTER",
        "address": {
          "tenantId": "text",
          "doorNo": "text",
          "latitude": 1,
          "longitude": 1,
          "addressNumber": "text",
          "type": [
            "PERMANENT"
          ],
          "addressLine1": "text",
          "addressLine2": "text",
          "landmark": "text",
          "city": "text",
          "pincode": "text",
          "detail": "text",
          "buildingName": "text",
          "street": "text",
          "locality": {
            "code": "text",
            "name": "text",
            "label": "text",
            "latitude": "text",
            "longitude": "text",
            "children": "[Circular Reference]"
          }
        },
        "tradeUnits": [
          {
            "tenantId": "text",
            "tradeType": "text",
            "uom": "text",
            "uomValue": "text"
          }
        ],
        "accessories": [
          {
            "tenantId": "text",
            "accessoryCategory": "text",
            "uom": "text",
            "uomValue": "text"
          }
        ],
        "applicationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text"
          }
        ],
        "verificationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text"
          }
        ],
        "additionalDetail": "text"
      }
    }
  ]
}
{
  "ResponseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "Licenses": [
    {
      "id": "text",
      "tenantId": "text",
      "name": "text",
      "licenseType": "TEMPORARY",
      "licenseNumber": "text",
      "oldLicenseNumber": "text",
      "propertyId": "text",
      "oldPropertyId": "text",
      "applicationDate": 1,
      "commencementDate": 1,
      "issuedDate": 1,
      "financialYear": "text",
      "validFrom": 1,
      "validTo": 1,
      "action": "INITIATE",
      "status": "INITIATED",
      "tradeLicenseDetail": {
        "surveyNo": "text",
        "subOwnerShipCategory": "text",
        "structureType": "text",
        "operationalArea": 1,
        "owners": [
          {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": [
              "MALE"
            ],
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-07-12",
            "pwdExpiryDate": "2025-07-12",
            "locale": "text",
            "type": [
              "EMPLOYEE"
            ],
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-07-12",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-07-12",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": [
              "A+"
            ],
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-07-12",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-07-12",
            "otpReference": "text",
            "tenantId": "text",
            "isPrimaryOwner": true,
            "ownerShipPercentage": 1,
            "ownerType": "text",
            "relationship": "FATHER",
            "documents": [
              {
                "tenantId": "text",
                "documentType": "text",
                "fileStoreId": "text",
                "documentUid": "text",
                "auditDetails": {
                  "createdBy": "text",
                  "lastModifiedBy": "text",
                  "createdTime": 1,
                  "lastModifiedTime": 1
                }
              }
            ]
          }
        ],
        "channel": "COUNTER",
        "address": {
          "tenantId": "text",
          "doorNo": "text",
          "latitude": 1,
          "longitude": 1,
          "addressId": "text",
          "addressNumber": "text",
          "type": [
            "PERMANENT"
          ],
          "addressLine1": "text",
          "addressLine2": "text",
          "landmark": "text",
          "city": "text",
          "pincode": "text",
          "detail": "text",
          "buildingName": "text",
          "street": "text",
          "locality": {
            "code": "text",
            "name": "text",
            "label": "text",
            "latitude": "text",
            "longitude": "text",
            "children": "[Circular Reference]",
            "materializedPath": "text"
          }
        },
        "tradeUnits": [
          {
            "tenantId": "text",
            "tradeType": "text",
            "uom": "text",
            "uomValue": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "accessories": [
          {
            "tenantId": "text",
            "accessoryCategory": "text",
            "uom": "text",
            "uomValue": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "applicationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "verificationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "additionalDetail": "text",
        "auditDetails": {
          "createdBy": "text",
          "lastModifiedBy": "text",
          "createdTime": 1,
          "lastModifiedTime": 1
        }
      },
      "auditDetails": {
        "createdBy": "text",
        "lastModifiedBy": "text",
        "createdTime": 1,
        "lastModifiedTime": 1
      }
    }
  ]
}

TL Calculator Service Contract

Get the list of Trade License defined in the system.

post
  1. Search and get Trade License(s) based on defined search criteria.
  2. In case multiple parameters are passed Trade License(s) will be searched as an AND combination of all the parameters.
body
requestInfoanyOptional

Parameter to carry Request metadata in the request body

Query parameters
tenantIdanyRequired

Unique id for a tenant.

pageNumberanyOptional

Page number

statusstringOptional

Search based on status.

idsinteger · int64[] · max: 50Optional

unique identifier of trade licence

applicationNumberstring · min: 2 · max: 64Optional

Unique application number for a trade license application.

licenseNumberstring · min: 2 · max: 64Optional

The unique license number for a Trade license.

oldLicenseNumberstring · min: 2 · max: 64Optional

The unique Old license number for a Trade license.

mobileNumberstringOptional

The mobile number of a Trade owner.

Pattern: [0-9]
Responses
200
Trade License(s) Retrived Successfully
application/json
post
POST /tl-service/v1/_search?tenantId=null HTTP/1.1
Host: 
Accept: */*
{
  "ResponseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "Licenses": [
    {
      "id": "text",
      "tenantId": "text",
      "name": "text",
      "licenseType": "TEMPORARY",
      "licenseNumber": "text",
      "oldLicenseNumber": "text",
      "propertyId": "text",
      "oldPropertyId": "text",
      "applicationDate": 1,
      "commencementDate": 1,
      "issuedDate": 1,
      "financialYear": "text",
      "validFrom": 1,
      "validTo": 1,
      "action": "INITIATE",
      "status": "INITIATED",
      "tradeLicenseDetail": {
        "surveyNo": "text",
        "subOwnerShipCategory": "text",
        "structureType": "text",
        "operationalArea": 1,
        "owners": [
          {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": [
              "MALE"
            ],
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-07-12",
            "pwdExpiryDate": "2025-07-12",
            "locale": "text",
            "type": [
              "EMPLOYEE"
            ],
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-07-12",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-07-12",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": [
              "A+"
            ],
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-07-12",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-07-12",
            "otpReference": "text",
            "tenantId": "text",
            "isPrimaryOwner": true,
            "ownerShipPercentage": 1,
            "ownerType": "text",
            "relationship": "FATHER",
            "documents": [
              {
                "tenantId": "text",
                "documentType": "text",
                "fileStoreId": "text",
                "documentUid": "text",
                "auditDetails": {
                  "createdBy": "text",
                  "lastModifiedBy": "text",
                  "createdTime": 1,
                  "lastModifiedTime": 1
                }
              }
            ]
          }
        ],
        "channel": "COUNTER",
        "address": {
          "tenantId": "text",
          "doorNo": "text",
          "latitude": 1,
          "longitude": 1,
          "addressId": "text",
          "addressNumber": "text",
          "type": [
            "PERMANENT"
          ],
          "addressLine1": "text",
          "addressLine2": "text",
          "landmark": "text",
          "city": "text",
          "pincode": "text",
          "detail": "text",
          "buildingName": "text",
          "street": "text",
          "locality": {
            "code": "text",
            "name": "text",
            "label": "text",
            "latitude": "text",
            "longitude": "text",
            "children": "[Circular Reference]",
            "materializedPath": "text"
          }
        },
        "tradeUnits": [
          {
            "tenantId": "text",
            "tradeType": "text",
            "uom": "text",
            "uomValue": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "accessories": [
          {
            "tenantId": "text",
            "accessoryCategory": "text",
            "uom": "text",
            "uomValue": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "applicationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "verificationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "additionalDetail": "text",
        "auditDetails": {
          "createdBy": "text",
          "lastModifiedBy": "text",
          "createdTime": 1,
          "lastModifiedTime": 1
        }
      },
      "auditDetails": {
        "createdBy": "text",
        "lastModifiedBy": "text",
        "createdTime": 1,
        "lastModifiedTime": 1
      }
    }
  ]
}

Create new Trade Licenses.

post

To create new Trade License in the system. API supports bulk creation with max limit as defined in the Trade License Request. Please note that either whole batch succeeds or fails, there's no partial batch success. To create one Trade License, please pass array with one Trade License object.

Following Conditions are applied -

  1. PropertyId and OldPropertyId is not mandatory, If entered then validate. Invalid number fails trade license creation
  2. supportDocuments for a given Trade License will created. In case of not attaching the Mandatory Supported Documents creation of New Trade License Fails.
  3. LicenseNumber will be autogenerated on final approval for new License.
  4. ApplicationNumber will be autogenerated for new Trade License
Body

Contract class to receive request. Array of TradeLicense items are used in case of create, whereas single TradeLicense item is used for update

Responses
201
ReponseInfo with Trade License(s) created successfully
application/json
post
POST /tl-service/v1/_create HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 2427

{
  "RequestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text"
  },
  "Licenses": [
    {
      "tenantId": "text",
      "name": "text",
      "licenseType": "TEMPORARY",
      "oldLicenseNumber": "text",
      "propertyId": "text",
      "oldPropertyId": "text",
      "commencementDate": 1,
      "financialYear": "text",
      "validFrom": 1,
      "validTo": 1,
      "action": "INITIATE",
      "status": "INITIATED",
      "tradeLicenseDetail": {
        "surveyNo": "text",
        "subOwnerShipCategory": "text",
        "structureType": "text",
        "operationalArea": 1,
        "owners": [
          {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": [
              "MALE"
            ],
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-07-12",
            "locale": "text",
            "type": [
              "EMPLOYEE"
            ],
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-07-12",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-07-12",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": [
              "A+"
            ],
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-07-12",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-07-12",
            "otpReference": "text",
            "tenantId": "text",
            "isPrimaryOwner": true,
            "ownerShipPercentage": 1,
            "ownerType": "text",
            "relationship": "FATHER",
            "documents": [
              {
                "tenantId": "text",
                "documentType": "text",
                "fileStoreId": "text",
                "documentUid": "text"
              }
            ]
          }
        ],
        "channel": "COUNTER",
        "address": {
          "tenantId": "text",
          "doorNo": "text",
          "latitude": 1,
          "longitude": 1,
          "addressNumber": "text",
          "type": [
            "PERMANENT"
          ],
          "addressLine1": "text",
          "addressLine2": "text",
          "landmark": "text",
          "city": "text",
          "pincode": "text",
          "detail": "text",
          "buildingName": "text",
          "street": "text",
          "locality": {
            "code": "text",
            "name": "text",
            "label": "text",
            "latitude": "text",
            "longitude": "text",
            "children": "[Circular Reference]"
          }
        },
        "tradeUnits": [
          {
            "tenantId": "text",
            "tradeType": "text",
            "uom": "text",
            "uomValue": "text"
          }
        ],
        "accessories": [
          {
            "tenantId": "text",
            "accessoryCategory": "text",
            "uom": "text",
            "uomValue": "text"
          }
        ],
        "applicationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text"
          }
        ],
        "verificationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text"
          }
        ],
        "additionalDetail": "text"
      }
    }
  ]
}
{
  "ResponseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "Licenses": [
    {
      "id": "text",
      "tenantId": "text",
      "name": "text",
      "licenseType": "TEMPORARY",
      "licenseNumber": "text",
      "oldLicenseNumber": "text",
      "propertyId": "text",
      "oldPropertyId": "text",
      "applicationDate": 1,
      "commencementDate": 1,
      "issuedDate": 1,
      "financialYear": "text",
      "validFrom": 1,
      "validTo": 1,
      "action": "INITIATE",
      "status": "INITIATED",
      "tradeLicenseDetail": {
        "surveyNo": "text",
        "subOwnerShipCategory": "text",
        "structureType": "text",
        "operationalArea": 1,
        "owners": [
          {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": [
              "MALE"
            ],
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-07-12",
            "pwdExpiryDate": "2025-07-12",
            "locale": "text",
            "type": [
              "EMPLOYEE"
            ],
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-07-12",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-07-12",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": [
              "A+"
            ],
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-07-12",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-07-12",
            "otpReference": "text",
            "tenantId": "text",
            "isPrimaryOwner": true,
            "ownerShipPercentage": 1,
            "ownerType": "text",
            "relationship": "FATHER",
            "documents": [
              {
                "tenantId": "text",
                "documentType": "text",
                "fileStoreId": "text",
                "documentUid": "text",
                "auditDetails": {
                  "createdBy": "text",
                  "lastModifiedBy": "text",
                  "createdTime": 1,
                  "lastModifiedTime": 1
                }
              }
            ]
          }
        ],
        "channel": "COUNTER",
        "address": {
          "tenantId": "text",
          "doorNo": "text",
          "latitude": 1,
          "longitude": 1,
          "addressId": "text",
          "addressNumber": "text",
          "type": [
            "PERMANENT"
          ],
          "addressLine1": "text",
          "addressLine2": "text",
          "landmark": "text",
          "city": "text",
          "pincode": "text",
          "detail": "text",
          "buildingName": "text",
          "street": "text",
          "locality": {
            "code": "text",
            "name": "text",
            "label": "text",
            "latitude": "text",
            "longitude": "text",
            "children": "[Circular Reference]",
            "materializedPath": "text"
          }
        },
        "tradeUnits": [
          {
            "tenantId": "text",
            "tradeType": "text",
            "uom": "text",
            "uomValue": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "accessories": [
          {
            "tenantId": "text",
            "accessoryCategory": "text",
            "uom": "text",
            "uomValue": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "applicationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "verificationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "additionalDetail": "text",
        "auditDetails": {
          "createdBy": "text",
          "lastModifiedBy": "text",
          "createdTime": 1,
          "lastModifiedTime": 1
        }
      },
      "auditDetails": {
        "createdBy": "text",
        "lastModifiedBy": "text",
        "createdTime": 1,
        "lastModifiedTime": 1
      }
    }
  ]
}

update existing licenses.

post

To update existing Trade License in the system. API supports bulk updation with max limit as defined in the Trade License Request. Please note that either whole batch succeeds or fails, there's no partial batch success. To update one Trade License, please pass array with one Trade License object.

Following Conditions are applied -

  1. Before payment Employee or Citizen can update any details of trade license
  2. After payment Citizen or Employee can't change any details of TL.
Body

Contract class to receive request. Array of TradeLicense items are used in case of create, whereas single TradeLicense item is used for update

Responses
201
ReponseInfo with Trade License(s) updated sudcessfully
application/json
post
POST /tl-service/v1/_update HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 2427

{
  "RequestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text"
  },
  "Licenses": [
    {
      "tenantId": "text",
      "name": "text",
      "licenseType": "TEMPORARY",
      "oldLicenseNumber": "text",
      "propertyId": "text",
      "oldPropertyId": "text",
      "commencementDate": 1,
      "financialYear": "text",
      "validFrom": 1,
      "validTo": 1,
      "action": "INITIATE",
      "status": "INITIATED",
      "tradeLicenseDetail": {
        "surveyNo": "text",
        "subOwnerShipCategory": "text",
        "structureType": "text",
        "operationalArea": 1,
        "owners": [
          {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": [
              "MALE"
            ],
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-07-12",
            "locale": "text",
            "type": [
              "EMPLOYEE"
            ],
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-07-12",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-07-12",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": [
              "A+"
            ],
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-07-12",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-07-12",
            "otpReference": "text",
            "tenantId": "text",
            "isPrimaryOwner": true,
            "ownerShipPercentage": 1,
            "ownerType": "text",
            "relationship": "FATHER",
            "documents": [
              {
                "tenantId": "text",
                "documentType": "text",
                "fileStoreId": "text",
                "documentUid": "text"
              }
            ]
          }
        ],
        "channel": "COUNTER",
        "address": {
          "tenantId": "text",
          "doorNo": "text",
          "latitude": 1,
          "longitude": 1,
          "addressNumber": "text",
          "type": [
            "PERMANENT"
          ],
          "addressLine1": "text",
          "addressLine2": "text",
          "landmark": "text",
          "city": "text",
          "pincode": "text",
          "detail": "text",
          "buildingName": "text",
          "street": "text",
          "locality": {
            "code": "text",
            "name": "text",
            "label": "text",
            "latitude": "text",
            "longitude": "text",
            "children": "[Circular Reference]"
          }
        },
        "tradeUnits": [
          {
            "tenantId": "text",
            "tradeType": "text",
            "uom": "text",
            "uomValue": "text"
          }
        ],
        "accessories": [
          {
            "tenantId": "text",
            "accessoryCategory": "text",
            "uom": "text",
            "uomValue": "text"
          }
        ],
        "applicationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text"
          }
        ],
        "verificationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text"
          }
        ],
        "additionalDetail": "text"
      }
    }
  ]
}
{
  "ResponseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "Licenses": [
    {
      "id": "text",
      "tenantId": "text",
      "name": "text",
      "licenseType": "TEMPORARY",
      "licenseNumber": "text",
      "oldLicenseNumber": "text",
      "propertyId": "text",
      "oldPropertyId": "text",
      "applicationDate": 1,
      "commencementDate": 1,
      "issuedDate": 1,
      "financialYear": "text",
      "validFrom": 1,
      "validTo": 1,
      "action": "INITIATE",
      "status": "INITIATED",
      "tradeLicenseDetail": {
        "surveyNo": "text",
        "subOwnerShipCategory": "text",
        "structureType": "text",
        "operationalArea": 1,
        "owners": [
          {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": [
              "MALE"
            ],
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-07-12",
            "pwdExpiryDate": "2025-07-12",
            "locale": "text",
            "type": [
              "EMPLOYEE"
            ],
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-07-12",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-07-12",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": [
              "A+"
            ],
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-07-12",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-07-12",
            "otpReference": "text",
            "tenantId": "text",
            "isPrimaryOwner": true,
            "ownerShipPercentage": 1,
            "ownerType": "text",
            "relationship": "FATHER",
            "documents": [
              {
                "tenantId": "text",
                "documentType": "text",
                "fileStoreId": "text",
                "documentUid": "text",
                "auditDetails": {
                  "createdBy": "text",
                  "lastModifiedBy": "text",
                  "createdTime": 1,
                  "lastModifiedTime": 1
                }
              }
            ]
          }
        ],
        "channel": "COUNTER",
        "address": {
          "tenantId": "text",
          "doorNo": "text",
          "latitude": 1,
          "longitude": 1,
          "addressId": "text",
          "addressNumber": "text",
          "type": [
            "PERMANENT"
          ],
          "addressLine1": "text",
          "addressLine2": "text",
          "landmark": "text",
          "city": "text",
          "pincode": "text",
          "detail": "text",
          "buildingName": "text",
          "street": "text",
          "locality": {
            "code": "text",
            "name": "text",
            "label": "text",
            "latitude": "text",
            "longitude": "text",
            "children": "[Circular Reference]",
            "materializedPath": "text"
          }
        },
        "tradeUnits": [
          {
            "tenantId": "text",
            "tradeType": "text",
            "uom": "text",
            "uomValue": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "accessories": [
          {
            "tenantId": "text",
            "accessoryCategory": "text",
            "uom": "text",
            "uomValue": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "applicationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "verificationDocuments": [
          {
            "tenantId": "text",
            "documentType": "text",
            "fileStoreId": "text",
            "documentUid": "text",
            "auditDetails": {
              "createdBy": "text",
              "lastModifiedBy": "text",
              "createdTime": 1,
              "lastModifiedTime": 1
            }
          }
        ],
        "additionalDetail": "text",
        "auditDetails": {
          "createdBy": "text",
          "lastModifiedBy": "text",
          "createdTime": 1,
          "lastModifiedTime": 1
        }
      },
      "auditDetails": {
        "createdBy": "text",
        "lastModifiedBy": "text",
        "createdTime": 1,
        "lastModifiedTime": 1
      }
    }
  ]
}

Last updated

Was this helpful?