POST marketingplan/prenotification
Request Information
URI Parameters
None.
Body Parameters
CreatePrenotificationModelName | 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": "3bcb3c27-6ca4-4e47-8fdf-890fcc0979a7", "MarketingPlanId": "25dcb41d-1ad1-478d-80fb-a31e8e5e548a", "EventId": "4ad54b2f-e398-4d01-be71-06f52a80a0a2", "CountryId": "967ace7b-23e5-47cb-b5d2-2d44b3a2f87a", "BrandedApplicationId": "9d57b348-64e2-4d9e-8fcb-b7b1293ab628", "PreNotificationId": "25ecfdba-2413-4b1f-84fc-c4f2935efe66" }
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>9d57b348-64e2-4d9e-8fcb-b7b1293ab628</BrandedApplicationId> <CountryId>967ace7b-23e5-47cb-b5d2-2d44b3a2f87a</CountryId> <EventId>4ad54b2f-e398-4d01-be71-06f52a80a0a2</EventId> <MarketingPlanId>25dcb41d-1ad1-478d-80fb-a31e8e5e548a</MarketingPlanId> <Name>sample string 1</Name> <OrganizationId>3bcb3c27-6ca4-4e47-8fdf-890fcc0979a7</OrganizationId> <PreNotificationId>25ecfdba-2413-4b1f-84fc-c4f2935efe66</PreNotificationId> </CreatePrenotificationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EntityReferenceName | 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>