---
title: "POST /api/complete-todo-list"
method: POST
path: "/api/complete-todo-list"
tags: ["ToDoList"]
---

# POST /api/complete-todo-list

`POST /api/complete-todo-list`

## Request body

- CompleteTaskListRequest
  - `dataCenter` string, nullable
  - `customerTaskId` string, nullable
  - `scrutizerId` string, nullable
  - `taskName` string, nullable
  - `address` string, nullable
  - `address1` string, nullable
  - `phone` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `zipcode` string, nullable
  - `country` string, nullable
  - `province` string, nullable
  - `fullName` string, nullable
  - `email` string, nullable
  - `autoDomain` string, nullable
  - `company` string, nullable
  - `serialNumber` string, nullable
  - `tenantSerial` string, nullable
  - `tenantType` string, nullable
  - `sesTenantSerialNumber` string, nullable
  - `registerses` string, nullable
  - `sesExpirationDate` string, nullable
  - `sesLicQuantity` string, nullable
  - `casbDataCenter` string, nullable
  - `casbsubdomain` string, nullable

## Response `200`

Success

- CompleteTaskListResponse
  - `content` CompleteTaskListRes
    - `serialNumber` string, nullable
  - `operationStatus` string, nullable
  - `msgCode` string, nullable
  - `msgId` string, nullable
  - `msgDesc` string, nullable

---

[API](https://skmtc.dev/mysonicwall/apis/restapi-core-v1.md) · [All operations](https://skmtc.dev/mysonicwall/apis/restapi-core-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mysonicwall/restapi-core-v1/revisions/ddffed195eba/schema)
