GET api/ASS_CostDef

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ASS_View_CostDef
NameDescriptionTypeAdditional information
idCostDef

decimal number

None.

startDate

string

None.

endDate

string

None.

cost

decimal number

None.

IdType

decimal number

None.

AccRecordType

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "idCostDef": 1.0,
    "startDate": "sample string 2",
    "endDate": "sample string 3",
    "cost": 1.0,
    "IdType": 1.0,
    "AccRecordType": "sample string 4"
  },
  {
    "idCostDef": 1.0,
    "startDate": "sample string 2",
    "endDate": "sample string 3",
    "cost": 1.0,
    "IdType": 1.0,
    "AccRecordType": "sample string 4"
  }
]

text/html

Sample:
[{"idCostDef":1.0,"startDate":"sample string 2","endDate":"sample string 3","cost":1.0,"IdType":1.0,"AccRecordType":"sample string 4"},{"idCostDef":1.0,"startDate":"sample string 2","endDate":"sample string 3","cost":1.0,"IdType":1.0,"AccRecordType":"sample string 4"}]

application/xml, text/xml

Sample:
<ArrayOfASS_View_CostDef xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models">
  <ASS_View_CostDef>
    <AccRecordType>sample string 4</AccRecordType>
    <IdType>1</IdType>
    <cost>1</cost>
    <endDate>sample string 3</endDate>
    <idCostDef>1</idCostDef>
    <startDate>sample string 2</startDate>
  </ASS_View_CostDef>
  <ASS_View_CostDef>
    <AccRecordType>sample string 4</AccRecordType>
    <IdType>1</IdType>
    <cost>1</cost>
    <endDate>sample string 3</endDate>
    <idCostDef>1</idCostDef>
    <startDate>sample string 2</startDate>
  </ASS_View_CostDef>
</ArrayOfASS_View_CostDef>