POST wssavetdddata

Request Information

URI Parameters

None.

Body Parameters

TddDataModel
NameDescriptionTypeAdditional information
tddstatus

boolean

None.

branchoffice

string

None.

cardEmbossName

string

None.

fraudInsurance

boolean

None.

idCardImage

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "tddstatus": true,
  "branchoffice": "sample string 2",
  "cardEmbossName": "sample string 3",
  "fraudInsurance": true,
  "idCardImage": 4
}

text/html

Sample:
{"tddstatus":true,"branchoffice":"sample string 2","cardEmbossName":"sample string 3","fraudInsurance":true,"idCardImage":4}

application/xml, text/xml

Sample:
<TddDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiOnboarding.Models">
  <branchoffice>sample string 2</branchoffice>
  <cardEmbossName>sample string 3</cardEmbossName>
  <fraudInsurance>true</fraudInsurance>
  <idCardImage>4</idCardImage>
  <tddstatus>true</tddstatus>
</TddDataModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.