API
Add Customers
POST
sme.tradefinex/api/v1.0/Customer/MasterAdd
This endpoint allows you to add customers.
Headers
Name | Type | Description |
---|---|---|
authorization | string | JWT Token |
Request Body
Name | Type | Description |
---|---|---|
emailid | string | Email ID of Customer |
designationid | string | Designation |
mobileno | number | Mobile Number |
lastname | string | Last Name |
firstname | string | First Name |
noofemp | number | Number of employees |
annturnover | number | Turn over of Company |
currencyid | string | Currency of Country |
website | string | Website Name |
inccountryid | string | Country ID |
telno | number | Contact Number |
busactivity | string | Business Activities |
incdate | string | Incorporation Date |
licauth | string | License Authority name |
licexpdate | string | Expiration date of license |
licno | string | License number |
companytypeid | integer | Type of Company |
name | string | Name of customer as on trade license |
customertypeid | integer | Type of Customer |
Other Details of Customer
POST
sme.tradefinex/api/v1.0/Customer/DetailsAdd
This endpoint allows us to add more details of Customer.
Headers
Name | Type | Description |
---|---|---|
authorization | string | JWT Token |
Request Body
Name | Type | Description |
---|---|---|
tempcustomerid | number | Customer ID |
name | string | Customer's Name |
countryid | number | Country Code |
website | string | Website |
industryid | number | Type of Industry |
project | string | Projects |
currencyid | number | Type of Currency |
annsales | number | Annual Sales Volume |
commterms | string | Commercial Terms |
firstname | string | Name of Customer |
lastname | string | Last Name of Customer |
designationid | string | Designation of Customer |
otherdesignation | string | Other designation |
mobileno | number | Contact Details |
emailid | string | Email ID of Customer |
otherindustry | string | Other Industry details |
othercommterms | string | Other Commercial terms |
Customer Details
GET
sme.tradefinex/api/v1.0/Customer/MasterListAll/0
Get all the Details of the Customer
Headers
Name | Type | Description |
---|---|---|
authorization | string | JWT Token |
Detail Customer list
GET
sme.tradefinex/api/v1.0/Customer/DetailsListAll/2
Get detailed customer list
Headers
Name | Type | Description |
---|---|---|
authorization | string | JWT Token |
Company Type List
GET
sme.tradefinex/api/v1.0/Common/CompanyTypeList/0
Get Company Type List
Headers
Name | Type | Description |
---|---|---|
authorization | string | JWT Token |
Country List
GET
sme.tradefinex/api/v1.0/Common/CountryList/0
Get Country List
Headers
Name | Type | Description |
---|---|---|
authorization | string | JWT Token |
Currency List
GET
sme.tradefinex/api/v1.0/Common/CurrencyList/0
Get Currency List
Headers
Name | Type | Description |
---|---|---|
authorization | string | JWT Token |
Customer Type List
GET
sme.tradefinex/api/v1.0/Common/CustomerTypeList/0
Get Customer Type List
Headers
Name | Type | Description |
---|---|---|
authorization | string | JWT Token |
Customer's Designation List
GET
sme.tradefinex/api/v1.0/Common/DesignationList/0
Get Customer's Designation List
Headers
Name | Type | Description |
---|---|---|
authorization | string | JWT Token |
Industry List
GET
sme.tradefinex/api/v1.0/Common/IndustryList/0
Get Industry List
Headers
Name | Type | Description |
---|---|---|
authorization | string | JWT Token |
Last updated