POST api/WebForm?entityId={entityId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| entityId | globally unique identifier |
Required |
Body Parameters
EntitySaveModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| EntityName | string |
None. |
|
| EntityId | string |
None. |
|
| DisplayName | string |
None. |
|
| PrimaryImage | PrimaryImage |
None. |
|
| Cells | Collection of CellInfoModel |
None. |
|
| RelationshipChanges | Collection of RelationshipChangeModel |
None. |
|
| ImportExportRegionChanges | Collection of ImportExportRegionChangeModel |
None. |
|
| BrandedProgramProductSales | Collection of BrandedProductSalesModel |
None. |
|
| CountryProductSales | Collection of CountryProductSalesModel |
None. |
|
| PromotedProducts | Collection of PromotedProductsModel |
None. |
|
| MarketingPlanExpenses | Collection of MarketingPlanActivityModel |
None. |
|
| AddNew | boolean |
None. |
|
| isAmendment | boolean |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<EntitySaveModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoodExport.Web.Services.Models">
<AddNew>true</AddNew>
<BrandedProgramProductSales>
<BrandedProductSalesModel>
<Id>5d99da03-f977-43ed-8a14-e835307315df</Id>
<ProgramYear>3</ProgramYear>
<TotalDomesticSales>1</TotalDomesticSales>
<TotalExportSales>1</TotalExportSales>
<Year>sample string 2</Year>
</BrandedProductSalesModel>
<BrandedProductSalesModel>
<Id>5d99da03-f977-43ed-8a14-e835307315df</Id>
<ProgramYear>3</ProgramYear>
<TotalDomesticSales>1</TotalDomesticSales>
<TotalExportSales>1</TotalExportSales>
<Year>sample string 2</Year>
</BrandedProductSalesModel>
</BrandedProgramProductSales>
<Cells>
<CellInfoModel>
<ClassId>sample string 3</ClassId>
<EarlyBound>true</EarlyBound>
<Id>sample string 1</Id>
<TargetEntityType>sample string 4</TargetEntityType>
<Text>sample string 2</Text>
</CellInfoModel>
<CellInfoModel>
<ClassId>sample string 3</ClassId>
<EarlyBound>true</EarlyBound>
<Id>sample string 1</Id>
<TargetEntityType>sample string 4</TargetEntityType>
<Text>sample string 2</Text>
</CellInfoModel>
</Cells>
<CountryProductSales>
<CountryProductSalesModel>
<Id>8738d959-890b-4d12-ad0f-4703d3eaf9e4</Id>
<ProgramYear>3</ProgramYear>
<SalesNotIncreasedComments>sample string 4</SalesNotIncreasedComments>
<TotalSales>1</TotalSales>
<Year>sample string 2</Year>
</CountryProductSalesModel>
<CountryProductSalesModel>
<Id>8738d959-890b-4d12-ad0f-4703d3eaf9e4</Id>
<ProgramYear>3</ProgramYear>
<SalesNotIncreasedComments>sample string 4</SalesNotIncreasedComments>
<TotalSales>1</TotalSales>
<Year>sample string 2</Year>
</CountryProductSalesModel>
</CountryProductSales>
<DisplayName>sample string 4</DisplayName>
<EntityId>sample string 3</EntityId>
<EntityName>sample string 2</EntityName>
<Id>sample string 1</Id>
<ImportExportRegionChanges>
<ImportExportRegionChangeModel>
<CurrentlyExporting>true</CurrentlyExporting>
<CurrentlyImporting>true</CurrentlyImporting>
<EntityId>sample string 2</EntityId>
<Id>sample string 1</Id>
<InterestedInExporting>true</InterestedInExporting>
<InterestedInImporting>true</InterestedInImporting>
</ImportExportRegionChangeModel>
<ImportExportRegionChangeModel>
<CurrentlyExporting>true</CurrentlyExporting>
<CurrentlyImporting>true</CurrentlyImporting>
<EntityId>sample string 2</EntityId>
<Id>sample string 1</Id>
<InterestedInExporting>true</InterestedInExporting>
<InterestedInImporting>true</InterestedInImporting>
</ImportExportRegionChangeModel>
</ImportExportRegionChanges>
<MarketingPlanExpenses>
<MarketingPlanActivityModel>
<BrandedReimbursementRate>1</BrandedReimbursementRate>
<Checked>true</Checked>
<CountryActivityId>bc4620e9-f9c0-423e-8b15-9c2904359fa9</CountryActivityId>
<Description>sample string 4</Description>
<EligibleExpense>5</EligibleExpense>
<ExpenseId>74758fa2-4257-4413-a941-f5b403504748</ExpenseId>
<IsForeignTradeShowsMissions>true</IsForeignTradeShowsMissions>
<PromotionPlan>sample string 3</PromotionPlan>
</MarketingPlanActivityModel>
<MarketingPlanActivityModel>
<BrandedReimbursementRate>1</BrandedReimbursementRate>
<Checked>true</Checked>
<CountryActivityId>bc4620e9-f9c0-423e-8b15-9c2904359fa9</CountryActivityId>
<Description>sample string 4</Description>
<EligibleExpense>5</EligibleExpense>
<ExpenseId>74758fa2-4257-4413-a941-f5b403504748</ExpenseId>
<IsForeignTradeShowsMissions>true</IsForeignTradeShowsMissions>
<PromotionPlan>sample string 3</PromotionPlan>
</MarketingPlanActivityModel>
</MarketingPlanExpenses>
<PrimaryImage>
<CellId>sample string 4</CellId>
<ContentType>sample string 2</ContentType>
<FileName>sample string 1</FileName>
<PrimaryImageBase64>sample string 3</PrimaryImageBase64>
</PrimaryImage>
<PromotedProducts>
<PromotedProductsModel>
<BrandName>sample string 3</BrandName>
<Checked>true</Checked>
<NewToMarket>true</NewToMarket>
<ProductId>d6dc1203-f821-45b8-a0b3-6b6f0bf84b11</ProductId>
<ProductSubSubType>sample string 6</ProductSubSubType>
<ProductSubType>sample string 5</ProductSubType>
<ProductType>sample string 4</ProductType>
<PromotedProductId>4ce3d2db-034e-4df0-bb89-20dd02fb9a2b</PromotedProductId>
</PromotedProductsModel>
<PromotedProductsModel>
<BrandName>sample string 3</BrandName>
<Checked>true</Checked>
<NewToMarket>true</NewToMarket>
<ProductId>d6dc1203-f821-45b8-a0b3-6b6f0bf84b11</ProductId>
<ProductSubSubType>sample string 6</ProductSubSubType>
<ProductSubType>sample string 5</ProductSubType>
<ProductType>sample string 4</ProductType>
<PromotedProductId>4ce3d2db-034e-4df0-bb89-20dd02fb9a2b</PromotedProductId>
</PromotedProductsModel>
</PromotedProducts>
<RelationshipChanges>
<RelationshipChangeModel>
<EntityId>483cc688-1aab-4165-b2a6-204b2a18a0f9</EntityId>
<Id>sample string 1</Id>
<RelationshipName>sample string 3</RelationshipName>
<Status>sample string 2</Status>
<TargetEntityType>sample string 4</TargetEntityType>
</RelationshipChangeModel>
<RelationshipChangeModel>
<EntityId>483cc688-1aab-4165-b2a6-204b2a18a0f9</EntityId>
<Id>sample string 1</Id>
<RelationshipName>sample string 3</RelationshipName>
<Status>sample string 2</Status>
<TargetEntityType>sample string 4</TargetEntityType>
</RelationshipChangeModel>
</RelationshipChanges>
<isAmendment>true</isAmendment>
</EntitySaveModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.