Reference > WebSphere Commerce Web services > Marketing
Marketing
Noun MarketingContent
Description
The MarketingContent noun is used to model marketing content. Marketing content refers to any creative material created for the site. Marketing content can have multiple language descriptions, and can optionally be associated with an attachment.
BOD Summary
Access Profile and Expression Builder columns are for Get BOD only.
BOD Action Code / Access Profile Action Expression Service Provided Sample XML Message Client Library / Expression Builder GetMarketingContent IBM_Admin_Details, IBM_Store_Details /MarketingContent[MarketingContentIdentifier[(UniqueID=)]] Finds marketing content by marketing content IDs. Request
ResponsefindByUniqueIDs IBM_Admin_Details, IBM_Store_Details {_wcf.ap=$accessProfile$;_wcf.dataLanguageIds='$dataLanguageIds$'}/MarketingContent[MarketingContentIdentifier[(UniqueID=$UniqueId$)]] Finds marketing content descriptions by marketing content IDs. Request
ResponsefindMarketingContentDescriptionsById IBM_Admin_Summary, IBM_Store_Summary /MarketingContent Finds all marketing content in a store. Request
ResponsefindAll IBM_Admin_Summary, IBM_Store_Summary /MarketingContent[search(MarketingContentIdentifier/ExternalIdentifier/Name='$searchText$' or MarketingContentDescription/MarketingText='$searchText$')] Finds marketing content in a store by name or by the marketing text it contains. Request
ResponsefindByName IBM_Admin_Summary /MarketingContent[MarketingContentFormat[UniqueID=$contentType$] and search(MarketingContentIdentifier/ExternalIdentifier/Name='$searchText$' or MarketingContentDescription/MarketingText='$searchText$')] Finds marketing content of a specific type in a store by name or by the marketing text it contains. Request
ResponsefindByNameAndType IBM_Admin_Details, IBM_Store_Details /MarketingContent[Attachment[AttachmentIdentifier[(UniqueID='$attachmentId$')]]] Finds marketing content by the attachment ID. Request
ResponsefindMarketingContentByAttachmentId ProcessMarketingContent Add Creates a new marketing content. Request
ResponseMarketingFacadeClient.createMarketingContent Delete Deletes an existing marketing content. Request
ResponseMarketingFacadeClient.deleteMarketingContent ChangeMarketingContent Change /MarketingContent Updates an existing marketing content. Request
ResponseMarketingFacadeClient.updateMarketingContent Add /MarketingContent/Attachment Adds an attachment to the marketing content. Request
ResponseMarketingFacadeClient.createMarketingContentAttachment Delete /MarketingContent/Attachment Deletes the reference to an attachment. Request
ResponseMarketingFacadeClient.deleteMarketingContentAttachment Add /MarketingContent/MarketingContentDescription Creates a new marketing content description. Request
ResponseMarketingFacadeClient.createMarketingContentDescription Change /MarketingContent/MarketingContentDescription Updates an existing marketing content description. Request
ResponseMarketingFacadeClient.updateMarketingContentDescription Delete /MarketingContent/MarketingContentDescription Deletes an existing marketing content description. Request
ResponseMarketingFacadeClient.deleteMarketingContentDescription
Access Profile
Access Profile Data Returned Description Sample XML Message IBM_Admin_Summary
- /MarketingContent/MarketingContentIdentifier
IBM_Admin_Details
- /MarketingContent/MarketingContentIdentifier
- /MarketingContent/MarketingContentDescription
- /MarketingContent/MarketingContentFormat
- /MarketingContent/Attachment
IBM_Store_Summary
- /MarketingContent/MarketingContentIdentifier
IBM_Store_Details
- /MarketingContent/MarketingContentIdentifier
- /MarketingContent/MarketingContentDescription
- /MarketingContent/MarketingContentFormat
- /MarketingContent/Attachment
XSD files
- MarketingContent.xsd
- MarketingCommon.xsd
- IdentifierTypes.xsd
- CommonTypes.xsd
- BaseTypes.xsd
- CommerceFoundation.xsd
Topic URL: _vcc_freeselect_bottom_