Skip to main content

Company

v1

Description

Get notified whenever details of your business account are created or updated.


Supported Type

  • Create
  • Update

Payload

Create

{
"event":{
"trace_id":[
"WheelJack.6d6b119a-8bec-11ed-8a60-b244b9f2d53f"
],
"name":"company",
"type":"create",
"version":"1",
"created_timestamp":1672808308262,
"id":"rDQ0CW2QtZDpQzB/U8YBje8YmyJuYDdP1pkasXCVGsc=",
"category":"company"
},
"company_id":1,
"contains":[
"company"
],
"payload":{
"company":{
"addresses":[
{
"pincode":400093,
"country":"INDIA",
"longitude":72.8776559,
"city":"MUMBAI",
"latitude":19.0759837,
"country_code":"IN",
"state":"MAHARASHTRA",
"address2":"",
"address_type":"office",
"address1":"1ST FLOOR, WEWORK VIJAY DIAMOND, OPP. SBI BRANCH, CROSS ROAD B, AJIT NAGAR, KONDIVITA, ANDHERI EAST",
"landmark":""
},
{
"pincode":400093,
"country":"INDIA",
"longitude":72.8776559,
"city":"MUMBAI",
"latitude":19.0759837,
"country_code":"IN",
"state":"MAHARASHTRA",
"address2":"",
"address_type":"registered",
"address1":"1ST FLOOR, WEWORK VIJAY DIAMOND, OPP. SBI BRANCH, CROSS ROAD B, AJIT NAGAR, KONDIVITA, ANDHERI EAST",
"landmark":""
}
],
"modified_by":{
"username":"bhargavdadi_gofynd_com_19988",
"user_id":"b53de7737ade692608ffe62f"
},
"documents":[
{
"legal_name":"SHOPSENSE RETAIL TECHNOLOGIES LIMITED",
"value":"27AALCA0442L1ZM",
"type":"gst",
"verified":true
}
],
"warnings":{

},
"taxes":[
{
"rate":12,
"enable":true,
"effective_date":"2022-12-28T05:30:05.602000+00:00"
}
],
"contact_details":{
"phone":[
{
"country_code":91,
"number":"9999999999"
}
],
"emails":[
"bhargavdadi@gofynd.com"
]
},
"name":"SHOPSENSE RETAIL TECHNOLOGIES LIMITED",
"company_type":"mbo",
"uid":1,
"business_type":"ltd/pvt ltd",
"business_info":"Shopsense Retail Technologies Pvt Ltd",
"modified_on":"2023-01-04T04:58:27.706341",
"notification_emails":[
"salmansaudagar@gofynd.com"
],
"stage":"complete"
}
}
}

Update

{
"event":{
"trace_id":[
"WheelJack.6d6b119a-8bec-11ed-8a60-b244b9f2d53f"
],
"name":"company",
"type":"update",
"version":"1",
"created_timestamp":1672808308262,
"id":"rDQ0CW2QtZDpQzB/U8YBje8YmyJuYDdP1pkasXCVGsc=",
"category":"company"
},
"company_id":1,
"contains":[
"company"
],
"payload":{
"company":{
"addresses":[
{
"pincode":400093,
"country":"INDIA",
"longitude":72.8776559,
"city":"MUMBAI",
"latitude":19.0759837,
"country_code":"IN",
"state":"MAHARASHTRA",
"address2":"",
"address_type":"office",
"address1":"1ST FLOOR, WEWORK VIJAY DIAMOND, OPP. SBI BRANCH, CROSS ROAD B, AJIT NAGAR, KONDIVITA, ANDHERI EAST",
"landmark":""
},
{
"pincode":400093,
"country":"INDIA",
"longitude":72.8776559,
"city":"MUMBAI",
"latitude":19.0759837,
"country_code":"IN",
"state":"MAHARASHTRA",
"address2":"",
"address_type":"registered",
"address1":"1ST FLOOR, WEWORK VIJAY DIAMOND, OPP. SBI BRANCH, CROSS ROAD B, AJIT NAGAR, KONDIVITA, ANDHERI EAST",
"landmark":""
}
],
"contact_details":{
"phone":[
{
"country_code":91,
"number":"9999999999"
}
],
"emails":[
"bhargavdadi@gofynd.com"
]
},
"modified_by":{
"username":"bhargavdadi_gofynd_com_19988",
"user_id":"b53de7737ade692608ffe62f"
},
"documents":[
{
"legal_name":"SHOPSENSE RETAIL TECHNOLOGIES LIMITED",
"value":"27AALCA0442L1ZM",
"type":"gst",
"verified":true
}
],
"warnings":{

},
"name":"SHOPSENSE RETAIL TECHNOLOGIES LIMITED",
"company_type":"mbo",
"uid":1,
"taxes":[
{
"rate":12,
"enable":true,
"effective_date":"2022-12-28T05:30:05.602000+00:00"
}
],
"business_type":"ltd/pvt ltd",
"business_info":"Shopsense Retail Technologies Pvt Ltd",
"modified_on":"2023-01-04T04:58:27.706341",
"notification_emails":[
"salmansaudagar@gofynd.com"
],
"stage":"complete"
}
}
}

Object Properties

KeyTypeDescriptionRequired
uidintegerID of the company created.Yes
namestringName of the company created.Yes
created_onstringTimestamp when the company was created.
modified_onstringTimestamp when the company was last modified.
franchise_enabledbooleanWhether company wants other seller to sell its product.
modestringDepicts who created the company, Live means from FP and development means from Partner Panel.
business_infostringDescription of the business, company is involved in.
company_typestringCategory in which the company falls. For eg MBO, Distributor, Franchise, Owner/Manufacturer
business_typestringCategory in which the business falls, For eg HUF, LTD/ PVT LTD, LLP/Partnership, Proprietorship
addressesarrayAddress of the company stituated at.Yes
notification_emailsarrayEmail address of the company
documentsarrayBusiness documents of the company. For eg. PAN, GST
business_country_infoobjectInformation regarding the country in which the company lies.
stagestringVerification stage of the CompanyYes
reject_reasonstringReason for rejection in the verification process.
warningsobjectWarning in the verification process
_custom_jsonobjectExtra information required by the External integrations
modestringStatus of the company. (Live / Developmemt )
taxesobjectContains the tax information of the company.
marketplacesarrayList of all the marketaplaces that are opted in while creation of company.
domainstring
business_detailsobjectWebsite details of the company.
verified_onstringTimestamp when the company is verified.
verified_byobjectUser details of the verifier.
modified_byobjectUser details of the modifier.