GET api/OrderFulfillment?getData={getData}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| getData | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TrainTestDataProductGroupViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| productcondition | integer |
None. |
|
| productbrandid | integer |
None. |
|
| ProductCategory | integer |
None. |
|
| actionid | integer |
None. |
|
| productGroup | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"productcondition": 1,
"productbrandid": 2,
"productCategory": 3,
"actionid": 4,
"productGroup": "sample string 5"
},
{
"$ref": "1"
}
]