POST api/DSR/Na_GetUserOwnInventoryList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
requset
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "filter": {
    "SearchField": "sample string 1",
    "SearchString": "sample string 2",
    "employeeName": "sample string 3",
    "bookTitle": "sample string 4",
    "Version": 5,
    "totalQuantity": "sample string 6",
    "ownerID": 7,
    "GodownID": 8
  },
  "paging": {
    "PageIndex": 1,
    "PageSize": 2,
    "Sort": {
      "SortBy": "sample string 1",
      "SortDirection": 0
    }
  },
  "userID": 1,
  "roleID": 2,
  "ownerID": 3
}

application/xml, text/xml

Sample:
<UserInventoryDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models">
  <filter>
    <GodownID>8</GodownID>
    <SearchField>sample string 1</SearchField>
    <SearchString>sample string 2</SearchString>
    <Version>5</Version>
    <bookTitle>sample string 4</bookTitle>
    <employeeName>sample string 3</employeeName>
    <ownerID>7</ownerID>
    <totalQuantity>sample string 6</totalQuantity>
  </filter>
  <ownerID>3</ownerID>
  <paging>
    <PageIndex>1</PageIndex>
    <PageSize>2</PageSize>
    <Sort>
      <SortBy>sample string 1</SortBy>
      <SortDirection>Asc</SortDirection>
    </Sort>
  </paging>
  <roleID>2</roleID>
  <userID>1</userID>
</UserInventoryDataModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.