Skip to main content

Update a Organization

Update a particular organization details

EndPoint

PUT /v1/organizations/details
X-API-Key: your-api-key-goes-here
Content-Type: application/json

Body

{
"organization_name": "Dummy Company Name",
"organization_email": "[email protected]",
"phone": "+10000000000",
"industry": "Information Technology",
"company_size": "51-200",
"hq_address": "San Fransisco, Ca, USA",
"message": "Looking for a scalable solution to manage logistics efficiently.",
"heard_about_us": "Google Search",
"purpose_of_use": "Automating delivery tracking and client communication",
"volume_of_deliveries": "500-1000 per month"
}

Response

{
"success": true,
"data": {
"organization_name": "Dummy Company Name",
"organization_email": "[email protected]",
"phone": "+10000000000",
"industry": "Information Technology",
"company_size": "51-200",
"hq_address": "San Fransisco, Ca, USA",
"message": "Looking for a scalable solution to manage logistics efficiently.",
"heard_about_us": "Google Search",
"purpose_of_use": "Automating delivery tracking and client communication",
"volume_of_deliveries": "500-1000 per month"
},
"msg": "Success"
}