Apply Template to Transaction

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://apidocs.lwolf.com/doc/zipform-api/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "ZipForm API MCP server": {
    "url": "https://apidocs.lwolf.com/doc/zipform-api/mcp"
  }
}

Close
GET /transactions/{transactionId}/apply/{templateId}

Applies a template to a specified transaction.

Path parameters

  • transactionId string(uuid) Required

    Transaction GUID

  • templateId string Required

    Template ID

Responses

  • 200

    Template applied successfully

  • 403

    Forbidden

  • 500

    Internal server error

GET /transactions/{transactionId}/apply/{templateId}
curl \
 --request GET 'https://api.pre.zipformplus.com/api/transactions/{transactionId}/apply/{templateId}' \
 --header "X-Auth-ContextId: $API_KEY"