POST Api/ActionPlanDetailsAPI/AddFeedBack

Request Information

URI Parameters

None.

Body Parameters

ActionPlanFeedBackDTO
NameDescriptionTypeAdditional information
Id

integer

None.

APMasterId

integer

Required

Matching regular expression pattern: ^[0-9]*$

RequiredAction

boolean

Range: inclusive between false and true

CreatedBy

integer

Matching regular expression pattern: ^[0-9]*$

CreatedOn

date

Required

Data type: DateTime

UpdatedBy

integer

Matching regular expression pattern: ^[0-9]*$

UpdatedOn

date

Data type: DateTime

IsActive

boolean

Range: inclusive between false and true

IsDeleted

boolean

Range: inclusive between false and true

Comment

string

None.

APDStatusId

globally unique identifier

None.

APDStatus

string

None.

CommentType

globally unique identifier

None.

Source

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "APMasterId": 2,
  "RequiredAction": true,
  "CreatedBy": 3,
  "CreatedOn": "2026-06-15T21:02:30.4827177+04:00",
  "UpdatedBy": 1,
  "UpdatedOn": "2026-06-15T21:02:30.4827177+04:00",
  "IsActive": true,
  "IsDeleted": true,
  "Comment": "sample string 4",
  "APDStatusId": "d01dc8b4-ac3b-481c-9be4-bc2a243e0e1e",
  "APDStatus": "sample string 5",
  "CommentType": "4c8d8c97-6a58-4075-bffb-1ee1be94d743",
  "Source": "ba5feee0-137d-402e-84c0-aa2776415f9a"
}

text/html, multipart/form-data

Sample:
{"Id":1,"APMasterId":2,"RequiredAction":true,"CreatedBy":3,"CreatedOn":"2026-06-15T21:02:30.4827177+04:00","UpdatedBy":1,"UpdatedOn":"2026-06-15T21:02:30.4827177+04:00","IsActive":true,"IsDeleted":true,"Comment":"sample string 4","APDStatusId":"d01dc8b4-ac3b-481c-9be4-bc2a243e0e1e","APDStatus":"sample string 5","CommentType":"4c8d8c97-6a58-4075-bffb-1ee1be94d743","Source":"ba5feee0-137d-402e-84c0-aa2776415f9a"}

application/xml, text/xml

Sample:
<ActionPlanFeedBackDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO.Models.ActionPlanDetails">
  <APDStatus>sample string 5</APDStatus>
  <APDStatusId>d01dc8b4-ac3b-481c-9be4-bc2a243e0e1e</APDStatusId>
  <APMasterId>2</APMasterId>
  <Comment>sample string 4</Comment>
  <CommentType>4c8d8c97-6a58-4075-bffb-1ee1be94d743</CommentType>
  <CreatedBy>3</CreatedBy>
  <CreatedOn>2026-06-15T21:02:30.4827177+04:00</CreatedOn>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <RequiredAction>true</RequiredAction>
  <Source>ba5feee0-137d-402e-84c0-aa2776415f9a</Source>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedOn>2026-06-15T21:02:30.4827177+04:00</UpdatedOn>
</ActionPlanFeedBackDTO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ActionPlanFeedBackDTO'.

Response Information

Resource Description

integer

Response Formats

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

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>