POST api/cart/paymentsuccess
Request Information
URI Parameters
None.
Body Parameters
OrderSuccessModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderNumber | string |
None. |
|
| PaymentId | string |
None. |
|
| PaymentRequestId | string |
None. |
|
| PaymentType | string |
None. |
|
| ApplicationId | integer |
None. |
|
| PaymentStatus | string |
None. |
|
| ParentType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderNumber": "sample string 1",
"PaymentId": "sample string 2",
"PaymentRequestId": "sample string 3",
"PaymentType": "sample string 4",
"ApplicationId": 5,
"PaymentStatus": "sample string 6",
"ParentType": 7
}
application/xml, text/xml
Sample:
<OrderSuccessModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.ApplicanProgramInterface.Models"> <ApplicationId>5</ApplicationId> <OrderNumber>sample string 1</OrderNumber> <ParentType>7</ParentType> <PaymentId>sample string 2</PaymentId> <PaymentRequestId>sample string 3</PaymentRequestId> <PaymentStatus>sample string 6</PaymentStatus> <PaymentType>sample string 4</PaymentType> </OrderSuccessModel>
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.