POST Client/RequestPreCheckExpress
Request Information
URI Parameters
None.
Body Parameters
ParaExpressRequestName | Description | Type | Additional information |
---|---|---|---|
ToLanguageId | integer |
None. |
|
GenderOptionCodeId | integer |
None. |
|
RelatedVersionCode | string |
None. |
|
ApplicationCompanyCode | string |
None. |
|
DeviceTypeCodeId | integer |
None. |
|
ApplicationTypeCodeId | integer |
None. |
|
BJCVRIEntityNumber | string |
None. |
|
BJCVRIDepartmentPinNumber | string |
None. |
|
RequestLocation | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ToLanguageId": 1, "GenderOptionCodeId": 1, "RelatedVersionCode": "sample string 1", "ApplicationCompanyCode": "sample string 2", "DeviceTypeCodeId": 1, "ApplicationTypeCodeId": 1, "BJCVRIEntityNumber": "sample string 3", "BJCVRIDepartmentPinNumber": "sample string 4", "RequestLocation": "sample string 5" }
application/xml, text/xml
Sample:
<ParaExpressRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <ApplicationCompanyCode>sample string 2</ApplicationCompanyCode> <ApplicationTypeCodeId>1</ApplicationTypeCodeId> <BJCVRIDepartmentPinNumber>sample string 4</BJCVRIDepartmentPinNumber> <BJCVRIEntityNumber>sample string 3</BJCVRIEntityNumber> <DeviceTypeCodeId>1</DeviceTypeCodeId> <GenderOptionCodeId>1</GenderOptionCodeId> <RelatedVersionCode>sample string 1</RelatedVersionCode> <RequestLocation>sample string 5</RequestLocation> <ToLanguageId>1</ToLanguageId> </ParaExpressRequest>
Response Information
Resource Description
ResultRequestPrecheckName | Description | Type | Additional information |
---|---|---|---|
CheckResult | string |
None. |
|
CheckResultId | integer |
None. |
|
DefaultProductName | string |
None. |
|
DefaultProductDescription | string |
None. |
|
ProductMoreOptionsUrl | string |
None. |
|
AgreementUrl | string |
None. |
|
ProductHtmlData | string |
None. |
|
RequiredInputUrl | string |
None. |
|
SkipProductPage | boolean |
None. |
|
SkipSummaryPage | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "CheckResult": "sample string 1", "CheckResultId": 2, "DefaultProductName": "sample string 3", "DefaultProductDescription": "sample string 4", "ProductMoreOptionsUrl": "sample string 5", "AgreementUrl": "sample string 6", "ProductHtmlData": "sample string 7", "RequiredInputUrl": "sample string 8", "SkipProductPage": true, "SkipSummaryPage": true }
application/xml, text/xml
Sample:
<ResultRequestPrecheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <AgreementUrl>sample string 6</AgreementUrl> <CheckResult>sample string 1</CheckResult> <CheckResultId>2</CheckResultId> <DefaultProductDescription>sample string 4</DefaultProductDescription> <DefaultProductName>sample string 3</DefaultProductName> <ProductHtmlData>sample string 7</ProductHtmlData> <ProductMoreOptionsUrl>sample string 5</ProductMoreOptionsUrl> <RequiredInputUrl>sample string 8</RequiredInputUrl> <SkipProductPage>true</SkipProductPage> <SkipSummaryPage>true</SkipSummaryPage> </ResultRequestPrecheck>