POST api/Drug/DrugStockPost
This method to Drug stock save and update using particular accountid, drugid and batchno exposed to amarac pharmacy
Request Information
URI Parameters
None.
Body Parameters
DrugStockUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | globally unique identifier |
Required |
|
| DrugId | globally unique identifier |
Required |
|
| BatchNo | string |
Required |
|
| ExpDate | date |
Required |
|
| Quantity | integer |
Required |
|
| QuantityType | integer |
Required |
|
| PendingQuantity | integer |
None. |
|
| IU | integer |
Required |
|
| ModifiedBy | globally unique identifier |
None. |
|
| ModifiedOn | date |
None. |
|
| Modified | Member |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.