{
"typeId": "string",
"ownerId": "string",
"accountId": "string",
"name": "string",
"amount": 0,
"forecastCategoryId": "string",
"closeDate": "2019-08-24T14:15:22Z",
"probability": 0,
"score": 0,
"description": "string",
"quoteId": "string",
"opportunityStatusId": "string",
"accountSourceTypeId": "string",
"nextStep": "string",
"budgetConfirmed": true,
"discoveryCompleted": true,
"expectedRevenue": 0,
"lossReasonId": "string",
"private": true,
"lastModifiedBy": "string",
"extraFields": {}
}
curl --location --request PUT 'https://platform.shopranos.eu/api/Opportunity/' \
--header 'Content-Type: application/json' \
--data-raw '{
"typeId": "string",
"ownerId": "string",
"accountId": "string",
"name": "string",
"amount": 0,
"forecastCategoryId": "string",
"closeDate": "2019-08-24T14:15:22Z",
"probability": 0,
"score": 0,
"description": "string",
"quoteId": "string",
"opportunityStatusId": "string",
"accountSourceTypeId": "string",
"nextStep": "string",
"budgetConfirmed": true,
"discoveryCompleted": true,
"expectedRevenue": 0,
"lossReasonId": "string",
"private": true,
"lastModifiedBy": "string",
"extraFields": {}
}'
{}