POST api/PY_IlanReddet
Request Information
URI Parameters
None.
Body Parameters
PY_IlanReddetDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PY_ID | integer |
None. |
|
| PY_ONAYDURUMU_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PY_ID": 1,
"PY_ONAYDURUMU_ID": 2
}
application/xml, text/xml
Sample:
<PY_IlanReddetController.PY_IlanReddetDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServisApi.Controllers"> <PY_ID>1</PY_ID> <PY_ONAYDURUMU_ID>2</PY_ONAYDURUMU_ID> </PY_IlanReddetController.PY_IlanReddetDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />