POST api/get-responsible-section-leads-dd
Request Information
URI Parameters
None.
Body Parameters
RespAreaMVName | Description | Type | Additional information |
---|---|---|---|
respSectionId | integer |
None. |
|
EntryCount | integer |
None. |
|
UsersId | string |
None. |
|
UserId | integer |
None. |
|
UserName | string |
None. |
|
respLeads | 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, "EntryCount": 1, "UsersId": "sample string 1", "UserId": 1, "UserName": "sample string 2", "respLeads": "sample string 3", "respSectionName": "sample string 4", "isActive": true, "isDeleted": true, "createdBy": 1, "modifiedBy": 1 }
application/xml, text/xml
Sample:
<RespAreaMV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sonalika_Api.CustomViewModel.MasterDataVM"> <EntryCount>1</EntryCount> <UserId>1</UserId> <UserName>sample string 2</UserName> <UsersId>sample string 1</UsersId> <createdBy>1</createdBy> <isActive>true</isActive> <isDeleted>true</isDeleted> <modifiedBy>1</modifiedBy> <respLeads>sample string 3</respLeads> <respSectionId>1</respSectionId> <respSectionName>sample string 4</respSectionName> </RespAreaMV>
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. |