POST api/OnlineTools/GeteGreetingListAsync
Request Information
URI Parameters
None.
Body Parameters
eGreetingRequestInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| GreeCateMast | GreeCateMast |
None. |
|
| GreeGrouMast | GreeGrouMast |
None. |
|
| GreeCatGrouMast | GreeCatGrouMast |
None. |
|
| dbConst | string |
None. |
|
| UserDBConst | string |
None. |
|
| userId | string |
None. |
|
| password | string |
None. |
|
| token | string |
None. |
|
| clientCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"GreeCateMast": {
"GreeCateCode": 1,
"GreeCateName": "sample string 2",
"ThumImagPath": "sample string 3"
},
"GreeGrouMast": {
"GreeGrouCode": 1,
"GreeGrouName": "sample string 2",
"GreeCateCode": 3,
"FestCode": 4
},
"GreeCatGrouMast": {
"GreeCode": 1,
"GreeGrouCode": 2,
"ThumImagPath": "sample string 3",
"greename": "sample string 4",
"Animated": true,
"greegrouname": "sample string 6",
"shownew": true,
"ImgDescription": "sample string 8",
"GreeDate": "2025-12-10T09:20:53.4604411+05:30"
},
"dbConst": "sample string 1",
"UserDBConst": "sample string 2",
"userId": "sample string 3",
"password": "sample string 4",
"token": "sample string 5",
"clientCode": 6
}
application/xml, text/xml
Sample:
<eGreetingRequestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.ECR.AppService.Info">
<UserDBConst>sample string 2</UserDBConst>
<clientCode>6</clientCode>
<dbConst>sample string 1</dbConst>
<password>sample string 4</password>
<token>sample string 5</token>
<userId>sample string 3</userId>
<GreeCatGrouMast>
<Animated>true</Animated>
<GreeCode>1</GreeCode>
<GreeDate>2025-12-10T09:20:53.4604411+05:30</GreeDate>
<GreeGrouCode>2</GreeGrouCode>
<ImgDescription>sample string 8</ImgDescription>
<ThumImagPath>sample string 3</ThumImagPath>
<greegrouname>sample string 6</greegrouname>
<greename>sample string 4</greename>
<shownew>true</shownew>
</GreeCatGrouMast>
<GreeCateMast>
<GreeCateCode>1</GreeCateCode>
<GreeCateName>sample string 2</GreeCateName>
<ThumImagPath>sample string 3</ThumImagPath>
</GreeCateMast>
<GreeGrouMast>
<FestCode>4</FestCode>
<GreeCateCode>3</GreeCateCode>
<GreeGrouCode>1</GreeGrouCode>
<GreeGrouName>sample string 2</GreeGrouName>
</GreeGrouMast>
</eGreetingRequestInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.