POST api/CreateChecklistTypeConfig

Request Information

URI Parameters

None.

Body Parameters

CreateChecklistTypeConfigReq
NameDescriptionTypeAdditional information
ChecklistName

string

None.

CountTypeSV_ID

integer

None.

Sequence

integer

None.

Remark

string

None.

UserEmail

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ChecklistName": "sample string 1",
  "CountTypeSV_ID": 2,
  "Sequence": 3,
  "Remark": "sample string 4",
  "UserEmail": "sample string 5"
}

application/xml, text/xml

Sample:
<CreateChecklistTypeConfigReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <UserEmail xmlns="http://schemas.datacontract.org/2004/07/Sirius_Api.Models.Sirius">sample string 5</UserEmail>
  <ChecklistName>sample string 1</ChecklistName>
  <CountTypeSV_ID>2</CountTypeSV_ID>
  <Remark>sample string 4</Remark>
  <Sequence>3</Sequence>
</CreateChecklistTypeConfigReq>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.