Interface StagedOrderSetParcelCustomTypeAction

interface StagedOrderSetParcelCustomTypeAction {
    action: "setParcelCustomType";
    fields?: FieldContainer;
    parcelId: string;
    type?: TypeResourceIdentifier;
}

Properties

action: "setParcelCustomType"

Sets the Custom Fields fields for the Parcel.

parcelId: string

Defines the Type that extends the Parcel with Custom Fields. If absent, any existing Type and Custom Fields are removed from the Parcel.

Generated using TypeDoc