POST api/PostMobileFTCSC
Request Information
URI Parameters
None.
Body Parameters
MobileFTCSCModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RechargeId | integer |
None. |
|
| customerId | string |
None. |
|
| OrderId | string |
None. |
|
| Amount | string |
None. |
|
| InvoiceLineText | string |
None. |
|
| GLCode | string |
None. |
|
| PaymentReferenceNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RechargeId": 1,
"customerId": "sample string 2",
"OrderId": "sample string 3",
"Amount": "sample string 4",
"InvoiceLineText": "sample string 5",
"GLCode": "sample string 6",
"PaymentReferenceNumber": "sample string 7"
}
application/xml, text/xml
Sample:
<MobileFTCSCModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/D2HApplication.API.Areas.CSC.Models"> <Amount>sample string 4</Amount> <GLCode>sample string 6</GLCode> <InvoiceLineText>sample string 5</InvoiceLineText> <OrderId>sample string 3</OrderId> <PaymentReferenceNumber>sample string 7</PaymentReferenceNumber> <RechargeId>1</RechargeId> <customerId>sample string 2</customerId> </MobileFTCSCModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.