Get charge storage location
GET
/transfer/rest/v1/charges/storage-location/{charge}/{type}
Returns storage location of a charge
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Path Parameters
charge*
Typestring
RequiredExample
"CHG001"type*
Typeinteger
RequiredExample
1Responses
Charge storage locations
application/json
JSON
[
{
"chargeNumber": "string",
"storageCell": "string",
"quantity": 0
}
]