POST xaitporter/publish_documents
Updates the XaitPorter project with document revisions of all the project documents as request by the user. The document revisions are available in XaitPorter as well as in the quote documents section of CPQ
Request Information
URI
https://ofd-api.blueprintcpq.net/xaitporter/publish_documents?projectRecordId={projectRecordId}
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
projectRecordId |
Existing project record Id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns true, if success, else false.
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>