lifelineAgencyBranchInfo
Get the Lifeline Agency Branch information for a given LifelineAgencySignUpsFileRecord ID.
Arguments
The LifelineAgencySignUpsFileRecord ID.
Returns
LifelineAgencyBranchInfo!Examples
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.
query LifelineAgencyBranchInfo($lifelineAgencySignUpsFileRecordId: Int!) {
lifelineAgencyBranchInfo(lifelineAgencySignUpsFileRecordId: $lifelineAgencySignUpsFileRecordId) {
address
businessHoursFrom
businessHoursTo
name
representativeName
representativePhoneNumber
weekendBusinessHoursFrom
weekendBusinessHoursTo
}
}
Variables
{
"lifelineAgencySignUpsFileRecordId": 53180949
}
Response
{
"data": {
"lifelineAgencyBranchInfo": {
"address": "woman-sign-nearly-manager-magazine",
"businessHoursFrom": "01:29:26.081671",
"businessHoursTo": "07:15:13.984707",
"name": "television-administration-investment-forward-never",
"representativeName": "weight-early-great-rate-sing",
"representativePhoneNumber": "technology-share-place-could-alone",
"weekendBusinessHoursFrom": "21:11:32.460719",
"weekendBusinessHoursTo": "09:40:18.797669"
}
}
}