| GET | /Warehousing/MAction |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ActionId | query | Guid | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | MActions | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | Guid? | No | |
| FirstId | form | Guid? | No | |
| ActionTypeId | form | string | No | |
| ActionName | form | string | No | |
| StartDate | form | DateTime | No | |
| EndDate | form | DateTime | No | |
| IsActive | form | bool | No | |
| ActionJson | form | string | No | |
| UseTimes | form | bool | No | |
| Priority | form | int? | No | |
| Marking | form | bool | No | |
| MaxDiscLimit | form | bool | No | |
| MaxDiscLimitC | form | bool | No | |
| CrTime | form | DateTime | No | |
| CUser | form | string | No | |
| Used | form | bool | No | |
| Weekdays | form | string | No | |
| AllBr | form | bool | No | |
| Comment | form | string | No | |
| IsDeleted | form | bool | No | |
| Unid | form | Guid? | No | |
| InPos | form | bool | No | |
| InOrders | form | bool | No | |
| IgnoreMarking | 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/MAction 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: 00000000000000000000000000000000,
FirstId: 00000000000000000000000000000000,
ActionTypeId: String,
ActionName: String,
StartDate: 0001-01-01,
EndDate: 0001-01-01,
IsActive: False,
ActionJson: String,
UseTimes: False,
Priority: 0,
Marking: False,
MaxDiscLimit: False,
MaxDiscLimitC: False,
CrTime: 0001-01-01,
CUser: String,
Used: False,
Weekdays: String,
AllBr: False,
Comment: String,
IsDeleted: False,
Unid: 00000000000000000000000000000000,
InPos: False,
InOrders: False,
IgnoreMarking: False
}
}