PUT api/UserPayment/{Id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
Body Parameters
UserPaymentName | Description | Type | Additional information |
---|---|---|---|
User_IP | string |
None. |
|
User_Name | string |
None. |
|
User_Description | string |
None. |
|
User_Mobile | string |
None. |
|
Description | string |
None. |
|
Date | date |
None. |
|
PaymentType | string |
None. |
|
PaymentStatus | boolean |
None. |
|
PaymentDate | date |
None. |
|
PaymentBank | string |
None. |
|
PaymentBankTransactions | string |
None. |
|
PaymentBankRecursiveCode | string |
None. |
|
PaymentAccountNumber | string |
None. |
|
PaymentDescription | string |
None. |
|
Price | decimal number |
None. |
|
IsNew | boolean |
None. |
|
IsDeleted | boolean |
None. |
|
User_Id | integer |
None. |
|
User | User |
None. |
|
Order_Id | integer |
None. |
|
Order | Order |
None. |
|
Id | integer |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |