POST api/HomePageCounterAPI/NewAddHomePageCounter
Request Information
URI Parameters
None.
Body Parameters
HomePageCountersDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
TextEn | string |
None. |
|
TextAr | string |
None. |
|
Value | string |
None. |
|
SortIndex | integer |
None. |
|
IsActive | boolean |
None. |
|
IsDeleted | boolean |
None. |
|
Message | string |
None. |
|
Status | boolean |
None. |
|
StatusCode | integer |
None. |
|
Result | string |
None. |
|
CreatedBy | integer |
None. |
|
ModifiedBy | integer |
None. |
|
DeletedBy | integer |
None. |
|
FlagId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "TextEn": "sample string 2", "TextAr": "sample string 3", "Value": "sample string 4", "SortIndex": 5, "IsActive": true, "IsDeleted": true, "Message": "sample string 8", "Status": true, "StatusCode": 10, "Result": "sample string 11", "CreatedBy": 12, "ModifiedBy": 13, "DeletedBy": 14, "FlagId": 15 }
application/xml, text/xml
Sample:
<HomePageCountersDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YRGlobalServices.DTO_s"> <CreatedBy>12</CreatedBy> <DeletedBy>14</DeletedBy> <FlagId>15</FlagId> <Id>1</Id> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <Message>sample string 8</Message> <ModifiedBy>13</ModifiedBy> <Result>sample string 11</Result> <SortIndex>5</SortIndex> <Status>true</Status> <StatusCode>10</StatusCode> <TextAr>sample string 3</TextAr> <TextEn>sample string 2</TextEn> <Value>sample string 4</Value> </HomePageCountersDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.