curl --location --request PATCH 'https://api.stg.bidancer.com/tender-service/v1/tender//bids/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessId": "string",
"bidUserId": "string",
"bidBusinessId": "string",
"subject": "string",
"description": "string",
"currency": "string",
"unit": "string",
"rate": 0,
"amount": {
"min": 0,
"max": 0
},
"specifications": "string",
"paymentTerms": {
"isPrepaid": true,
"paymentTerms": "string",
"partialAdvancePayment": true
}
}'{
"status": "success",
"message": "string",
"data": {
"id": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"businessId": "string",
"tenderId": "string",
"bidUserId": "string",
"bidBusinessId": "string",
"subject": "string",
"description": "string",
"currency": "string",
"unit": "string",
"rate": 0,
"amount": {
"min": 0,
"max": 0
},
"specifications": "string",
"paymentTerms": {
"isPrepaid": true,
"paymentTerms": "string",
"partialAdvancePayment": true
},
"status": "pending",
"businessRating": {
"responseTime": 0,
"communication": 0,
"paymentTerms": 0,
"cooperationOnSales": 0,
"credibility": 0,
"overall": 0
},
"bidderRating": {
"responseTime": 0,
"communication": 0,
"paymentTerms": 0,
"productQuality": 0,
"credibility": 0,
"overall": 0
},
"published": true,
"closedOn": "2019-08-24T14:15:22.123Z"
}
}