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": "fa2cfa47-b588-4d88-bcb2-d60415a525e2", "MarketingPlanId": "9b0efc0b-77d6-4ab4-8769-8ed38b730555", "EventId": "0700c885-6b6b-407d-ace1-e4c6da4c2e2b", "CountryId": "bc56cbe1-1e53-4f59-8f1c-aa5e80d645a9", "BrandedApplicationId": "84d7021e-8ce5-4b39-9427-328ce99385ac", "PreNotificationId": "ffe12533-ec7d-4aa5-84b1-ece26815e09a" }
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>84d7021e-8ce5-4b39-9427-328ce99385ac</BrandedApplicationId> <CountryId>bc56cbe1-1e53-4f59-8f1c-aa5e80d645a9</CountryId> <EventId>0700c885-6b6b-407d-ace1-e4c6da4c2e2b</EventId> <MarketingPlanId>9b0efc0b-77d6-4ab4-8769-8ed38b730555</MarketingPlanId> <Name>sample string 1</Name> <OrganizationId>fa2cfa47-b588-4d88-bcb2-d60415a525e2</OrganizationId> <PreNotificationId>ffe12533-ec7d-4aa5-84b1-ece26815e09a</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>