POST api/{version}/ProductWebsite/FillStudentOrdersForWebsite

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

WebsiteObject
NameDescriptionTypeAdditional information
StudentOrders

StudentOrders

None.

CheckOutObj

CheckOutObj

None.

IsFinalSubmit

boolean

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 'StudentOrders.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 'StudentOrders.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 'WebsiteObject'.

Response Information

Resource Description

ReturnResult
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

AdditionalData

Object

None.

ObjAppResponseMessage

Gets or sets the mobile App response message

AppResponseMessage

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "AdditionalData": {},
  "ObjAppResponseMessage": {
    "Status": true,
    "Message": "sample string 2",
    "AdditionalData": "sample string 3"
  }
}