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": "3683a211-f803-4056-8f4c-8f5c436aaf0b", "MarketingPlanId": "34ea0600-dcc2-4eac-b628-078a055595f5", "EventId": "15079adc-4bfe-46d1-89a1-10475faa5d75", "CountryId": "872623f0-effc-43e3-93df-6f2f6cefd061", "BrandedApplicationId": "38b430f6-6c17-4db4-b913-63baa3309b09", "PreNotificationId": "2496fd6f-aa94-427c-8b2b-4e1b3e049542" }
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>38b430f6-6c17-4db4-b913-63baa3309b09</BrandedApplicationId> <CountryId>872623f0-effc-43e3-93df-6f2f6cefd061</CountryId> <EventId>15079adc-4bfe-46d1-89a1-10475faa5d75</EventId> <MarketingPlanId>34ea0600-dcc2-4eac-b628-078a055595f5</MarketingPlanId> <Name>sample string 1</Name> <OrganizationId>3683a211-f803-4056-8f4c-8f5c436aaf0b</OrganizationId> <PreNotificationId>2496fd6f-aa94-427c-8b2b-4e1b3e049542</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>