Skip to main content

AuthorizationClaimItemsRequest

List of products being claimed against a pre-authorization.

products object[]required

Products being claimed. At least one entry is required.

  • Array [
  • indexinteger<int32>

    Position of the product within the request. Used to correlate response entries with request entries.

    product_idstring

    Provider-side product identifier. Free-form string.

    pricenumberrequired

    Unit price of the product. Decimal number.

    quantityinteger<int32>required

    Number of units being dispensed or invoiced.

    substitute_product_idstring

    Provider-side identifier of the substitute product used, when the original was not dispensed.

    substitute_quantityinteger<int32>

    Quantity of the substitute product dispensed.

    authorization_product_idinteger<int64>required

    Identifier of the pre-authorization product line this claim item corresponds to.

  • ]