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": "ce53288d-4266-4736-b1d7-dc9a3cf2d7a2",
"MarketingPlanId": "325ec008-5f6a-4cde-8113-e7f8e4dd90d7",
"EventId": "d98fa43a-09d9-4813-9801-1a510a90a9cb",
"CountryId": "c0e1022b-2b97-4716-9dbd-258187676b2a",
"BrandedApplicationId": "276de702-b00b-4765-a453-59a52a50ff66",
"PreNotificationId": "7d2ee89c-fbcf-46dc-8089-b832fb006ac7"
}
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>276de702-b00b-4765-a453-59a52a50ff66</BrandedApplicationId> <CountryId>c0e1022b-2b97-4716-9dbd-258187676b2a</CountryId> <EventId>d98fa43a-09d9-4813-9801-1a510a90a9cb</EventId> <MarketingPlanId>325ec008-5f6a-4cde-8113-e7f8e4dd90d7</MarketingPlanId> <Name>sample string 1</Name> <OrganizationId>ce53288d-4266-4736-b1d7-dc9a3cf2d7a2</OrganizationId> <PreNotificationId>7d2ee89c-fbcf-46dc-8089-b832fb006ac7</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>