POST api/data/IPNPayTech
Request Information
URI Parameters
None.
Body Parameters
IPNTechName | Description | Type | Additional information |
---|---|---|---|
type_event | string |
None. |
|
client_phone | string |
None. |
|
payment_method | string |
None. |
|
item_name | string |
None. |
|
item_price | string |
None. |
|
ref_command | string |
None. |
|
command_name | string |
None. |
|
currency | string |
None. |
|
env | string |
None. |
|
custom_field | string |
None. |
|
token | string |
None. |
|
api_key_sha256 | string |
None. |
|
api_secret_sha256 | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "type_event": "sample string 1", "client_phone": "sample string 2", "payment_method": "sample string 3", "item_name": "sample string 4", "item_price": "sample string 5", "ref_command": "sample string 6", "command_name": "sample string 7", "currency": "sample string 8", "env": "sample string 9", "custom_field": "sample string 10", "token": "sample string 11", "api_key_sha256": "sample string 12", "api_secret_sha256": "sample string 13" }
application/xml, text/xml
Sample:
<IPNTech xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyAPI.Controllers"> <api_key_sha256>sample string 12</api_key_sha256> <api_secret_sha256>sample string 13</api_secret_sha256> <client_phone>sample string 2</client_phone> <command_name>sample string 7</command_name> <currency>sample string 8</currency> <custom_field>sample string 10</custom_field> <env>sample string 9</env> <item_name>sample string 4</item_name> <item_price>sample string 5</item_price> <payment_method>sample string 3</payment_method> <ref_command>sample string 6</ref_command> <token>sample string 11</token> <type_event>sample string 1</type_event> </IPNTech>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DataTableName | Description | Type | Additional information |
---|---|---|---|
CaseSensitive | boolean |
None. |
|
IsInitialized | boolean |
None. |
|
RemotingFormat | SerializationFormat |
None. |
|
ChildRelations | Collection of Object |
None. |
|
Columns | Collection of Object |
None. |
|
Constraints | Collection of Object |
None. |
|
DataSet | DataSet |
None. |
|
DefaultView | Collection of Object |
None. |
|
DisplayExpression | string |
None. |
|
ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
HasErrors | boolean |
None. |
|
Locale | CultureInfo |
None. |
|
MinimumCapacity | integer |
None. |
|
ParentRelations | Collection of Object |
None. |
|
PrimaryKey | Collection of DataColumn |
None. |
|
Rows | Collection of Object |
None. |
|
TableName | string |
None. |
|
Namespace | string |
None. |
|
Prefix | string |
None. |
|
Site | ISite |
None. |
|
Container | IContainer |
None. |
|
DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.