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": "985bdff9-520b-4c3f-be43-ef7054cffb29",
"MarketingPlanId": "720170f4-d19d-447b-bf83-0789564e961a",
"EventId": "95930c12-b149-4a77-971e-5efe55f15933",
"CountryId": "69a492fb-ccdc-4faa-9d9b-a4851aaecf3d",
"BrandedApplicationId": "c827dcec-b744-489a-8a1b-cc48ee40bd48",
"PreNotificationId": "2d73a6b8-9e0e-4461-b26e-2c1e4c02941a"
}
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>c827dcec-b744-489a-8a1b-cc48ee40bd48</BrandedApplicationId> <CountryId>69a492fb-ccdc-4faa-9d9b-a4851aaecf3d</CountryId> <EventId>95930c12-b149-4a77-971e-5efe55f15933</EventId> <MarketingPlanId>720170f4-d19d-447b-bf83-0789564e961a</MarketingPlanId> <Name>sample string 1</Name> <OrganizationId>985bdff9-520b-4c3f-be43-ef7054cffb29</OrganizationId> <PreNotificationId>2d73a6b8-9e0e-4461-b26e-2c1e4c02941a</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>