POST api/CaseSys/Case_Stage

Request Information

URI Parameters

None.

Body Parameters

Case_Stage
NameDescriptionTypeAdditional information
SID

integer

None.

ItemName

string

None.

Del

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SID": 1,
  "ItemName": "sample string 2",
  "Del": true
}

application/xml, text/xml

Sample:
<Case_Stage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SunOAWebAPI.Areas.CaseSys.Data">
  <Del>true</Del>
  <ItemName>sample string 2</ItemName>
  <SID>1</SID>
</Case_Stage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Case_Stage
NameDescriptionTypeAdditional information
SID

integer

None.

ItemName

string

None.

Del

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "SID": 1,
  "ItemName": "sample string 2",
  "Del": true
}

application/xml, text/xml

Sample:
<Case_Stage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SunOAWebAPI.Areas.CaseSys.Data">
  <Del>true</Del>
  <ItemName>sample string 2</ItemName>
  <SID>1</SID>
</Case_Stage>