curl --location --request PATCH 'https://api.stg.bidancer.com/tender-service/v1/tender//' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessId": "string",
"tenderId": "string",
"name": "string",
"description": "string",
"tags": [
"string"
],
"industry": "string",
"industryId": "string",
"category": "string",
"categoryId": "string",
"altCategory": "string",
"altCategoryId": "string",
"budgeting": {
"min": 0,
"max": 0
},
"currency": "string",
"unit": "string",
"quantityRequired": 0,
"specifications": [
{
"key": "string",
"value": "string"
}
],
"location": {
"city": "string",
"state": "string",
"country": "string",
"isRemote": true
},
"paymentTerms": {
"isPrepaid": true,
"paymentTerms": "string",
"partialAdvancePayment": true
},
"lastBiddingDate": "2019-08-24T14:15:22.123Z",
"business": {
"tradingName": "string",
"incorporationName": "string",
"incorporationType": "string"
}
}'{
"status": "success",
"message": "string",
"data": {
"businessId": "string",
"tenderId": "string",
"name": "string",
"description": "string",
"tags": [
"string"
],
"industry": "string",
"industryId": "string",
"category": "string",
"categoryId": "string",
"altCategory": "string",
"altCategoryId": "string",
"budgeting": {
"min": 0,
"max": 0
},
"currency": "string",
"unit": "string",
"quantityRequired": 0,
"specifications": [
{
"key": "string",
"value": "string"
}
],
"location": {
"city": "string",
"state": "string",
"country": "string",
"isRemote": true
},
"paymentTerms": {
"isPrepaid": true,
"paymentTerms": "string",
"partialAdvancePayment": true
},
"lastBiddingDate": "2019-08-24T14:15:22.123Z",
"status": "pending",
"approverComment": "string",
"approverId": "string",
"approverAt": "2019-08-24T14:15:22.123Z",
"business": {
"tradingName": "string",
"incorporationName": "string",
"incorporationType": "string"
},
"id": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}