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": "b8a937c2-4258-4947-93a7-ccaeb50a3c70",
"Back": "f4b6901b-9758-41c3-8457-31cf08567706"
}
text/html
Sample:
{"Front":"b8a937c2-4258-4947-93a7-ccaeb50a3c70","Back":"f4b6901b-9758-41c3-8457-31cf08567706"}
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>f4b6901b-9758-41c3-8457-31cf08567706</Back> <Front>b8a937c2-4258-4947-93a7-ccaeb50a3c70</Front> </DefaultCovers>