POST api/GetESign

Request Information

URI Parameters

None.

Body Parameters

clsESignContract
NameDescriptionTypeAdditional information
QuoteId

integer

None.

UserId

integer

None.

strTitle

string

None.

strFirstName

string

None.

StrMiddleName

string

None.

StrLastName

string

None.

strRegCompanyName

string

None.

strRegCompanyNo

string

None.

StrBusinessName

string

None.

StrBusinessAddress1

string

None.

StrBusinessAddress2

string

None.

BillTown

string

None.

StrPostcode

string

None.

StrEmailId

string

None.

StrPhoneNo

string

None.

bitCommunicationMethodPhone

boolean

None.

bitCommunicationMethodLatter

boolean

None.

bitCommunicationMethodEmail

boolean

None.

strModeOfPayment

integer

None.

strCommunicationMethod

string

None.

IntBankId

integer

None.

StrBankAddress

string

None.

StrSortCode

string

None.

StrAccountNumber

string

None.

spnEsign

string

None.

StrNamess

string

None.

StrIpAddress

string

None.

StrCompanyName2

string

None.

StrNames2

string

None.

StrCompanyName

string

None.

strJobTitle2

string

None.

strJobTitle

string

None.

chkIsAgree

string

None.

StrAcHolderName

string

None.

ESignJSON

string

None.

spanEsign

string

None.

CustPaymentDays

integer

None.

InsertId

integer

None.

ErrorMsg

string

None.

ErrorCode

integer

None.

Approval

string

None.

Request Formats

application/json, text/json

Sample:
{
  "quoteId": 1,
  "userId": 2,
  "strTitle": "sample string 3",
  "strFirstName": "sample string 4",
  "strMiddleName": "sample string 5",
  "strLastName": "sample string 6",
  "strRegCompanyName": "sample string 7",
  "strRegCompanyNo": "sample string 8",
  "strBusinessName": "sample string 9",
  "strBusinessAddress1": "sample string 10",
  "strBusinessAddress2": "sample string 11",
  "billTown": "sample string 12",
  "strPostcode": "sample string 13",
  "strEmailId": "sample string 14",
  "strPhoneNo": "sample string 15",
  "bitCommunicationMethodPhone": true,
  "bitCommunicationMethodLatter": true,
  "bitCommunicationMethodEmail": true,
  "strModeOfPayment": 19,
  "strCommunicationMethod": "sample string 20",
  "intBankId": 21,
  "strBankAddress": "sample string 22",
  "strSortCode": "sample string 23",
  "strAccountNumber": "sample string 24",
  "spnEsign": "sample string 25",
  "strNamess": "sample string 26",
  "strIpAddress": "sample string 27",
  "strCompanyName2": "sample string 28",
  "strNames2": "sample string 29",
  "strCompanyName": "sample string 30",
  "strJobTitle2": "sample string 31",
  "strJobTitle": "sample string 32",
  "chkIsAgree": "sample string 33",
  "strAcHolderName": "sample string 34",
  "eSignJSON": "sample string 35",
  "spanEsign": "sample string 36",
  "custPaymentDays": 37,
  "insertId": 38,
  "errorMsg": "sample string 39",
  "errorCode": 40,
  "approval": "sample string 41"
}

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.