| GET | /Accounting/FixedAssets/GetTfFainvList |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BranchId | query | int? | No | |
| LocationId | query | int? | No | |
| PersonId | query | int? | No | |
| TaxgroupId | query | int? | No | |
| FingroupId | query | int? | No | |
| ProducerId | query | string | No | |
| Invnumber | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<TfFainvList> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| SuppdId | form | int? | No | |
| Personid | form | int? | No | |
| Rcount | form | decimal? | No | |
| Brid | form | int? | No | |
| Locationid | form | int? | No | |
| Invnumber | form | string | No | |
| Invname | form | string | No | |
| Location | form | string | No | |
| Brname | form | string | No | |
| Producer_nu | form | string | No | |
| Person | form | string | No | |
| Packcount | form | int? | 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/FixedAssets/GetTfFainvList 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:
[
{
SuppdId: 0,
Personid: 0,
Rcount: 0,
Brid: 0,
Locationid: 0,
Invnumber: String,
Invname: String,
Location: String,
Brname: String,
Producer_nu: String,
Person: String,
Packcount: 0
}
]
}