Neucron Infrastructure
  1. Assetyzer Business
Neucron Infrastructure
  • Neucron
    • Admin
      • Only admin can perform this action
    • App
      • Create App
      • Delete App
      • Get App
      • Get App List
      • Update App
    • Assetyzer
      • Get AllAsset of current user
      • Update Certificate
      • Register Certificate
      • Get Certificate Details
      • Mint Certificate
      • Deleting Asset
      • Deploy Asset
      • Get Asset Details
      • Data Integrity
      • Issue Asset
      • Get AssetLedger Details
      • Get AllAssetLedgers of current user
      • Merge Asset
      • Mint Asset
      • Redeem Asset
      • Register Asset
      • Updating Security Token
      • Register Security Token
      • Get Asset stats
      • Sync MNEE token
      • Data Integrity For Text
      • Transfer Asset
      • Updating Asset
      • Get All Utility Token
    • Assetyzer Business
      • Get Assetyzer Business Profile
        GET
      • Create Assetyzer Business profile for neucron user
        POST
      • Update Bank Details
        PATCH
      • Get All Assetyzer Business Profiles
        GET
      • Update Assetyzer Business Profile
        PATCH
    • Auth
      • Verify Aadhar
      • Email Exists
      • Send Verify Email
      • Verify Email
      • Login
      • Verify OTP
      • Verify PAN
      • Forgot Password
      • Phone Exists
      • Login with phone
      • SignUp with phone
      • Signup
      • Verify UPI
      • User Info
      • Update Password
      • Update User
    • Invoice
      • Approve Invoice
      • Decline Invoice
      • Get all invoice history of current user
      • Get list of invoices created by current user
      • Get all pending invoices of current user
      • Raise Invoice to any user
      • Revoke Invoice
    • Notification
      • Old Notifications
      • Notification Settings
      • Update Notification Settings
    • Pay
      • Send BSV to paymail, address
    • Team
      • Accept Team Invite
      • Get Invite List
      • Create Invites
      • Get Pending Invites
      • Get Team List
      • Get Team Members List
      • Update Team Member Role
      • Remove Team Member
    • Templates
      • Create Templates
      • Get Templates
    • Wallet
      • Create address
      • Get Wallet Addresses
      • Get balance
      • Create Wallet
      • Update Default Wallet
      • History
      • Get Wallet
      • Get mnemonic
      • Delete Paymail
      • Create Paymail
      • Update Wallet Default Paymail
      • Paymail List
      • Get Xpub key
  1. Assetyzer Business

Create Assetyzer Business profile for neucron user

POST
/v1/assetyzer/business
Assetyzer Business
Last modified:2025-05-08 10:58:16
Create Assetyzer Business profile for neucron user

Request

Body Params application/json
app_link
string 
optional
business_address
object (businessmodel.GenericAddress) 
optional
address
string 
optional
city
string 
optional
country
string 
optional
pin_code
string 
optional
status
string 
optional
business_category
string 
optional
business_description
string 
optional
business_email
string 
optional
business_model
string 
optional
business_name
string 
optional
business_purpose
string 
optional
business_sub_category
string 
optional
business_type
string 
optional
business_url
string 
optional
cin_number
string 
optional
display_name
string 
optional
gst_address
object (businessmodel.GenericAddress) 
optional
gst_number
string 
optional
jurisdiction
string 
optional
mcc
string 
optional
pan_number
string 
optional
Example
{
  "app_link": "string",
  "business_address": {
    "address": "string",
    "city": "string",
    "country": "string",
    "pin_code": "string",
    "status": "string"
  },
  "business_category": "string",
  "business_description": "string",
  "business_email": "string",
  "business_model": "string",
  "business_name": "string",
  "business_purpose": "string",
  "business_sub_category": "string",
  "business_type": "string",
  "business_url": "string",
  "cin_number": "string",
  "display_name": "string",
  "gst_address": {
    "address": "string",
    "city": "string",
    "country": "string",
    "pin_code": "string",
    "status": "string"
  },
  "gst_number": "string",
  "jurisdiction": "string",
  "mcc": "string",
  "pan_number": "string"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/assetyzer/business' \
--header 'Content-Type: application/json' \
--data-raw '{
    "app_link": "string",
    "business_address": {
        "address": "string",
        "city": "string",
        "country": "string",
        "pin_code": "string",
        "status": "string"
    },
    "business_category": "string",
    "business_description": "string",
    "business_email": "string",
    "business_model": "string",
    "business_name": "string",
    "business_purpose": "string",
    "business_sub_category": "string",
    "business_type": "string",
    "business_url": "string",
    "cin_number": "string",
    "display_name": "string",
    "gst_address": {
        "address": "string",
        "city": "string",
        "country": "string",
        "pin_code": "string",
        "status": "string"
    },
    "gst_number": "string",
    "jurisdiction": "string",
    "mcc": "string",
    "pan_number": "string"
}'

Responses

🟢200OK
application/json
OK
Body
Additional properties
integer  | number  | string  | boolean 
optional
Example
{}
🟠400Bad Request
🟠404Record Not Found
🔴500Server Error
Modified at 2025-05-08 10:58:16
Previous
Get Assetyzer Business Profile
Next
Update Bank Details
Built with