POST api/Mobile/GetInventoryDetailList
(Input Params = UserID,BookID ) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error)
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "clientTypeId": 1, "visitTypeId": 1, "createdOn": "2025-06-16T20:28:16.5419231+05:30", "designation": "sample string 1", "clientDetailId": 1, "Name": "sample string 2", "Email": "sample string 3", "Mobile": "sample string 4", "Address": "sample string 5", "clientName": "sample string 6", "clientAddress": "sample string 7", "bookCount": 1, "UserID": 1, "BookID": 1, "Version": 8, "ErrorType": 9, "Result": 10 }
application/xml, text/xml
Sample:
<MGetUseInventoryDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models"> <ErrorType>9</ErrorType> <Result>10</Result> <Address>sample string 5</Address> <BookID>1</BookID> <Email>sample string 3</Email> <Mobile>sample string 4</Mobile> <Name>sample string 2</Name> <UserID>1</UserID> <Version>8</Version> <bookCount>1</bookCount> <clientAddress>sample string 7</clientAddress> <clientDetailId>1</clientDetailId> <clientName>sample string 6</clientName> <clientTypeId>1</clientTypeId> <createdOn>2025-06-16T20:28:16.5419231+05:30</createdOn> <designation>sample string 1</designation> <visitTypeId>1</visitTypeId> </MGetUseInventoryDetail>
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.