| PUT | /Accounting/B1017/CheckXls |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CR | body | string | No | |
| Xml | body | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<B1017CheckXls> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Bcode | form | string | No | |
| Incode | form | string | No | |
| Products_nu | form | string | No | |
| Producer_nu | form | string | No | |
| Rem | form | decimal | No | |
| Scount | form | decimal | No | |
| Price | form | decimal | No | |
| Disc | form | decimal | No | |
| Vat | form | decimal | No | |
| ProdppId | form | string | No | |
| Cause | form | string | No | |
| Packcount | form | decimal | No | |
| Unit | 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.
PUT /Accounting/B1017/CheckXls HTTP/1.1
Host: 10.10.0.107
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
CR: String,
Xml: String
}
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:
[
{
Bcode: String,
Incode: String,
Products_nu: String,
Producer_nu: String,
Rem: 0,
Scount: 0,
Price: 0,
Disc: 0,
Vat: 0,
ProdppId: String,
Cause: String,
Packcount: 0,
Unit: String
}
]
}