POST api/Mobile/GetUserInventoryList

(Input Params = UserID,InventoryTypeID ) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error)

Request Information

Parameters

NameDescriptionAdditional information
Model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "RowNumber": 1,
  "UserID": 1,
  "BookID": 1,
  "Version": 1,
  "Name": "sample string 1",
  "BookTitle": "sample string 2",
  "TotalCredits": 3,
  "TotalDebits": 4,
  "Available": 1,
  "DebitPrice": 1.0,
  "BookPrice": 1.0,
  "TotalCount": 1,
  "Returned": 5,
  "InventoryTypeID": 6,
  "GodownName": "sample string 7",
  "ErrorType": 8,
  "Result": 9
}

application/xml, text/xml

Sample:
<MGetUseInventoryList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models">
  <ErrorType>8</ErrorType>
  <Result>9</Result>
  <Available>1</Available>
  <BookID>1</BookID>
  <BookPrice>1</BookPrice>
  <BookTitle>sample string 2</BookTitle>
  <DebitPrice>1</DebitPrice>
  <GodownName>sample string 7</GodownName>
  <InventoryTypeID>6</InventoryTypeID>
  <Name>sample string 1</Name>
  <Returned>5</Returned>
  <RowNumber>1</RowNumber>
  <TotalCount>1</TotalCount>
  <TotalCredits>3</TotalCredits>
  <TotalDebits>4</TotalDebits>
  <UserID>1</UserID>
  <Version>1</Version>
</MGetUseInventoryList>

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.