| GET | /Accounting/FixedAsets/FaRevaluation/Dets |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| RevId | query | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<FaRevaluationDets> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| RevId | form | int | No | |
| OrdDocsId | form | string | No | |
| OrdSuppdId | form | int | No | |
| OrdInvNumber | form | string | No | |
| OrdFaname | form | string | No | |
| OrdLocationName | form | string | No | |
| OrdFinGroupName | form | string | No | |
| OrdUnit | form | string | No | |
| OrdNumberIn | form | string | No | |
| OrdOper | form | string | No | |
| OrdAcc | form | string | No | |
| SuppDocsId | form | string | No | |
| SuppSuppdId | form | int | No | |
| SuppInvNumber | form | string | No | |
| SuppFaname | form | string | No | |
| SuppLocationName | form | string | No | |
| SuppFinGroupName | form | string | No | |
| SuppUnit | form | string | No | |
| SuppNumberIn | form | string | No | |
| SuppOper | form | string | No | |
| SuppAcc | form | string | No | |
| ICount | form | decimal | No | |
| FullVg | form | decimal | No | |
| AcumDepr | form | decimal | No | |
| SuppVg | form | decimal | No | |
| SVg | form | decimal | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Accounting/FixedAsets/FaRevaluation/Dets HTTP/1.1 Host: 10.10.0.107 Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
},
Result:
[
{
Id: 0,
RevId: 0,
OrdDocsId: String,
OrdSuppdId: 0,
OrdInvNumber: String,
OrdFaname: String,
OrdLocationName: String,
OrdFinGroupName: String,
OrdUnit: String,
OrdNumberIn: String,
OrdOper: String,
OrdAcc: String,
SuppDocsId: String,
SuppSuppdId: 0,
SuppInvNumber: String,
SuppFaname: String,
SuppLocationName: String,
SuppFinGroupName: String,
SuppUnit: String,
SuppNumberIn: String,
SuppOper: String,
SuppAcc: String,
ICount: 0,
FullVg: 0,
AcumDepr: 0,
SuppVg: 0,
SVg: 0
}
]
}