POST api/AutomaticOnBoarding/Registry/Create/{registryType}?SkipKCRegistryEmail={SkipKCRegistryEmail}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| registryType | RegistryTypeEnum |
Required |
|
| RegistryType | RegistryTypeEnum |
None. |
|
| SkipKCRegistryEmail | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
RegistryCreateResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IdentifyngId | integer |
None. |
|
| UserId | string |
None. |
|
| ConnectionUserId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdentifyngId": 1,
"UserId": "sample string 1",
"ConnectionUserId": "sample string 2"
}
application/xml, text/xml
Sample:
<RegistryCreateResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Buffetti.Registry.Api.Dto"> <ConnectionUserId>sample string 2</ConnectionUserId> <IdentifyngId>1</IdentifyngId> <UserId>sample string 1</UserId> </RegistryCreateResponse>