| GET | /Accounting/Production/ExpC |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BeginDate | query | DateTime | No | |
| EndDate | query | DateTime | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<ProducingExpC> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BookID | form | string | No | |
| DB | form | string | No | |
| DBName | form | string | No | |
| CR | form | string | No | |
| CRName | form | string | No | |
| ProdPP_id | form | string | No | |
| BCode | form | string | No | |
| Products_nu | form | string | No | |
| Coefficient | form | decimal? | No | |
| ICount | form | decimal | No | |
| Exp_vg | form | decimal? | No | |
| DocsID | form | string | 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/Production/ExpC 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:
[
{
BookID: String,
DB: String,
DBName: String,
CR: String,
CRName: String,
ProdPP_id: String,
BCode: String,
Products_nu: String,
Coefficient: 0,
ICount: 0,
Exp_vg: 0,
DocsID: String
}
]
}