Skip to content

createLineWriteOff

Manually record a payer-balance write-off on a claim service line

Arguments

input · CreateLineWriteOffInput! · required · Parameters for CreateLineWriteOff

Returns

CreateLineWriteOffPayload

Example

mutation createLineWriteOff($input: CreateLineWriteOffInput!) {
createLineWriteOff(input: $input) {
line_write_off
messages
}
}