POST marketingplan/prenotification
Request Information
URI Parameters
None.
Body Parameters
CreatePrenotificationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| OrganizationId | globally unique identifier |
None. |
|
| MarketingPlanId | globally unique identifier |
None. |
|
| EventId | globally unique identifier |
None. |
|
| CountryId | globally unique identifier |
None. |
|
| BrandedApplicationId | globally unique identifier |
None. |
|
| PreNotificationId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"OrganizationId": "ad22cb5e-2254-46dd-b24a-02db1da90ed4",
"MarketingPlanId": "9e012bec-063d-4531-9afc-4f70b410bba3",
"EventId": "05722b11-a4b2-41c3-9c19-587c59481c4a",
"CountryId": "7d14fecf-7018-4c24-88e2-4dbc49e29ea0",
"BrandedApplicationId": "c06964e4-68ec-489d-a7a2-bff1bd6ae50a",
"PreNotificationId": "e4ef1939-f725-47e7-b489-b793feb4356c"
}
application/xml, text/xml
Sample:
<CreatePrenotificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AltaiStandard.Web.ClientIntegrationService.Models"> <BrandedApplicationId>c06964e4-68ec-489d-a7a2-bff1bd6ae50a</BrandedApplicationId> <CountryId>7d14fecf-7018-4c24-88e2-4dbc49e29ea0</CountryId> <EventId>05722b11-a4b2-41c3-9c19-587c59481c4a</EventId> <MarketingPlanId>9e012bec-063d-4531-9afc-4f70b410bba3</MarketingPlanId> <Name>sample string 1</Name> <OrganizationId>ad22cb5e-2254-46dd-b24a-02db1da90ed4</OrganizationId> <PreNotificationId>e4ef1939-f725-47e7-b489-b793feb4356c</PreNotificationId> </CreatePrenotificationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EntityReference| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Name": "sample string 2"
}
application/xml, text/xml
Sample:
<EntityReference xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AltaiStandard.Web.ClientIntegrationService.Models"> <Id>sample string 1</Id> <Name>sample string 2</Name> </EntityReference>