MarketSupplyQuotedSupplyPointType
A supply point quoted as part of a quote request.
Fields
A JSON object containing client parameters on the quoted product.
The ID of the quoted supply point.
The identifier of the quoted supply point, if one exists.
The market this supply point belongs to.
Details of all products quoted for this supply point.
The supply point being quoted.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"clientParams": {"key": "value"},
"id": "41570925",
"identifier": "67102137",
"marketName": "laugh-happen-tree-country-lot",
"quotedProducts": MarketSupplyQuotedProductConnectionTypeConnection,
"supplyPoint": SupplyPointType
}