GET pricebook/documents/defaults
Gets default covers.
Request Information
URI
https://scoregroup-uat-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": "e1b8b95b-460e-4db2-8ac6-d4f601cab55f",
"Back": "ba948862-f47a-4a2e-93d6-d0e2f9d300ec"
}
text/html
Sample:
{"Front":"e1b8b95b-460e-4db2-8ac6-d4f601cab55f","Back":"ba948862-f47a-4a2e-93d6-d0e2f9d300ec"}
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>ba948862-f47a-4a2e-93d6-d0e2f9d300ec</Back> <Front>e1b8b95b-460e-4db2-8ac6-d4f601cab55f</Front> </DefaultCovers>