PUT api/BillingPayment/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
BillingPaymentParam| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceId | integer |
None. |
|
| PayDate | string |
None. |
|
| PaymentType | integer |
None. |
|
| PaymentPaid | decimal number |
None. |
|
| Attachment | string |
None. |
|
| InputBy | integer |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvoiceId": 1,
"PayDate": "sample string 2",
"PaymentType": 3,
"PaymentPaid": 4.0,
"Attachment": "sample string 5",
"InputBy": 6,
"UserName": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.