curl --location --request PATCH 'https://api.stg.bidancer.com/tender-service/v1/admin/tender/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessId": "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"
}
],
"paymentTerms": {
"isPrepaid": true,
"paymentTerms": "string",
"partialAdvancePayment": true
},
"location": {
"city": "string",
"state": "string",
"country": "string",
"isRemote": true
},
"lastBiddingDate": "2019-08-24T14:15:22.123Z"
}'{
"status": "success",
"message": "string",
"data": {
"id": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"businessId": "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"
}
],
"paymentTerms": {
"isPrepaid": true,
"paymentTerms": "string",
"partialAdvancePayment": true
},
"location": {
"city": "string",
"state": "string",
"country": "string",
"isRemote": true
},
"lastBiddingDate": "2019-08-24T14:15:22.123Z",
"published": true,
"isActive": true,
"isOpen": true,
"status": "open",
"closedOn": "2019-08-24T14:15:22.123Z",
"winnerId": "string",
"business": {
"tradingName": "string",
"incorporationName": "string",
"incorporationType": "string",
"status": "active"
}
}
}