POST api/Godown/SubmitReturnBooks
No documentation available.
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:
{ "booksList": [ { "id": 1, "value": 2, "Version": 1 }, { "id": 1, "value": 2, "Version": 1 }, { "id": 1, "value": 2, "Version": 1 } ], "godownUserId": 1, "inventoryTypeId": 2, "createdBy": 3 }
application/xml, text/xml
Sample:
<ReturnBookModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models"> <booksList> <BookModel> <Version>1</Version> <id>1</id> <value>2</value> </BookModel> <BookModel> <Version>1</Version> <id>1</id> <value>2</value> </BookModel> <BookModel> <Version>1</Version> <id>1</id> <value>2</value> </BookModel> </booksList> <createdBy>3</createdBy> <godownUserId>1</godownUserId> <inventoryTypeId>2</inventoryTypeId> </ReturnBookModel>
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.