GET api/NCLBGC_PortalLogon2?UserTypeID={UserTypeID}&UserName={UserName}&ReadCBT={ReadCBT}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
UserTypeID | No documentation available. |
Define this parameter in the request URI. |
UserName | No documentation available. |
Define this parameter in the request URI. |
ReadCBT | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "ContactIdnt": "sample string 1", "AccountIdnt": "sample string 2", "ContactBusinessTypeID": "sample string 3" }
application/xml, text/xml
Sample:
<NCLBGC_LogonContactBusinessTypeID xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Intranet.Models"> <AccountIdnt>sample string 2</AccountIdnt> <ContactBusinessTypeID>sample string 3</ContactBusinessTypeID> <ContactIdnt>sample string 1</ContactIdnt> </NCLBGC_LogonContactBusinessTypeID>