POST api/get-scope

Request Information

URI Parameters

None.

Body Parameters

scopeMV
NameDescriptionTypeAdditional information
ScopeId

integer

None.

ScopeName

string

None.

IsActive

boolean

None.

Status

boolean

None.

Keyword

string

None.

StartIndex

integer

None.

GridSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ScopeId": 1,
  "ScopeName": "sample string 1",
  "IsActive": true,
  "Status": true,
  "Keyword": "sample string 2",
  "StartIndex": 1,
  "GridSize": 1
}

application/xml, text/xml

Sample:
<scopeMV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sonalika_Api.CustomViewModel.MasterDataVM">
  <GridSize xmlns="http://schemas.datacontract.org/2004/07/Sonalika_Api.CustomModels.FilterModel">1</GridSize>
  <Keyword xmlns="http://schemas.datacontract.org/2004/07/Sonalika_Api.CustomModels.FilterModel">sample string 2</Keyword>
  <StartIndex xmlns="http://schemas.datacontract.org/2004/07/Sonalika_Api.CustomModels.FilterModel">1</StartIndex>
  <IsActive>true</IsActive>
  <ScopeId>1</ScopeId>
  <ScopeName>sample string 1</ScopeName>
  <Status>true</Status>
</scopeMV>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.