POST api/Services/ActiveInActiveCLR
Request Information
URI Parameters
None.
Body Parameters
Tbl_CLRName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CLR | decimal number |
None. |
|
StoreId | integer |
None. |
|
IsActive | boolean |
None. |
|
CreatedBy | integer |
None. |
|
CreatedDate | date |
None. |
|
UpdatedBy | integer |
None. |
|
UpdatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "CLR": 1.1, "StoreId": 2, "IsActive": true, "CreatedBy": 1, "CreatedDate": "2024-12-23T04:26:39.3469624+05:30", "UpdatedBy": 1, "UpdatedDate": "2024-12-23T04:26:39.3469624+05:30" }
text/html, multipart/form-data
Sample:
{"Id":1,"CLR":1.1,"StoreId":2,"IsActive":true,"CreatedBy":1,"CreatedDate":"2024-12-23T04:26:39.3469624+05:30","UpdatedBy":1,"UpdatedDate":"2024-12-23T04:26:39.3469624+05:30"}
application/xml, text/xml
Sample:
<Tbl_CLR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataBase"> <CLR>1.1</CLR> <CreatedBy>1</CreatedBy> <CreatedDate>2024-12-23T04:26:39.3469624+05:30</CreatedDate> <Id>1</Id> <IsActive>true</IsActive> <StoreId>2</StoreId> <UpdatedBy>1</UpdatedBy> <UpdatedDate>2024-12-23T04:26:39.3469624+05:30</UpdatedDate> </Tbl_CLR>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResponceName | Description | Type | Additional information |
---|---|---|---|
Status | string |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": "sample string 1", "Message": "sample string 2", "Data": {} }
text/html, multipart/form-data
Sample:
{"Status":"sample string 1","Message":"sample string 2","Data":{}}
application/xml, text/xml
Sample:
<APIResponce xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers"> <Data /> <Message>sample string 2</Message> <Status>sample string 1</Status> </APIResponce>