POST GetProductGroupsAndProductsByService

Request Information

URI Parameters

None.

Body Parameters

RequestGetProductsByService
NameDescriptionTypeAdditional information
YonlendirmeAdi

string

None.

SubeId

integer

None.

ServisTipi

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "YonlendirmeAdi": "sample string 1",
  "SubeId": 2,
  "ServisTipi": 3
}

application/xml, text/xml

Sample:
<RequestGetProductsByService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.MobileService.Models.Request">
  <ServisTipi>3</ServisTipi>
  <SubeId>2</SubeId>
  <YonlendirmeAdi>sample string 1</YonlendirmeAdi>
</RequestGetProductsByService>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of UrunGrupDto
NameDescriptionTypeAdditional 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.