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": "fc910de2-63ed-4913-8c72-e178b614aa51",
"MarketingPlanId": "eccc3d98-d4a8-47fe-9d89-82bbd006fc01",
"EventId": "0f5edeb4-1e92-4927-895f-51662e574d33",
"CountryId": "11489caa-97d0-46d5-a246-9c6c2db2b0c6",
"BrandedApplicationId": "4017d42a-c855-432e-bb68-b330473cbb5f",
"PreNotificationId": "657fcc82-c768-4637-b71b-c2642319724d"
}
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>4017d42a-c855-432e-bb68-b330473cbb5f</BrandedApplicationId> <CountryId>11489caa-97d0-46d5-a246-9c6c2db2b0c6</CountryId> <EventId>0f5edeb4-1e92-4927-895f-51662e574d33</EventId> <MarketingPlanId>eccc3d98-d4a8-47fe-9d89-82bbd006fc01</MarketingPlanId> <Name>sample string 1</Name> <OrganizationId>fc910de2-63ed-4913-8c72-e178b614aa51</OrganizationId> <PreNotificationId>657fcc82-c768-4637-b71b-c2642319724d</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>