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": "d7284ee0-c288-4e33-955c-8a0570453d69",
"MarketingPlanId": "da644b04-1420-403c-bc64-86b599ccc0ff",
"EventId": "0dbba498-a697-4127-aceb-10e4dda57b94",
"CountryId": "2529df44-2840-408d-9b74-3494172ad260",
"BrandedApplicationId": "3246feff-bf9c-43d9-8530-6b0654b5f43d",
"PreNotificationId": "4f95eb33-9d8e-462b-a73f-29876793b2de"
}
application/xml, text/xml
Sample:
<CreatePrenotificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoodExport.Web.Services.Models"> <BrandedApplicationId>3246feff-bf9c-43d9-8530-6b0654b5f43d</BrandedApplicationId> <CountryId>2529df44-2840-408d-9b74-3494172ad260</CountryId> <EventId>0dbba498-a697-4127-aceb-10e4dda57b94</EventId> <MarketingPlanId>da644b04-1420-403c-bc64-86b599ccc0ff</MarketingPlanId> <Name>sample string 1</Name> <OrganizationId>d7284ee0-c288-4e33-955c-8a0570453d69</OrganizationId> <PreNotificationId>4f95eb33-9d8e-462b-a73f-29876793b2de</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/FoodExport.Web.Services.Models"> <Id>sample string 1</Id> <Name>sample string 2</Name> </EntityReference>