POST api/TopluOdemeSonuc

Request Information

URI Parameters

None.

Body Parameters

TopluOdemeSonucDto
NameDescriptionTypeAdditional information
MilApiResult

integer

None.

MilApiResult_

string

None.

trxcode

string

None.

ClientIP

string

None.

resultCode

string

None.

resultMessage

string

None.

hasValue

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MilApiResult": 1,
  "MilApiResult_": "sample string 2",
  "trxcode": "sample string 3",
  "ClientIP": "sample string 4",
  "resultCode": "sample string 5",
  "resultMessage": "sample string 6",
  "hasValue": "sample string 7"
}

application/xml, text/xml

Sample:
<TopluOdemeSonucController.TopluOdemeSonucDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DedeogluApi.Controllers">
  <ClientIP>sample string 4</ClientIP>
  <MilApiResult>1</MilApiResult>
  <MilApiResult_>sample string 2</MilApiResult_>
  <hasValue>sample string 7</hasValue>
  <resultCode>sample string 5</resultCode>
  <resultMessage>sample string 6</resultMessage>
  <trxcode>sample string 3</trxcode>
</TopluOdemeSonucController.TopluOdemeSonucDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TopluOdemeSonucDto'.

Response Information

Resource Description

Object

None.

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/" />