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": "8df05e83-7277-4a1e-98c8-900dcc276ae6",
"MarketingPlanId": "23782be5-0623-49bb-a60a-87bc6c8e1607",
"EventId": "175ef2d1-e558-4de4-b089-e8fa2e1e3cff",
"CountryId": "90ef85d0-27b6-4764-8bc5-8660953b1d87",
"BrandedApplicationId": "e8f9f4e7-5227-44a2-96c0-6bf831670a01",
"PreNotificationId": "3198675e-4559-42b4-89d9-ba758d5f5be2"
}
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>e8f9f4e7-5227-44a2-96c0-6bf831670a01</BrandedApplicationId> <CountryId>90ef85d0-27b6-4764-8bc5-8660953b1d87</CountryId> <EventId>175ef2d1-e558-4de4-b089-e8fa2e1e3cff</EventId> <MarketingPlanId>23782be5-0623-49bb-a60a-87bc6c8e1607</MarketingPlanId> <Name>sample string 1</Name> <OrganizationId>8df05e83-7277-4a1e-98c8-900dcc276ae6</OrganizationId> <PreNotificationId>3198675e-4559-42b4-89d9-ba758d5f5be2</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>