GET pricebook/documents/defaults

Gets default covers.

Request Information

URI

https://mtm-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": "d6cf85eb-8868-4e59-93be-0471ac5b1e7a",
  "Back": "2b111bb0-df9f-4ee9-8312-5f6846a69f86"
}

text/html

Sample:
{"Front":"d6cf85eb-8868-4e59-93be-0471ac5b1e7a","Back":"2b111bb0-df9f-4ee9-8312-5f6846a69f86"}

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>2b111bb0-df9f-4ee9-8312-5f6846a69f86</Back>
  <Front>d6cf85eb-8868-4e59-93be-0471ac5b1e7a</Front>
</DefaultCovers>