POST api/tenant/onboard/setup-checklist/create

Request Information

URI Parameters

None.

Body Parameters

OnboardingSetupChecklistDTOW
NameDescriptionTypeAdditional information
checklist_code

string

Required

Max length: 100

description

string

Required

Max length: 2000

response_type

integer

Required

choice_list

string

Max length: -1

req_document

boolean

Required

has_template

boolean

Required

doc_binary

Collection of byte

None.

doc_size

integer

None.

doc_extension

string

Max length: 10

Request Formats

application/json, text/json

Sample:
{
  "checklist_code": "sample string 1",
  "description": "sample string 2",
  "response_type": 3,
  "choice_list": "sample string 4",
  "req_document": true,
  "has_template": true,
  "doc_binary": "QEA=",
  "doc_size": 1,
  "doc_extension": "sample string 7"
}

application/xml, text/xml

Sample:
<OnboardingSetupChecklistDTOW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xceed365EngageApi.core.DTOs.Writable">
  <checklist_code>sample string 1</checklist_code>
  <choice_list>sample string 4</choice_list>
  <description>sample string 2</description>
  <doc_binary>QEA=</doc_binary>
  <doc_extension>sample string 7</doc_extension>
  <doc_size>1</doc_size>
  <has_template>true</has_template>
  <req_document>true</req_document>
  <response_type>3</response_type>
</OnboardingSetupChecklistDTOW>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.