Skip to content

createFaxAcctInfo

create Fax Acct Info

Arguments

input · createFaxAcctInfoInput · Parameters for createFaxAcctInfo

Returns

createFaxAcctInfoPayload

Example

mutation createFaxAcctInfo($input: createFaxAcctInfoInput) {
createFaxAcctInfo(input: $input) {
messages
success_string
}
}