POST v1/advisors/buyer-todoList-save

Request Information

URI Parameters

None.

Body Parameters

AdvisorTodoListDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

IsCheck

boolean

None.

IsDelete

boolean

None.

CreatedOn

date

None.

UpdatedOn

date

None.

CreatedBy

globally unique identifier

None.

UpdatedBy

globally unique identifier

None.

Message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "8b28a99c-c19d-4ba8-a2ea-b98b14776280",
  "isCheck": true,
  "isDelete": true,
  "createdOn": "2024-09-13T10:06:51.5674742Z",
  "updatedOn": "2024-09-13T10:06:51.5674742Z",
  "createdBy": "e4699c42-0822-40eb-8aa3-1904e67b3893",
  "updatedBy": "fc066f95-de2f-4dbe-9a81-43552f6d6da0",
  "message": "sample string 8"
}

text/html, multipart/form-data

Sample:
{"id":"8b28a99c-c19d-4ba8-a2ea-b98b14776280","isCheck":true,"isDelete":true,"createdOn":"2024-09-13T10:06:51.5674742Z","updatedOn":"2024-09-13T10:06:51.5674742Z","createdBy":"e4699c42-0822-40eb-8aa3-1904e67b3893","updatedBy":"fc066f95-de2f-4dbe-9a81-43552f6d6da0","message":"sample string 8"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, multipart/form-data

Sample:

Sample not available.