| GET | /Logistics/iprSupDRepW |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Supid | query | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<iprSupDRepW> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| sortid | form | int | No | |
| prodpp_id | form | string | No | |
| code | form | string | No | |
| price | form | decimal | No | |
| ocount | form | decimal | No | |
| products_nu | form | string | No | |
| bcode | form | string | No | |
| packbcount | form | decimal | No | |
| packccount | form | int | No | |
| netto | form | decimal | No | |
| incode | form | string | No | |
| products_ne | 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 /Logistics/iprSupDRepW 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:
[
{
sortid: 0,
prodpp_id: String,
code: String,
price: 0,
ocount: 0,
products_nu: String,
bcode: String,
packbcount: 0,
packccount: 0,
netto: 0,
incode: String,
products_ne: String
}
]
}