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": "97f95a3c-8d27-4c6c-9b2d-405ab850e6b6", "Back": "68488718-8a23-406d-ac55-955e3b2bbed2" }
text/html
Sample:
{"Front":"97f95a3c-8d27-4c6c-9b2d-405ab850e6b6","Back":"68488718-8a23-406d-ac55-955e3b2bbed2"}
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>68488718-8a23-406d-ac55-955e3b2bbed2</Back> <Front>97f95a3c-8d27-4c6c-9b2d-405ab850e6b6</Front> </DefaultCovers>