POST api/Drugs/updateInsuresforDrug?drugCode={drugCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
drugCode | integer |
Required |
Body Parameters
Collection of DrugsForInsuresName | Description | Type | Additional information |
---|---|---|---|
drug_code | integer |
None. |
|
insure_code | integer |
None. |
|
remarks | string |
String length: inclusive between 0 and 15 |
|
Drugs | Drug |
None. |
|
Insurers | Insurer |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.