Skip to main content
Version: v0.0.2

Function: build277CA()

build277CA(spec): X12Interchange

build277CA - assemble a 005010X214 277CA Claim Acknowledgment around the supplied spec. Identical body to build277; only the ST-03 / GS-08 version differs (so the parsed result is admitted by "./get-277.js".get277CADisposition and carries transactionType: "claim-acknowledgment").

Parameters

spec

Build277Spec

Returns

X12Interchange

Example

import { build277CA } from "@cosyte/x12";
declare const spec: import("@cosyte/x12").Build277Spec;
const ix = build277CA(spec); // ST-03 = 005010X214