| GET | /Warehousing/PlnPPrice |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| PlnPPriceId | query | int? | No | |
| startDate | query | DateTime? | No | |
| endDate | query | DateTime? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<PlnPPrice> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| PlnPPriceId | form | int | No | |
| PlnNum | form | string | No | |
| CUser1 | form | string | No | |
| CUser2 | form | string | No | |
| CrTime | form | DateTime? | No | |
| StartDate | form | DateTime | No | |
| EndDate | form | DateTime? | No | |
| Note | form | string | No | |
| Flag | form | byte | No | |
| RType | form | byte | No | |
| PType | form | int? | No | |
| WDays | 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 /Warehousing/PlnPPrice 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:
[
{
PlnPPriceId: 0,
PlnNum: String,
CUser1: String,
CUser2: String,
CrTime: 0001-01-01,
StartDate: 0001-01-01,
EndDate: 0001-01-01,
Note: String,
Flag: 0,
RType: 0,
PType: 0,
WDays: String
}
]
}