PrepareAccountSupplyPointInput
Input that can be provided to prepare account in order to identify previous accounts. This can be either the id of an actual supply point, or its market name and external_identifier. Only one of these should be provided. If both are present we give preference to the object id.
Input fields
The ID of the supply point to be enrolled.
The details of the supply point to be enrolled.
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
{
"supplyPointId": "29821897",
"supplyPointInfo": SupplyPointInfoInput
}