POST GetProductGroupsAndProducts
Request Information
URI Parameters
None.
Body Parameters
RequestGetPaymentTypes| Name | Description | Type | Additional information |
|---|---|---|---|
| YonlendirmeAdi | string |
None. |
|
| SubeId | integer |
None. |
|
| SiparisTipi | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"YonlendirmeAdi": "sample string 1",
"SubeId": 2,
"SiparisTipi": 3
}
application/xml, text/xml
Sample:
<RequestGetPaymentTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.MobileService.Models.Request"> <SiparisTipi>3</SiparisTipi> <SubeId>2</SubeId> <YonlendirmeAdi>sample string 1</YonlendirmeAdi> </RequestGetPaymentTypes>
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.