Skip to content

createLinePayment

Manually post a line-level insurance payment on a claim service line

Arguments

input · CreateLinePaymentInput! · required · Parameters for CreateLinePayment

Returns

CreateLinePaymentPayload

Example

mutation createLinePayment($input: CreateLinePaymentInput!) {
createLinePayment(input: $input) {
line_payment
messages
}
}