GET api/othercosts/{OtherCostTypeID}/{DateFrom}/{DateTo}/{isOtherCostType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OtherCostTypeID | integer |
Required |
|
| DateFrom | string |
Required |
|
| DateTo | string |
Required |
|
| isOtherCostType | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OtherCostViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| OtherCostTypeID | integer |
None. |
|
| OtherCostName | string |
None. |
|
| Cost | string |
None. |
|
| Date | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": 1,
"OtherCostTypeID": 2,
"OtherCostName": "sample string 3",
"Cost": "sample string 4",
"Date": "sample string 5"
},
{
"$ref": "1"
}
]