POST api/{version}/PaymentConfirmation/SubmitOrderPaymentForCorporate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

OrderPayment
NameDescriptionTypeAdditional information
PaymentInfo

StudentPaymentInfo

None.

ShippingInformation

OrderShippingDetails

None.

IsShippable

boolean

None.

OrderPendingPayment

OrderPendingPayment

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'ImsApi.Models.StudentsFeeAdjustments'. Path 'OrderPendingPayment.StudentOrderDetail.ProductsList[0].FeeAdjustmentList[0].StudentFeeAdjustmentList'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'ImsApi.Models.StudentsFeeAdjustments'. Path 'OrderPendingPayment.StudentOrderDetail.ProductsList[0].FeeAdjustmentList[0].StudentFeeAdjustmentList'.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OrderPayment'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>