POST api/{version}/PaymentHub/SavePaymentRequestItem
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
Collection of PaymentRequestInvoiceItem| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentProductId | integer |
None. |
|
| itemType | string |
None. |
|
| SponsorPaymentRequestItemId | integer |
None. |
|
| ItemName | string |
None. |
|
| Quantity | integer |
None. |
|
| UnitPrice | decimal number |
None. |
|
| DisplayUnitPrice | string |
None. |
|
| ItemType | string |
None. |
|
| SponsorPaymentRequestId | integer |
None. |
|
| FinalAmount | decimal number |
None. |
|
| DisplayFinalAmount | string |
None. |
|
| ItemTaxAmount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"StudentProductId": 1,
"itemType": "sample string 2",
"SponsorPaymentRequestItemId": 3,
"ItemName": "sample string 4",
"Quantity": 5,
"UnitPrice": 6.1,
"DisplayUnitPrice": "sample string 7",
"ItemType": "sample string 8",
"SponsorPaymentRequestId": 9,
"FinalAmount": 10.1,
"DisplayFinalAmount": "sample string 11",
"ItemTaxAmount": 12.1
},
{
"StudentProductId": 1,
"itemType": "sample string 2",
"SponsorPaymentRequestItemId": 3,
"ItemName": "sample string 4",
"Quantity": 5,
"UnitPrice": 6.1,
"DisplayUnitPrice": "sample string 7",
"ItemType": "sample string 8",
"SponsorPaymentRequestId": 9,
"FinalAmount": 10.1,
"DisplayFinalAmount": "sample string 11",
"ItemTaxAmount": 12.1
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>