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": "edf5db8c-7c15-44cd-b7dd-02557bba8492",
  "Back": "f682fd7c-d54d-4513-816d-6c0b10489531"
}

text/html

Sample:
{"Front":"edf5db8c-7c15-44cd-b7dd-02557bba8492","Back":"f682fd7c-d54d-4513-816d-6c0b10489531"}

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>f682fd7c-d54d-4513-816d-6c0b10489531</Back>
  <Front>edf5db8c-7c15-44cd-b7dd-02557bba8492</Front>
</DefaultCovers>