GET api/Customer/GetEstelamETF
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
EstelamETFResponseModelName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Message | string |
None. |
|
TrEnseraf | string |
None. |
|
Name | string |
None. |
|
Famil | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "message": "sample string 2", "trEnseraf": "sample string 3", "name": "sample string 4", "famil": "sample string 5" }
text/html
Sample:
{"status":1,"message":"sample string 2","trEnseraf":"sample string 3","name":"sample string 4","famil":"sample string 5"}
application/xml, text/xml
Sample:
<EstelamETFResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Saba.Common.PublicApi.Model"> <Famil>sample string 5</Famil> <Message>sample string 2</Message> <Name>sample string 4</Name> <Status>1</Status> <TrEnseraf>sample string 3</TrEnseraf> </EstelamETFResponseModel>