POST IntentionalCustomer/SaveCheck

Request Information

URI Parameters

None.

Body Parameters

IntentionalCustomerSaveCheckParam
NameDescriptionTypeAdditional information
ExistingSite

boolean

None.

ExistingBudget

boolean

None.

IsStrongPurchasingIntention

boolean

None.

EntryName

string

None.

EngineerValue

integer

None.

PrimaryID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ExistingSite": true,
  "ExistingBudget": true,
  "IsStrongPurchasingIntention": true,
  "EntryName": "sample string 4",
  "EngineerValue": 1,
  "PrimaryID": 5
}

application/xml, text/xml

Sample:
<IntentionalCustomerSaveCheckParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MKY.ERP.RG.WebApis.Models">
  <PrimaryID>5</PrimaryID>
  <EngineerValue>1</EngineerValue>
  <EntryName>sample string 4</EntryName>
  <ExistingBudget>true</ExistingBudget>
  <ExistingSite>true</ExistingSite>
  <IsStrongPurchasingIntention>true</IsStrongPurchasingIntention>
</IntentionalCustomerSaveCheckParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultModel
NameDescriptionTypeAdditional information
ReturnCode

string

None.

ReturnMsg

string

None.

ReturnData

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ReturnCode": "sample string 1",
  "ReturnMsg": "sample string 2",
  "ReturnData": {}
}

application/xml, text/xml

Sample:
<ResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MKY.Kernel.Model">
  <ReturnCode>sample string 1</ReturnCode>
  <ReturnData />
  <ReturnMsg>sample string 2</ReturnMsg>
</ResultModel>