Batch

Archive a batch of line items by ID

Archive multiple line items simultaneously by specifying their IDs in the request body.

post/crm/v3/objects/line_items/batch/archive

Request body

Example request

{
  "inputs": [
    {
      "id": "430001"
    }
  ]
}

Response

No content

Changes