POST api/{version}/CartRover/AddProductsToThreePL

Move the studentproduct to 3PL from Ups Shipping for Products Screen

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

StudentProductShipment
NameDescriptionTypeAdditional information
OrderId

get or set orderId

integer

None.

StudentProductShipmentId

get or set studentproductshipmentid

integer

None.

IsIgnoreAVS

get or set isignoreavs

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderId": 1,
  "StudentProductShipmentId": 2,
  "IsIgnoreAVS": true
}

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 'StudentProductShipment'.

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"
  }
}