Skip to main content

Add tags to a W-2

POST 

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

Add existing tags or create new tags and add them to a W-2.

Request

Path Parameters

    document_id int64required

    The unique identifier of the document.

Body

    tags string[]required

    Possible values: non-empty

Responses

List of tags assigned to a specific W-2.

Schema
    tags object[]required

    The list of tags.

  • Array [
  • id integerrequired

    The unique identifier of the tag.

    name stringrequired

    Possible values: non-empty

    The value of the tag.

  • ]
Loading...