Developer Toolkit Save

post

/rest/v16/adminMeta/actions/save

Use this endpoint to validate and save BML and BMLT updates provided in the input Zip file. This endpoint is equivalent to the 'cpq-toolkit push' command.

Request

Supported Media Types
Form Parameters
Back to Top

Response

Supported Media Types

Default Response

Returns a zip file with associated log files.
Body ()
Root Schema : schema
Type: file
Back to Top

Examples

Use this endpoint to validate and save BML and BMLT updates provided in the input Zip file. by submitting a POST request to the REST resource using cURL. For more information about cURL, see Use cURL.

This endpoint is equivalent to the 'cpq-toolkit push' command.

curl "https://sitename.oracle.com/rest/v16/adminMeta/actions/save" \
  -X POST \
  -H "Accept: application/zip" \
  -H "Authorization: Basic c3VwZXJ1c2VyOnFhcGFzcw==" \
  -H "cookie: JSESSIONID=fc628c0043c1411b8cc00359b5131ffe4ba4b30680f9d8fb6c91!-1829082220" \
  -H "Content-Type: multipart/form-data" 
Back to Top