PUT api/applicant/onboard/my-session-checklist/update/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

OnboardingSessionChecklistDTOW
NameDescriptionTypeAdditional information
usr_feedback

string

Max length: 4000

usrfbck_doc_binary

Collection of byte

None.

usrfbck_doc_size

integer

None.

usrfbck_doc_extension

string

Max length: 10

Request Formats

application/json, text/json

Sample:
{
  "usr_feedback": "sample string 1",
  "usrfbck_doc_binary": "QEA=",
  "usrfbck_doc_size": 1,
  "usrfbck_doc_extension": "sample string 2"
}

application/xml, text/xml

Sample:
<OnboardingSessionChecklistDTOW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xceed365EngageApi.core.DTOs.Writable">
  <usr_feedback>sample string 1</usr_feedback>
  <usrfbck_doc_binary>QEA=</usrfbck_doc_binary>
  <usrfbck_doc_extension>sample string 2</usrfbck_doc_extension>
  <usrfbck_doc_size>1</usrfbck_doc_size>
</OnboardingSessionChecklistDTOW>

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 'OnboardingSessionChecklistDTOW'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.