GET api/BackOrderQuotes/SplashScreenQuotesGet?custno={custno}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
custno
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "backordersquotes": [
    {
      "label": "sample string 1",
      "amount": 2
    },
    {
      "label": "sample string 1",
      "amount": 2
    },
    {
      "label": "sample string 1",
      "amount": 2
    }
  ]
}

text/xml

Sample:
<BackOrderQuotesDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EPDS.Model.Dashboard">
  <backordersquotes>
    <BackOrderQuotes>
      <amount>2</amount>
      <label>sample string 1</label>
    </BackOrderQuotes>
    <BackOrderQuotes>
      <amount>2</amount>
      <label>sample string 1</label>
    </BackOrderQuotes>
    <BackOrderQuotes>
      <amount>2</amount>
      <label>sample string 1</label>
    </BackOrderQuotes>
  </backordersquotes>
</BackOrderQuotesDetails>