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": "04bb0a82-c139-47d2-9f48-a5fc97e91d1e",
"MarketingPlanId": "33d65917-c10f-490e-9c5b-d6a41095cfce",
"EventId": "154a9794-2719-4741-afda-b47ade714021",
"CountryId": "c0b8caec-ca42-41b8-a86e-2ea32aeef3cb",
"BrandedApplicationId": "2de49024-6c12-4f92-9752-2feaf2422827",
"PreNotificationId": "8c14f51a-3f74-4336-8bc6-b57dd127e925"
}
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>2de49024-6c12-4f92-9752-2feaf2422827</BrandedApplicationId> <CountryId>c0b8caec-ca42-41b8-a86e-2ea32aeef3cb</CountryId> <EventId>154a9794-2719-4741-afda-b47ade714021</EventId> <MarketingPlanId>33d65917-c10f-490e-9c5b-d6a41095cfce</MarketingPlanId> <Name>sample string 1</Name> <OrganizationId>04bb0a82-c139-47d2-9f48-a5fc97e91d1e</OrganizationId> <PreNotificationId>8c14f51a-3f74-4336-8bc6-b57dd127e925</PreNotificationId> </CreatePrenotificationModel>
application/x-www-form-urlencoded
Sample:
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>