POST api/Inbound/Addupdateinboundstockitems?flag={flag}&IsReceive={IsReceive}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
flag | integer |
Required |
|
IsReceive | integer |
Default value is 0 |
Body Parameters
InboundStockItemDetailName | Description | Type | Additional information |
---|---|---|---|
BusinessId | integer |
None. |
|
LoginUserId | integer |
None. |
|
InboundStockItem | Collection of InboundStockItem |
None. |
Request Formats
application/json, text/json
Sample:
{ "BusinessId": 1, "LoginUserId": 2, "InboundStockItem": [ { "PONumber": "sample string 1", "SKUId": "sample string 2", "SKUDescription": "sample string 3", "SKUTotalQty": 4, "SentQty": 5, "DamagedQty": 6, "ReceivedQty": 7, "ExpiryDate": "2025-04-04T07:13:10.8958253+01:00", "Supplier": "sample string 8", "Warehouse": "sample string 9", "Rate": 10.0, "ERP_CreatedBy": "sample string 11", "Payment_Terms": "sample string 12" }, { "PONumber": "sample string 1", "SKUId": "sample string 2", "SKUDescription": "sample string 3", "SKUTotalQty": 4, "SentQty": 5, "DamagedQty": 6, "ReceivedQty": 7, "ExpiryDate": "2025-04-04T07:13:10.8958253+01:00", "Supplier": "sample string 8", "Warehouse": "sample string 9", "Rate": 10.0, "ERP_CreatedBy": "sample string 11", "Payment_Terms": "sample string 12" } ] }
application/xml, text/xml
Sample:
<InboundStockItemDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <BusinessId>1</BusinessId> <InboundStockItem> <InboundStockItem> <DamagedQty>6</DamagedQty> <ERP_CreatedBy>sample string 11</ERP_CreatedBy> <ExpiryDate>2025-04-04T07:13:10.8958253+01:00</ExpiryDate> <PONumber>sample string 1</PONumber> <Payment_Terms>sample string 12</Payment_Terms> <Rate>10</Rate> <ReceivedQty>7</ReceivedQty> <SKUDescription>sample string 3</SKUDescription> <SKUId>sample string 2</SKUId> <SKUTotalQty>4</SKUTotalQty> <SentQty>5</SentQty> <Supplier>sample string 8</Supplier> <Warehouse>sample string 9</Warehouse> </InboundStockItem> <InboundStockItem> <DamagedQty>6</DamagedQty> <ERP_CreatedBy>sample string 11</ERP_CreatedBy> <ExpiryDate>2025-04-04T07:13:10.8958253+01:00</ExpiryDate> <PONumber>sample string 1</PONumber> <Payment_Terms>sample string 12</Payment_Terms> <Rate>10</Rate> <ReceivedQty>7</ReceivedQty> <SKUDescription>sample string 3</SKUDescription> <SKUId>sample string 2</SKUId> <SKUTotalQty>4</SKUTotalQty> <SentQty>5</SentQty> <Supplier>sample string 8</Supplier> <Warehouse>sample string 9</Warehouse> </InboundStockItem> </InboundStockItem> <LoginUserId>2</LoginUserId> </InboundStockItemDetail>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
VCAPIResponseName | Description | Type | Additional information |
---|---|---|---|
Version | string |
None. |
|
dateTime | string |
None. |
|
StatusCode | integer |
None. |
|
ErrorMessage | string |
None. |
|
Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Version": "1.0.0", "dateTime": "2025/04/04 07:13:10", "StatusCode": 1, "ErrorMessage": "sample string 2", "Result": {} }
application/xml, text/xml
Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <ErrorMessage>sample string 2</ErrorMessage> <Result /> <StatusCode>1</StatusCode> </VCAPIResponse>