POST Payment/Process
Request Information
URI Parameters
None.
Body Parameters
PaymentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TType | integer |
None. |
|
| RowID | integer |
None. |
|
| CardID | integer |
None. |
|
| UserID | integer |
None. |
|
| PaymentType | integer |
None. |
|
| OrderNumber | integer |
None. |
|
| TotalQuantity | integer |
None. |
|
| Amount | integer |
None. |
|
| CargoAmount | integer |
None. |
|
| Total | integer |
None. |
|
| State | integer |
None. |
|
| CompanyNo | integer |
None. |
|
| CreateUserID | integer |
None. |
|
| CreateTime | date |
None. |
|
| CreateIP | string |
None. |
|
| UpdateUserID | integer |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateIP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TType": 1,
"RowID": 2,
"CardID": 3,
"UserID": 4,
"PaymentType": 5,
"OrderNumber": 6,
"TotalQuantity": 7,
"Amount": 8,
"CargoAmount": 9,
"Total": 10,
"State": 11,
"CompanyNo": 12,
"CreateUserID": 13,
"CreateTime": "2026-01-11T18:32:32.3927019+03:00",
"CreateIP": "sample string 15",
"UpdateUserID": 16,
"UpdateTime": "2026-01-11T18:32:32.3927019+03:00",
"UpdateIP": "sample string 18"
}
application/xml, text/xml
Sample:
<PaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ARSales.Api.View.Request.Payment"> <Amount>8</Amount> <CardID>3</CardID> <CargoAmount>9</CargoAmount> <CompanyNo>12</CompanyNo> <CreateIP>sample string 15</CreateIP> <CreateTime>2026-01-11T18:32:32.3927019+03:00</CreateTime> <CreateUserID>13</CreateUserID> <OrderNumber>6</OrderNumber> <PaymentType>5</PaymentType> <RowID>2</RowID> <State>11</State> <TType>1</TType> <Total>10</Total> <TotalQuantity>7</TotalQuantity> <UpdateIP>sample string 18</UpdateIP> <UpdateTime>2026-01-11T18:32:32.3927019+03:00</UpdateTime> <UpdateUserID>16</UpdateUserID> <UserID>4</UserID> </PaymentRequest>
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. |