POST api/BusinessWhatWeDoAPI/NewSortBusinessWhatWeDo
Request Information
URI Parameters
None.
Body Parameters
BusinessWhatWeDoDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CategoryId | integer |
None. |
|
TitleEn | string |
None. |
|
TitleAr | string |
None. |
|
DescEn | string |
None. |
|
DescAr | string |
None. |
|
ImagePath | string |
None. |
|
divImagePath | 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, "TitleEn": "sample string 3", "TitleAr": "sample string 4", "DescEn": "sample string 5", "DescAr": "sample string 6", "ImagePath": "sample string 7", "divImagePath": "sample string 8", "IsActive": true, "IsDeleted": true, "Message": "sample string 11", "Status": true, "StatusCode": 13, "Result": "sample string 14", "CategoryList": "sample string 15", "CreatedBy": 16, "ModifiedBy": 17, "DeletedBy": 18, "FlagId": 19 }
application/xml, text/xml
Sample:
<BusinessWhatWeDoDTO 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 15</CategoryList> <CreatedBy>16</CreatedBy> <DeletedBy>18</DeletedBy> <DescAr>sample string 6</DescAr> <DescEn>sample string 5</DescEn> <FlagId>19</FlagId> <Id>1</Id> <ImagePath>sample string 7</ImagePath> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <Message>sample string 11</Message> <ModifiedBy>17</ModifiedBy> <Result>sample string 14</Result> <Status>true</Status> <StatusCode>13</StatusCode> <TitleAr>sample string 4</TitleAr> <TitleEn>sample string 3</TitleEn> <divImagePath>sample string 8</divImagePath> </BusinessWhatWeDoDTO>
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.