POST api/Pharmacies
Request Information
URI Parameters
None.
Body Parameters
Pharmacy| Name | Description | Type | Additional information |
|---|---|---|---|
| CKKID | integer |
Required |
|
| KamsoftId | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"CKKID": 1,
"KamsoftId": 1
}
application/xml, text/xml
Sample:
<Pharmacy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Core.Models"> <CKKID>1</CKKID> <KamsoftId>1</KamsoftId> </Pharmacy>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GenericResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<GenericResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Web.Models"> <IsSuccess>true</IsSuccess> <Message>sample string 2</Message> </GenericResponse>