Doc.ImportCCFormat
Purpose
The ImportCCFormat method
imports documents from a predefined XML document format.
Required
Permissions
None.
Parameters
AppID |
The ID of a particular instance of the Product Catalog application. For more information on AppID, refer to “ AppID” on page 1 . |
SessionID |
Session ID of the user who is currently logged on to the system. |
XMLDocumentMgmtAction |
The XML document you are importing. |
ApplyResults |
Determines if changes are made to the database. If ApplyResults is true, the changes are made to the database. If false, no changes are made to the database. If AllowPartialUpdate is true,
a fatal error does not abort the entire operation, but only the current
document. Use the list of errors in the return as the master list of errors and error codes. |
AllowPartialUpdate |
Determines if a fatal error aborts the entire operation or only the current document. See usage notes. |
Returns
This method returns an XML document.
<DocumentMgmt xmlns=”CC
namespace goes here”>
<DocumentMgmtHeader> {These are fatal errors.}
<Error id=’1’>Submitting Partner UID not found</Error> {These are non-fatal warnings.}
<Warning id=’1001’>Restricted UID not found</Error>
</DocumentMgmtActionErrors> |