> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://api-docs.papertracc.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://api-docs.papertracc.com/_mcp/server.

# Amend Expense

PATCH https://api.papertracc.com/v1/expenses/{id}/amend
Content-Type: application/json

Moves a direct expense into amendment flow.

Reference: https://api-docs.papertracc.com/papertracc/sales/expenses/amend-expense

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: collection
  version: 1.0.0
paths:
  /expenses/{id}/amend:
    patch:
      operationId: Amend Expense
      summary: Amend Expense
      description: Moves a direct expense into amendment flow.
      tags:
        - expenses
      parameters:
        - name: id
          in: path
          required: true
          schema:
            type: string
        - name: Authorization
          in: header
          description: Bearer authentication
          required: true
          schema:
            type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Sales_Expenses_Amend Expense_Response_200'
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                reason:
                  type: string
              required:
                - reason
servers:
  - url: https://api.papertracc.com/v1
    description: Production
  - url: https://api.papertracc.com/rc-1
    description: Release Candidate 1
components:
  schemas:
    ExpensesIdAmendPatchResponsesContentApplicationJsonSchemaDataItemsItems:
      type: object
      properties:
        rate:
          type: integer
        amount:
          type: integer
        detail:
          type: string
        tax_id:
          type: string
          format: uuid
        quantity:
          type: integer
        account_id:
          type: string
          format: uuid
        inventory_id:
          type: string
          format: uuid
        currency_code:
          type: string
      required:
        - rate
        - amount
        - detail
        - tax_id
        - quantity
        - account_id
        - inventory_id
        - currency_code
      title: ExpensesIdAmendPatchResponsesContentApplicationJsonSchemaDataItemsItems
    ExpensesIdAmendPatchResponsesContentApplicationJsonSchemaDataVendor:
      type: object
      properties:
        id:
          type: string
          format: uuid
        display_name:
          type: string
      required:
        - id
        - display_name
      title: ExpensesIdAmendPatchResponsesContentApplicationJsonSchemaDataVendor
    ExpensesIdAmendPatchResponsesContentApplicationJsonSchemaDataAdjustmentsItems:
      type: object
      properties:
        name:
          type: string
        type:
          type: string
        value:
          type: number
          format: double
        amount:
          type: integer
        operation:
          type: string
        account_id:
          type: string
          format: uuid
      required:
        - name
        - type
        - value
        - amount
        - operation
        - account_id
      title: >-
        ExpensesIdAmendPatchResponsesContentApplicationJsonSchemaDataAdjustmentsItems
    ExpensesIdAmendPatchResponsesContentApplicationJsonSchemaData:
      type: object
      properties:
        id:
          type: string
          format: uuid
        items:
          type: array
          items:
            $ref: >-
              #/components/schemas/ExpensesIdAmendPatchResponsesContentApplicationJsonSchemaDataItemsItems
        amount:
          type: string
        status:
          type: string
        vendor:
          $ref: >-
            #/components/schemas/ExpensesIdAmendPatchResponsesContentApplicationJsonSchemaDataVendor
        paid_by:
          type: string
        documents:
          type: array
          items:
            description: Any type
        vendor_id:
          type: string
          format: uuid
        account_id:
          type: string
          format: uuid
        created_at:
          type: string
          format: date-time
        project_id:
          type: string
        adjustments:
          type: array
          items:
            $ref: >-
              #/components/schemas/ExpensesIdAmendPatchResponsesContentApplicationJsonSchemaDataAdjustmentsItems
        expense_date:
          type: string
          format: date-time
        currency_code:
          type: string
        exchange_rate:
          type: string
        journal_status:
          type: string
        journal_entry_id:
          type: string
        expense_reference:
          type: string
      required:
        - id
        - items
        - amount
        - status
        - vendor
        - paid_by
        - documents
        - vendor_id
        - account_id
        - created_at
        - project_id
        - adjustments
        - expense_date
        - currency_code
        - exchange_rate
        - journal_status
        - journal_entry_id
        - expense_reference
      title: ExpensesIdAmendPatchResponsesContentApplicationJsonSchemaData
    Sales_Expenses_Amend Expense_Response_200:
      type: object
      properties:
        data:
          $ref: >-
            #/components/schemas/ExpensesIdAmendPatchResponsesContentApplicationJsonSchemaData
        status:
          type: boolean
        message:
          type: string
      required:
        - data
        - status
        - message
      title: Sales_Expenses_Amend Expense_Response_200
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
    identityAuth:
      type: apiKey
      in: header
      name: identity
      description: The identity for the active project.

