POST Save_HeaderInfo_Details?oldCheckSheetId={oldCheckSheetId}&newCheckSheetId={newCheckSheetId}&username={username}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
oldCheckSheetId

string

Required

newCheckSheetId

string

Required

username

string

Required

Body Parameters

Collection of MISLevelsjson
NameDescriptionTypeAdditional information
LevelName

string

None.

OperationName

string

None.

ismultilple

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "LevelName": "sample string 1",
    "OperationName": "sample string 2",
    "ismultilple": "sample string 3"
  },
  {
    "LevelName": "sample string 1",
    "OperationName": "sample string 2",
    "ismultilple": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMISLevelsjson xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CEAT_Audit_WebAPI.Controllers">
  <MISLevelsjson>
    <LevelName>sample string 1</LevelName>
    <OperationName>sample string 2</OperationName>
    <ismultilple>sample string 3</ismultilple>
  </MISLevelsjson>
  <MISLevelsjson>
    <LevelName>sample string 1</LevelName>
    <OperationName>sample string 2</OperationName>
    <ismultilple>sample string 3</ismultilple>
  </MISLevelsjson>
</ArrayOfMISLevelsjson>

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 'List`1'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

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