POST api/TrustMerchantPayment
Request Information
URI Parameters
None.
Body Parameters
clsTrustPaymentService| Name | Description | Type | Additional information |
|---|---|---|---|
| intType | integer |
None. |
|
| strapplicationId | string |
None. |
|
| strevent | string |
None. |
|
| streventDate | string |
None. |
|
| strmessage | string |
None. |
|
| stradditionalInfo | string |
None. |
|
| applicationId | string |
None. |
|
| eventdata | string |
None. |
|
| eventDate | string |
None. |
|
| status | 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",
"eventdata": "sample string 8",
"eventDate": "sample string 9",
"status": "sample string 10",
"additionalInfo": {}
}
application/xml, text/xml
Sample:
<clsTrustPaymentService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PozitivePaymentAPI.Models"> <additionalInfo /> <applicationId>sample string 7</applicationId> <eventDate>sample string 9</eventDate> <eventdata>sample string 8</eventdata> <intType>1</intType> <status>sample string 10</status> <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> </clsTrustPaymentService>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |