POST api/DNAMerchantPayment

Request Information

URI Parameters

None.

Body Parameters

clsDNAPaymentService
NameDescriptionTypeAdditional information
intType

integer

None.

strapplicationId

string

None.

strevent

string

None.

streventDate

string

None.

strmessage

string

None.

stradditionalInfo

string

None.

applicationId

string

None.

event

string

None.

eventDate

string

None.

message

string

None.

additionalInfo

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "intType": 1,
  "strapplicationId": "sample string 2",
  "strevent": "sample string 3",
  "streventDate": "sample string 4",
  "strmessage": "sample string 5",
  "stradditionalInfo": "sample string 6",
  "applicationId": "sample string 7",
  "event": "sample string 8",
  "eventDate": "sample string 9",
  "message": "sample string 10",
  "additionalInfo": {}
}

application/xml, text/xml

Sample:
<clsDNAPaymentService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PozitivePaymentAPI.Models">
  <additionalInfo />
  <applicationId>sample string 7</applicationId>
  <event>sample string 8</event>
  <eventDate>sample string 9</eventDate>
  <intType>1</intType>
  <message>sample string 10</message>
  <stradditionalInfo>sample string 6</stradditionalInfo>
  <strapplicationId>sample string 2</strapplicationId>
  <strevent>sample string 3</strevent>
  <streventDate>sample string 4</streventDate>
  <strmessage>sample string 5</strmessage>
</clsDNAPaymentService>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.