GET pricebook/documents/defaults
Gets default covers.
Request Information
URI
https://ofd-api.blueprintcpq.net/pricebook/documents/defaults
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The default covers.
DefaultCoversName | Description | Type | Additional information |
---|---|---|---|
Front | globally unique identifier |
None. |
|
Back | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Front": "960f5e69-76b8-4c48-be91-579d2e30c725", "Back": "d98b240f-8feb-4364-9283-15fd938ec86e" }
text/html
Sample:
{"Front":"960f5e69-76b8-4c48-be91-579d2e30c725","Back":"d98b240f-8feb-4364-9283-15fd938ec86e"}
application/xml, text/xml
Sample:
<DefaultCovers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models.DataModels"> <Back>d98b240f-8feb-4364-9283-15fd938ec86e</Back> <Front>960f5e69-76b8-4c48-be91-579d2e30c725</Front> </DefaultCovers>