---
title: "Update transaction response"
method: PATCH
path: "/transactions/{transaction_id}/response"
tags: ["Transaction Response"]
---

# Update transaction response

`PATCH /transactions/{transaction_id}/response`

Update transaction response with new data and resources

## Path parameters

- `transaction_id` string, uuid, required — Unique identifier (GUID) for the subject resource

## Headers

- `Authorization` string, required

## Request body

- TransactionResponse — Transaction response
  - `status` 'processing' | 'completed' | 'failed' | 'canceled' | 'inputRequired', required — Transaction response status as canonicalized by EPC
  - `referenceNumber` string, required — External reference for the transaction as maintained by the Partner
  - `partnerStatus` string — Transaction status as maintained by the Partner
  - `respondingParty` Organization — Originating/requesting organization information
    - `name` string — Organization Name
    - `address` string — Organization Street Address
    - `city` string — Organization City
    - `state` string — Organization State
    - `postalCode` string — Organization Postal Code
    - `pointOfContact` User — Originating/requesting user information
      - `name` string — User Name
      - `role` string — User Role
      - `email` string — User Email
      - `phone` string — User Phone Number
  - `loanFormat` 'application/vnd.plm-2.0.0+json' — Loan data representation format
  - `loan` object — Loan data object
  - `resources` TransactionResource[] — Transaction Response Resources
    - `name` string, required — Resource name including extension
    - `mimeType` 'text/plain' | 'application/xml' | 'application/json' | 'image/jpeg' | 'image/png' | 'image/bmp' | 'image/gif' | 'application/msword' | 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' | 'text/html' | 'application/vnd.ms-xpsdocument' | 'application/emf' | 'application/zip' | 'application/pdf' | 'text/csv', required — Resource MIME type
    - `type` string — Type of resource - must be one of the resource types that the product is entitled to deliver for the subject request type, as defined in its data entitlements
    - `id` string, uuid, required — EPC generated UUID for the subject resource
  - `result` TransactionResponseResult — Transaction Response Result
    - `resultFormat` 'application/vnd.productpricing-lock-1.0.0.json' | 'application/vnd.productpricing-extendlock-1.0.0.json' | 'application/vnd.productpricing-relock-1.0.0.json' | 'application/vnd.productpricing-cancellock-1.0.0.json' | 'application/vnd.productpricing-lock-and-confirm-1.0.0.json', required — One of an enumerated set of supported custom transaction result formats
    - `action` 'LOCK' | 'RELOCK' | 'EXTEND' | 'CANCEL' | 'LOCK_CONFIRM', required — One of an enumerated set of resulting actions initiated by a custom transaction result
    - `details` object, required — Object encapulating details pertinent to the resulting action
  - `errors` ErrorModel[] — Errors
    - `code` string, required — Unique code for the error
    - `description` string, required — Human-friendly description for the error
    - `type` 'system' — Error type
    - `fieldId` string — Resource field related to the error
    - `resourceId` 'TRANSACTION' | 'PRODUCT' | 'ORIGIN', required — Resource related to the error
  - `inputRequired` TransactionInputRequired[] — Transaction data input required as reported by the Partner
    - `name` string — Input Required Item name
    - `type` 'field' | 'resource' — Input Required Item Type
    - `value` string — Input Required Item Current Value
    - `description` string — Input Required Item Description
    - `jsonPath` string — Input Required field JSON Path

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/elliemae/apis/oauth2-restful-api.md) · [All operations](https://skmtc.dev/elliemae/apis/oauth2-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/elliemae/oauth2-restful-api/revisions/f1196f5edd58/schema)
