POST api/values/SayHello
Request Information
URI Parameters
None.
Body Parameters
DeveloperSayHello| Name | Description | Type | Additional information |
|---|---|---|---|
| dvcSrNo | string |
None. |
|
| dvcTime | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"dvcSrNo": "sample string 1",
"dvcTime": "sample string 2"
}
application/xml, text/xml
Sample:
<DeveloperSayHello xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MinopApi.Controllers"> <dvcSrNo>sample string 1</dvcSrNo> <dvcTime>sample string 2</dvcTime> </DeveloperSayHello>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SayHelloStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1
}
application/xml, text/xml
Sample:
<SayHelloStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MinopApi.Controllers"> <status>1</status> </SayHelloStatus>