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.
DefaultCovers| Name | Description | Type | Additional information |
|---|---|---|---|
| Front | globally unique identifier |
None. |
|
| Back | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Front": "fe891a9a-fc8d-4cc7-9963-d927c989f306",
"Back": "ef86cce8-4735-4d98-89cf-cc7d894e69e2"
}
text/html
Sample:
{"Front":"fe891a9a-fc8d-4cc7-9963-d927c989f306","Back":"ef86cce8-4735-4d98-89cf-cc7d894e69e2"}
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>ef86cce8-4735-4d98-89cf-cc7d894e69e2</Back> <Front>fe891a9a-fc8d-4cc7-9963-d927c989f306</Front> </DefaultCovers>