POST SignUp/SaveB2BMultiContactsConsentData

Request Information

URI Parameters

None.

Body Parameters

Collection of MYCII_EWS.BusinessObjects.B2BConsentData
NameDescriptionTypeAdditional information
ContactId

string

None.

ConsentId

integer

None.

Sectors

string

None.

B2BNetworkingAreaId

string

None.

Objective

string

None.

ConsentedFrom

string

None.

ConsentText

string

None.

Email

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ContactId": "sample string 1",
    "ConsentId": 2,
    "Sectors": "sample string 3",
    "B2BNetworkingAreaId": "sample string 4",
    "Objective": "sample string 5",
    "ConsentedFrom": "sample string 6",
    "ConsentText": "sample string 7",
    "Email": "sample string 8"
  },
  {
    "ContactId": "sample string 1",
    "ConsentId": 2,
    "Sectors": "sample string 3",
    "B2BNetworkingAreaId": "sample string 4",
    "Objective": "sample string 5",
    "ConsentedFrom": "sample string 6",
    "ConsentText": "sample string 7",
    "Email": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfB2BConsentData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <B2BConsentData>
    <ContactId>sample string 1</ContactId>
    <ConsentId>2</ConsentId>
    <Sectors>sample string 3</Sectors>
    <B2BNetworkingAreaId>sample string 4</B2BNetworkingAreaId>
    <Objective>sample string 5</Objective>
    <ConsentedFrom>sample string 6</ConsentedFrom>
    <ConsentText>sample string 7</ConsentText>
    <Email>sample string 8</Email>
  </B2BConsentData>
  <B2BConsentData>
    <ContactId>sample string 1</ContactId>
    <ConsentId>2</ConsentId>
    <Sectors>sample string 3</Sectors>
    <B2BNetworkingAreaId>sample string 4</B2BNetworkingAreaId>
    <Objective>sample string 5</Objective>
    <ConsentedFrom>sample string 6</ConsentedFrom>
    <ConsentText>sample string 7</ConsentText>
    <Email>sample string 8</Email>
  </B2BConsentData>
</ArrayOfB2BConsentData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.