Skip to main content

Add a tag to a W-2

PUT 

/api/v8/partner/w2s/:document_id/tags

Add an existing tag or create a new tag and add it to a W-2.

Request

Path Parameters

    document_id int64required

    The unique identifier of the document.

Body

    name stringrequired

    Possible values: non-empty

Responses

The tag assigned to a specific W-2.

Schema
    id integerrequired

    The unique identifier of the tag.

    name stringrequired

    Possible values: non-empty

    The value of the tag.

Loading...