curl --location --request PATCH 'https://api.stg.bidancer.com/business-service/v1//update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tradingName": "string",
"incorporationName": "string",
"incorporationCountry": "string",
"incorporationDate": "2019-08-24T14:15:22.123Z",
"incorporationType": "one_person_company",
"nature": "government",
"hqAddress": {
"line1": "string",
"line2": "string",
"line3": "string",
"city": "string",
"state": "string",
"country": "string",
"zipcode": "string"
},
"timezone": "string",
"officialEmail": "user@example.com",
"tags": [
"string"
],
"about": "string",
"turnover": 0,
"currency": "string",
"employmentStrength": 0,
"industry": "string",
"industryId": "string",
"emailVerifiedOn": "2019-08-24T14:15:22.123Z",
"metadata": {
"emailVerifyTkn": "string"
},
"isFeatured": true,
"featuredIndustries": [
"string"
],
"featuredUntil": "2019-08-24T14:15:22.123Z",
"isFeaturedMatch": 0,
"logo": "File"
}'{
"status": "success",
"data": {
"id": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"tradingName": "string",
"incorporationName": "string",
"incorporationCountry": "string",
"incorporationDate": "2019-08-24T14:15:22.123Z",
"incorporationType": "one_person_company",
"nature": "government",
"logo": "string",
"hqAddress": {
"line1": "string",
"line2": "string",
"line3": "string",
"city": "string",
"state": "string",
"country": "string",
"zipcode": "string"
},
"timezone": "string",
"officialEmail": "user@example.com",
"tags": [
"string"
],
"about": "string",
"turnover": 0,
"currency": "string",
"employmentStrength": 0,
"industry": "string",
"industryId": "string",
"emailVerifiedOn": "2019-08-24T14:15:22.123Z",
"metadata": {
"emailVerifyTkn": "string"
},
"isFeatured": true,
"featuredIndustries": [
"string"
],
"featuredUntil": "2019-08-24T14:15:22.123Z",
"isFeaturedMatch": 0,
"metrics": {
"responseRate": 0,
"responseScore": 0,
"avgResponseTime": 0,
"avgDailyEnquiry": 0,
"quality": 0,
"delivery": 0
},
"counters": {
"tenders": {
"open": 0,
"inactive": 0,
"closed": 0,
"total": 0
},
"enquiries": {
"pending": 0,
"approved": 0,
"rejected": 0,
"closed": 0,
"partialClosed": 0,
"missed": 0,
"total": 0
}
},
"status": "active"
},
"message": "string"
}