GET api/sports/SportsDetails
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "TaxLedgerID": "sample string 1", "LedgerID": "sample string 2", "DepartmentID": "sample string 3", "DeptCode": "sample string 4", "DeptName": "sample string 5", "LedgerCode": "sample string 6", "LedgerName": "sample string 7", "TaxCode": "sample string 8", "TaxDes": "sample string 9", "TaxValue": "sample string 10" }, { "TaxLedgerID": "sample string 1", "LedgerID": "sample string 2", "DepartmentID": "sample string 3", "DeptCode": "sample string 4", "DeptName": "sample string 5", "LedgerCode": "sample string 6", "LedgerName": "sample string 7", "TaxCode": "sample string 8", "TaxDes": "sample string 9", "TaxValue": "sample string 10" }, { "TaxLedgerID": "sample string 1", "LedgerID": "sample string 2", "DepartmentID": "sample string 3", "DeptCode": "sample string 4", "DeptName": "sample string 5", "LedgerCode": "sample string 6", "LedgerName": "sample string 7", "TaxCode": "sample string 8", "TaxDes": "sample string 9", "TaxValue": "sample string 10" } ]
application/xml, text/xml
Sample:
<ArrayOfSportsDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMSWebAPI.Model"> <SportsDetails> <DepartmentID>sample string 3</DepartmentID> <DeptCode>sample string 4</DeptCode> <DeptName>sample string 5</DeptName> <LedgerCode>sample string 6</LedgerCode> <LedgerID>sample string 2</LedgerID> <LedgerName>sample string 7</LedgerName> <TaxCode>sample string 8</TaxCode> <TaxDes>sample string 9</TaxDes> <TaxLedgerID>sample string 1</TaxLedgerID> <TaxValue>sample string 10</TaxValue> </SportsDetails> <SportsDetails> <DepartmentID>sample string 3</DepartmentID> <DeptCode>sample string 4</DeptCode> <DeptName>sample string 5</DeptName> <LedgerCode>sample string 6</LedgerCode> <LedgerID>sample string 2</LedgerID> <LedgerName>sample string 7</LedgerName> <TaxCode>sample string 8</TaxCode> <TaxDes>sample string 9</TaxDes> <TaxLedgerID>sample string 1</TaxLedgerID> <TaxValue>sample string 10</TaxValue> </SportsDetails> <SportsDetails> <DepartmentID>sample string 3</DepartmentID> <DeptCode>sample string 4</DeptCode> <DeptName>sample string 5</DeptName> <LedgerCode>sample string 6</LedgerCode> <LedgerID>sample string 2</LedgerID> <LedgerName>sample string 7</LedgerName> <TaxCode>sample string 8</TaxCode> <TaxDes>sample string 9</TaxDes> <TaxLedgerID>sample string 1</TaxLedgerID> <TaxValue>sample string 10</TaxValue> </SportsDetails> </ArrayOfSportsDetails>