POST SignUp/SaveB2BConsentData
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.B2BConsentData| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactId | string |
None. |
|
| ConsentId | integer |
None. |
|
| Sectors | string |
None. |
|
| B2BNetworkingAreaId | string |
None. |
|
| Objective | string |
None. |
|
| ConsentedFrom | string |
None. |
|
| ConsentText | string |
None. |
|
| 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"
}
application/xml, text/xml
Sample:
<B2BConsentData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.