POST api/delete-respSections
Request Information
URI Parameters
None.
Body Parameters
ResponsibleSectionModelName | Description | Type | Additional information |
---|---|---|---|
respSectionId | integer |
None. |
|
respLeads | Collection of string |
None. |
|
respSectionName | string |
None. |
|
isActive | boolean |
None. |
|
isDeleted | boolean |
None. |
|
createdBy | integer |
None. |
|
modifiedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "respSectionId": 1, "respLeads": [ "sample string 1", "sample string 2" ], "respSectionName": "sample string 1", "isActive": true, "isDeleted": true, "createdBy": 1, "modifiedBy": 1 }
application/xml, text/xml
Sample:
<ResponsibleSectionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sonalika_Api.CustomModels.MasterData"> <createdBy>1</createdBy> <isActive>true</isActive> <isDeleted>true</isDeleted> <modifiedBy>1</modifiedBy> <respLeads xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </respLeads> <respSectionId>1</respSectionId> <respSectionName>sample string 1</respSectionName> </ResponsibleSectionModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |