GET pricebook/documents/defaults

Gets default covers.

Request Information

URI

https://eurotherm-web-api.xaitcpq.net/pricebook/documents/defaults

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

The default covers.

DefaultCovers
NameDescriptionTypeAdditional information
Front

globally unique identifier

None.

Back

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "Front": "c27de8f9-aa9a-4e7d-bc85-7969898e1822",
  "Back": "b3875cde-76e0-459a-9129-2dfe55b1ec01"
}

text/html

Sample:
{"Front":"c27de8f9-aa9a-4e7d-bc85-7969898e1822","Back":"b3875cde-76e0-459a-9129-2dfe55b1ec01"}

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>b3875cde-76e0-459a-9129-2dfe55b1ec01</Back>
  <Front>c27de8f9-aa9a-4e7d-bc85-7969898e1822</Front>
</DefaultCovers>