POST api/BusinessCountersAPI/NewSortBusinessCounters
Request Information
URI Parameters
None.
Body Parameters
BusinessCountersDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CategoryId | integer |
None. |
|
TextEn | string |
None. |
|
TextAr | string |
None. |
|
Value | string |
None. |
|
IsActive | boolean |
None. |
|
IsDeleted | boolean |
None. |
|
Message | string |
None. |
|
Status | boolean |
None. |
|
StatusCode | integer |
None. |
|
Result | string |
None. |
|
CategoryList | string |
None. |
|
CreatedBy | integer |
None. |
|
ModifiedBy | integer |
None. |
|
DeletedBy | integer |
None. |
|
FlagId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "CategoryId": 2, "TextEn": "sample string 3", "TextAr": "sample string 4", "Value": "sample string 5", "IsActive": true, "IsDeleted": true, "Message": "sample string 8", "Status": true, "StatusCode": 10, "Result": "sample string 11", "CategoryList": "sample string 12", "CreatedBy": 13, "ModifiedBy": 14, "DeletedBy": 15, "FlagId": 16 }
application/xml, text/xml
Sample:
<BusinessCountersDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YRGlobalServices.DTO_s"> <CategoryId>2</CategoryId> <CategoryList>sample string 12</CategoryList> <CreatedBy>13</CreatedBy> <DeletedBy>15</DeletedBy> <FlagId>16</FlagId> <Id>1</Id> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <Message>sample string 8</Message> <ModifiedBy>14</ModifiedBy> <Result>sample string 11</Result> <Status>true</Status> <StatusCode>10</StatusCode> <TextAr>sample string 4</TextAr> <TextEn>sample string 3</TextEn> <Value>sample string 5</Value> </BusinessCountersDTO>
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.