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": "3602bffc-ff5c-41a1-a402-3335fcbc9997",
"MarketingPlanId": "d1c0cca3-fb43-4e14-8d18-c537c053080b",
"EventId": "158a98ed-44a0-4f3a-b4b0-43b4ba55c3df",
"CountryId": "8b27725b-8c7d-432a-a9c7-46226a78eba3",
"BrandedApplicationId": "c6be2465-dc18-415c-9444-ecfff4db9f5b",
"PreNotificationId": "5462f48f-316a-443e-8811-603866d539a8"
}
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>c6be2465-dc18-415c-9444-ecfff4db9f5b</BrandedApplicationId> <CountryId>8b27725b-8c7d-432a-a9c7-46226a78eba3</CountryId> <EventId>158a98ed-44a0-4f3a-b4b0-43b4ba55c3df</EventId> <MarketingPlanId>d1c0cca3-fb43-4e14-8d18-c537c053080b</MarketingPlanId> <Name>sample string 1</Name> <OrganizationId>3602bffc-ff5c-41a1-a402-3335fcbc9997</OrganizationId> <PreNotificationId>5462f48f-316a-443e-8811-603866d539a8</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>