POST GetProductGroupsAndProductsByType
Request Information
URI Parameters
None.
Body Parameters
RequestGetPriceType| Name | Description | Type | Additional information |
|---|---|---|---|
| YonlendirmeAdi | string |
None. |
|
| SubeId | integer |
None. |
|
| FiyatTipi | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"YonlendirmeAdi": "sample string 1",
"SubeId": 2,
"FiyatTipi": 3
}
application/xml, text/xml
Sample:
<RequestGetPriceType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.MobileService.Models.Request"> <FiyatTipi>3</FiyatTipi> <SubeId>2</SubeId> <YonlendirmeAdi>sample string 1</YonlendirmeAdi> </RequestGetPriceType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of UrunGrupDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FirmaId | integer |
None. |
|
| GrupAdi | string |
None. |
|
| GrupAdi2 | string |
None. |
|
| VarYok | boolean |
None. |
|
| ResimYolu | string |
None. |
|
| SiraNo | integer |
None. |
|
| Urunler | Collection of UrunDto |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.