GET api/OrderLine?pidSuppliersAndChannels={pidSuppliersAndChannels}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pidSuppliersAndChannels | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SuppliersAndChannelsViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SupporterID | string |
None. |
|
| Numbers | integer |
None. |
|
| Month | integer |
None. |
|
| Year | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"supporterID": "sample string 1",
"numbers": 2,
"month": 3,
"year": 4
},
{
"$ref": "1"
}
]