POST V2/Enquiry/SaveMyEnquiry

Request Information

URI Parameters

None.

Body Parameters

GoodOrderView
NameDescriptionTypeAdditional information
Id

integer

None.

CaseId

globally unique identifier

None.

CustomerId

string

None.

CompanyId

globally unique identifier

None.

AddressId

globally unique identifier

None.

UserId

string

None.

Deadline

date

None.

CustomerCode

string

None.

CustomerView

MemberInfo

None.

CaseView

CaseView

None.

OrderType

CaseType

None.

OrderTypeName

string

None.

Operator

integer

None.

CaseCode

string

None.

CaseStatus

CaseStatus

None.

CaseStatusName

string

None.

Code

string

None.

CreateDate

date

None.

UpdateDate

date

None.

IsActive

boolean

None.

BillInfo

string

None.

DeliveryInfo

string

None.

DeliverySchedule

string

None.

DeliveryType

string

None.

ShipCondition

string

None.

ShipMark

string

None.

ShipMarkImage

string

None.

Currency

string

None.

ProductFee

decimal number

None.

Discount

decimal number

None.

AdditionalFee

decimal number

None.

AdditionalRemark

string

None.

Remark

string

None.

DeliveryId

string

None.

Total

decimal number

None.

CatalogDetailList

Collection of CatalogDetailView

None.

DetailList

Collection of GoodOrderDetailView

None.

HasDetail

boolean

None.

CusDetailList

Collection of GoodOrderCustDetail

None.

SiteLetterList

Collection of PtxMessage

None.

so_id

string

None.

NowOrderType

integer

None.

IsSend

boolean

None.

IsCreateBuyOrder

boolean

None.

IsShow

boolean

None.

IsCreateDeliveryOrder

boolean

None.

DeliveryDate

date

None.

PayType

integer

None.

PayCode

string

None.

CurrencyCode

string

None.

CustomQuestion

Collection of KeyValue

None.

DocList

Collection of KeyValue

None.

PrintList

Collection of KeyValue

None.

CustomDetailItemList

Collection of KeyValue

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 'Intimex.Common.KeyValue'. Path 'CustomerView.ServiceAddressList[0].Addresses[0].List[0].List'.

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 'Intimex.Common.KeyValue'. Path 'CustomerView.ServiceAddressList[0].Addresses[0].List[0].List'.

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

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {},
  "Code": 4
}