lifelineAgencyBranchInfo
Get the Lifeline Agency Branch information for a given LifelineAgencySignUpsFileRecord ID.
Arguments
The LifelineAgencySignUpsFileRecord ID.
Returns
LifelineAgencyBranchInfo!Possible Errors
Allowed Viewers
Required Permissions
Can create accountsQuery Complexity
1Examples
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": 92476242
}
Response
{
"data": {
"lifelineAgencyBranchInfo": {
"address": "rich-detail-usually-act-word",
"businessHoursFrom": "21:40:07.655976",
"businessHoursTo": "23:22:47.924290",
"name": "necessary-across-share-be-stage",
"representativeName": "along-month-decide-eye-make",
"representativePhoneNumber": "he-hot-president-crime-consider",
"weekendBusinessHoursFrom": "09:21:15.447233",
"weekendBusinessHoursTo": "04:58:34.680962"
}
}
}