GET api/SunOA/SVSP_ApprovalType

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SVSP_ApprovalType
NameDescriptionTypeAdditional information
ATID

integer

None.

TypeName

string

None.

ParentID

integer

None.

Del

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ATID": 1,
    "TypeName": "sample string 2",
    "ParentID": 3,
    "Del": true
  },
  {
    "ATID": 1,
    "TypeName": "sample string 2",
    "ParentID": 3,
    "Del": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfSVSP_ApprovalType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SunOAWebAPI.Areas.SunOA.Data">
  <SVSP_ApprovalType>
    <ATID>1</ATID>
    <Del>true</Del>
    <ParentID>3</ParentID>
    <TypeName>sample string 2</TypeName>
  </SVSP_ApprovalType>
  <SVSP_ApprovalType>
    <ATID>1</ATID>
    <Del>true</Del>
    <ParentID>3</ParentID>
    <TypeName>sample string 2</TypeName>
  </SVSP_ApprovalType>
</ArrayOfSVSP_ApprovalType>