UpdateQprLocationConfigurationInput
Input for updating contact information for a German federal state.
input UpdateQprLocationConfigurationInput {
locationCode: FederalStates!
locationName: String!
specialNote: String
vdekAddress: Address!
vdekEmail: String!
vdekPhone: String!
vdekWeb: String!
}
Fields
UpdateQprLocationConfigurationInput.locationCode ● FederalStates! non-null enum
The federal state to update contact information for.
UpdateQprLocationConfigurationInput.locationName ● String! non-null scalar
Name of the location.
UpdateQprLocationConfigurationInput.specialNote ● String scalar
Additional notes about the federal state.
UpdateQprLocationConfigurationInput.vdekAddress ● Address! non-null scalar
Postal address of the federal state authority.
UpdateQprLocationConfigurationInput.vdekEmail ● String! non-null scalar
Email address of the federal state authority.
UpdateQprLocationConfigurationInput.vdekPhone ● String! non-null scalar
Phone number of the federal state authority.
UpdateQprLocationConfigurationInput.vdekWeb ● String! non-null scalar
Website of the federal state authority.