POST api/{context}/event/AssignSponsor

Create a new event sponsorship assignment in Aegis CRM.

Request Information

ParameterDescriptionAdditional information
sponsorshipModel

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "EventID": "sample string 1",
  "PartnerID": "sample string 2",
  "SponsorshipLevel": "sample string 3"
}

application/xml, text/xml

Sample:
<EventSponsorship xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BDS.Web.WebApi.Models">
  <EventID>sample string 1</EventID>
  <PartnerID>sample string 2</PartnerID>
  <SponsorshipLevel>sample string 3</SponsorshipLevel>
</EventSponsorship>