admin/volunteereasy/updateopportunity

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.

NameDescriptionTypeAdditional 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": "2024/09/02 10:38:42",
  "OpportunityEndDate": "2024/09/02 10:38:42"
}

Response Information

Resource Description

ITypedResponseOfBoolean
NameDescriptionTypeAdditional information
Result

boolean

None.

Category

string

None.

Response Formats

Sample not available.