GET pricebook/documents/defaults
Gets default covers.
Request Information
URI
https://highlandfleets-api.xaitcpq.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": "eb16bcf0-fae0-4287-8498-0c0b64186223",
"Back": "c621264b-d875-4724-9433-6e550d4dab76"
}
text/html
Sample:
{"Front":"eb16bcf0-fae0-4287-8498-0c0b64186223","Back":"c621264b-d875-4724-9433-6e550d4dab76"}
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>c621264b-d875-4724-9433-6e550d4dab76</Back> <Front>eb16bcf0-fae0-4287-8498-0c0b64186223</Front> </DefaultCovers>