Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| providerTransactionId |
The provider transaction identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The provider transaction, if it exists.
Nano.ProviderTransaction| Name | Description | Type | Additional information |
|---|---|---|---|
| date |
Gets or sets the date. |
date |
None. |
| hasContent |
Gets or sets a value indicating whether this has content. |
boolean |
None. |
| hasXmlContent |
Gets or sets a value indicating whether this has XML content. |
boolean |
None. |
| otherId |
Gets or sets the other identifier. |
integer |
None. |
| provider |
Gets or sets the provider. |
string |
None. |
| remoteId |
Gets or sets the remote identifier. |
string |
None. |
| type |
Gets or sets the type. |
string |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| id |
Gets or sets the provider transaction identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"date": "2025-11-09T05:57:27.999897Z",
"hasContent": true,
"hasXmlContent": true,
"otherId": 1,
"provider": "sample String 4",
"remoteId": "sample String 5",
"type": "sample String 6",
"app": "1",
"id": "7"
}
text/html
Sample:
{"date":"2025-11-09T05:57:27.999897Z","hasContent":true,"hasXmlContent":true,"otherId":1,"provider":"sample String 4","remoteId":"sample String 5","type":"sample String 6","app":"1","id":"7"}
application/xml, text/xml
Sample:
<ProviderTransaction xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Date>2025-11-09T05:57:27.999897Z</Date> <HasContent>true</HasContent> <HasXmlContent>true</HasXmlContent> <OtherId>1</OtherId> <Provider>sample String 4</Provider> <RemoteId>sample String 5</RemoteId> <Type>sample String 6</Type> <AppId>1</AppId> <ProviderTransactionId>7</ProviderTransactionId> </ProviderTransaction>
application/vnd.api+json
Sample:
Sample not available.