GET pricebook/documents/defaults
Gets default covers.
Request Information
URI
https://highlandfleets-dev-api.xaitcpq.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": "41e49731-88f5-4ff7-aa64-819e817af34c", "Back": "83f3f24e-9bfb-4c87-8c39-0446ce306f9c" }
text/html
Sample:
{"Front":"41e49731-88f5-4ff7-aa64-819e817af34c","Back":"83f3f24e-9bfb-4c87-8c39-0446ce306f9c"}
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>83f3f24e-9bfb-4c87-8c39-0446ce306f9c</Back> <Front>41e49731-88f5-4ff7-aa64-819e817af34c</Front> </DefaultCovers>