```

## Examples



**Request**

```json
{
  "reason": "Need to correct amount"
}
```

**Response**

```json
{
  "data": {
    "id": "0bc96ff4-cff0-448c-a96c-17030ca7cbb8",
    "items": [
      {
        "rate": 50000,
        "amount": 500000,
        "detail": "Consulting hours",
        "tax_id": "78c68f6d-d734-4822-9a6c-73f517a0e5c1",
        "quantity": 10,
        "account_id": "d037d299-3029-4dc7-8e72-172f80f23c4f",
        "inventory_id": "55a40b4d-a23a-49aa-a417-828913e9a5c8",
        "currency_code": "NGN"
      }
    ],
    "amount": "75000.00",
    "status": "POSTED",
    "vendor": {
      "id": "0cb2d1a5-2f50-43a1-8c3f-df06f998ef51",
      "display_name": "Global Softworks"
    },
    "paid_by": "user-token-hash",
    "documents": [],
    "vendor_id": "0cb2d1a5-2f50-43a1-8c3f-df06f998ef51",
    "account_id": "d037d299-3029-4dc7-8e72-172f80f23c4f",
    "created_at": "2026-06-18T10:00:00Z",
    "project_id": "spruce-demo",
    "adjustments": [
      {
        "name": "VAT",
        "type": "PERCENTAGE_RATE",
        "value": 7.5,
        "amount": 37500,
        "operation": "ADDITION",
        "account_id": "2b0d1461-e52e-4a1a-a69c-11801431c2c9"
      }
    ],
    "expense_date": "2026-06-18T10:00:00Z",
    "currency_code": "NGN",
    "exchange_rate": "1.00",
    "journal_status": "POSTED",
    "journal_entry_id": "JE-0002",
    "expense_reference": "EXP-0001"
  },
  "status": true,
  "message": "Successfully amended expense"
}
```

**SDK Code**

```python Sales_Expenses_Amend Expense_example
import requests

url = "https://api.papertracc.com/v1/expenses/id/amend"

payload = { "reason": "Need to correct amount" }
headers = {
    "Authorization": "Bearer <apiKey>",
    "Content-Type": "application/json"
}

response = requests.patch(url, json=payload, headers=headers)

print(response.json())
```

```javascript Sales_Expenses_Amend Expense_example
const url = 'https://api.papertracc.com/v1/expenses/id/amend';
const options = {
  method: 'PATCH',
  headers: {Authorization: 'Bearer <apiKey>', 'Content-Type': 'application/json'},
  body: '{"reason":"Need to correct amount"}'
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go Sales_Expenses_Amend Expense_example
package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://api.papertracc.com/v1/expenses/id/amend"

	payload := strings.NewReader("{\n  \"reason\": \"Need to correct amount\"\n}")

	req, _ := http.NewRequest("PATCH", url, payload)

	req.Header.Add("Authorization", "Bearer <apiKey>")
	req.Header.Add("Content-Type", "application/json")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby Sales_Expenses_Amend Expense_example
require 'uri'
require 'net/http'

url = URI("https://api.papertracc.com/v1/expenses/id/amend")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Patch.new(url)
request["Authorization"] = 'Bearer <apiKey>'
request["Content-Type"] = 'application/json'
request.body = "{\n  \"reason\": \"Need to correct amount\"\n}"

response = http.request(request)
puts response.read_body
```

```java Sales_Expenses_Amend Expense_example
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.patch("https://api.papertracc.com/v1/expenses/id/amend")
  .header("Authorization", "Bearer <apiKey>")
  .header("Content-Type", "application/json")
  .body("{\n  \"reason\": \"Need to correct amount\"\n}")
  .asString();
```

```php Sales_Expenses_Amend Expense_example
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('PATCH', 'https://api.papertracc.com/v1/expenses/id/amend', [
  'body' => '{
  "reason": "Need to correct amount"
}',
  'headers' => [
    'Authorization' => 'Bearer <apiKey>',
    'Content-Type' => 'application/json',
  ],
]);

echo $response->getBody();
```

```csharp Sales_Expenses_Amend Expense_example
using RestSharp;

var client = new RestClient("https://api.papertracc.com/v1/expenses/id/amend");
var request = new RestRequest(Method.PATCH);
request.AddHeader("Authorization", "Bearer <apiKey>");
request.AddHeader("Content-Type", "application/json");
request.AddParameter("application/json", "{\n  \"reason\": \"Need to correct amount\"\n}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
```

```swift Sales_Expenses_Amend Expense_example
import Foundation

let headers = [
  "Authorization": "Bearer <apiKey>",
  "Content-Type": "application/json"
]
let parameters = ["reason": "Need to correct amount"] as [String : Any]

let postData = JSONSerialization.data(withJSONObject: parameters, options: [])

let request = NSMutableURLRequest(url: NSURL(string: "https://api.papertracc.com/v1/expenses/id/amend")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "PATCH"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```