POST api/v1/campaign/signup
Request Information
URI Parameters
None.
Body Parameters
CampaignSignupRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LanguageId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"languageId": 2
}
text/xml
Sample:
<CampaignSignupRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity"> <Id>1</Id> <LanguageId>2</LanguageId> </CampaignSignupRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CampaignResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| XCampaign | XCampaign |
None. |
|
| CountryCode | string |
None. |
|
| CountrylanguageCode | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/xml
Sample:
Sample not available.