GET api/PoctLogin/CuetPriceU
Request Information
URI Parameters
None.
Body Parameters
CucetPriceName | Description | Type | Additional information |
---|---|---|---|
title | string |
None. |
|
Amounts | integer |
None. |
|
Amountp | integer |
None. |
|
Sdic | integer |
None. |
|
Pdisc | integer |
None. |
|
Sn | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{ "title": "sample string 1", "Amounts": 2, "Amountp": 3, "Sdic": 4, "Pdisc": 5, "Sn": 6 }
application/xml, text/xml
Sample:
<Login.CucetPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <Amountp>3</Amountp> <Amounts>2</Amounts> <Pdisc>5</Pdisc> <Sdic>4</Sdic> <Sn>6</Sn> <title>sample string 1</title> </Login.CucetPrice>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.