POST uat/vcc-br2s-name-check-uat/api/intf/v1/iz/vcc/nameCheck
Request Information
URI Parameters
None.
Body Parameters
NameCheckParam| Name | Description | Type | Additional information |
|---|---|---|---|
| entityName | string |
None. |
|
| nameType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"entityName": "sample string 1",
"nameType": "sample string 2"
}
application/xml, text/xml
Sample:
<NameCheckParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models"> <entityName>sample string 1</entityName> <nameType>sample string 2</nameType> </NameCheckParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NameCheckResult| Name | Description | Type | Additional information |
|---|---|---|---|
| apiKey | string |
None. |
|
| matchFound | string |
None. |
|
| matchList | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"apiKey": "sample string 1",
"matchFound": "sample string 2",
"matchList": [
{},
{}
]
}
application/xml, text/xml
Sample:
<NameCheckResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models">
<apiKey>sample string 1</apiKey>
<matchFound>sample string 2</matchFound>
<matchList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</matchList>
</NameCheckResult>