admin/SUG/opportunity/update
Request Information
Body Parameters
Body parameters need to be integrated as json key value collection followed by valid object notations, below if the list of parameters can be sent as request body by an integrator.
Name | Description | Type | Additional information |
---|---|---|---|
OpportunityId | integer |
Required |
|
OpportunityName | string |
Required String length: inclusive between 0 and 250 |
|
OrganizationName | string |
String length: inclusive between 0 and 250 |
|
OpportunityOwner | string |
Required String length: inclusive between 0 and 250 |
|
OpportunityStartDate | date |
None. |
|
OpportunityEndDate | date |
None. |
Request Format
Below is the typical object of the request, in order to use the API for various requirement, refer the documentation.
{ "OpportunityId": 1, "OpportunityName": "String Parameter 2", "OrganizationName": "String Parameter 3", "OpportunityOwner": "String Parameter 4", "OpportunityStartDate": "2025/01/08 16:18:59", "OpportunityEndDate": "2025/01/08 16:18:59" }
Response Information
Resource Description
ITypedResponseOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Result | boolean |
None. |
|
Category | string |
None. |
Response Formats
Sample not available.