| GET | /Warehousing/MActionTypes |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<MActionTypes> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | string | No | |
| ActionType | form | string | No | |
| ActionDescription | form | string | No | |
| IsSystem | form | bool | No | |
| UseReceiptVg | form | bool | No | |
| UseDiscPercent | form | bool | No | |
| UseDiscAmount | form | bool | No | |
| UsePoints | form | bool | No | |
| UsePointsK | form | bool | No | |
| UseActionProds | form | bool | No | |
| UseActionResult | form | bool | No | |
| UseActionProdPercent | form | bool | No | |
| UseActionProdPrice | form | bool | No | |
| UseActionProdScount | form | bool | No | |
| UseActionResultPercent | form | bool | No | |
| UseActionResultPrice | form | bool | No | |
| UseActionResultScount | form | bool | No | |
| UseScript | form | bool | 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/MActionTypes 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:
[
{
Id: String,
ActionType: String,
ActionDescription: String,
IsSystem: False,
UseReceiptVg: False,
UseDiscPercent: False,
UseDiscAmount: False,
UsePoints: False,
UsePointsK: False,
UseActionProds: False,
UseActionResult: False,
UseActionProdPercent: False,
UseActionProdPrice: False,
UseActionProdScount: False,
UseActionResultPercent: False,
UseActionResultPrice: False,
UseActionResultScount: False,
UseScript: False
}
]
}