POST api/issuance/CustomerOwnershipInquiry/Search
Click on the link to the left for code examples. Also refer to the DHSMV System Specification document for additional insight.
Request Information
URI Parameters
None.
Body Parameters
RequestOfCustomerOwnershipSearchName | Description | Type | Additional information |
---|---|---|---|
Value |
CustomerOwnershipSearch |
None. |
|
Authentication |
Authentication |
None. |
Request Formats
application/json, text/json
Sample:
{ "Value": { "CustomerNumber": 1 }, "Authentication": { "AgentCustomerNumber": 1, "DealerLicenseType": "sample string 1", "DealerLicenseNumber": 1, "DealerLicenseSuffix": 1, "EmpCustomerNumber": 1, "LogNumber": 1, "DealerLicensePin": "sample string 2", "EmployeeType": "sample string 3" } }
application/xml, text/xml
Sample:
<Request xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Authentication> <AgentCustomerNumber>1</AgentCustomerNumber> <DealerLicenseType>sample string 1</DealerLicenseType> <DealerLicenseNumber>1</DealerLicenseNumber> <DealerLicenseSuffix>1</DealerLicenseSuffix> <EmpCustomerNumber>1</EmpCustomerNumber> <LogNumber>1</LogNumber> <DealerLicensePin>sample string 2</DealerLicensePin> <EmployeeType>sample string 3</EmployeeType> </Authentication> <Value> <CustomerNumber>1</CustomerNumber> </Value> </Request>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseOfSearchResultOfCustomerOwnershipSearchResultName | Description | Type | Additional information |
---|---|---|---|
Value |
SearchResultOfCustomerOwnershipSearchResult |
None. |
|
LogNumber |
integer |
None. |
|
RequestId |
globally unique identifier |
None. |
|
Notifications |
Collection of Notification |
None. |
|
ErrorMessages |
Collection of ErrorMessage |
None. |
|
InfoMessages |
Collection of InfoMessage |
None. |
Response Formats
application/json, text/json
Sample:
{ "Value": { "Results": [ { "VehicleNumber": 1, "VehicleIdentificationNumber": "sample string 1", "VehicleTypeCode": "sample string 2", "BodyTypeCode": "sample string 3", "MakeTypeCode": "sample string 4", "YearMake": 1, "LicensePlateNumber": "sample string 5", "DecalYear": 1, "DecalNumber": "sample string 6", "IRPaidFlag": true, "RegistrationExpirationDate": "2025-04-24", "RegistrationNumber": 1 }, { "VehicleNumber": 1, "VehicleIdentificationNumber": "sample string 1", "VehicleTypeCode": "sample string 2", "BodyTypeCode": "sample string 3", "MakeTypeCode": "sample string 4", "YearMake": 1, "LicensePlateNumber": "sample string 5", "DecalYear": 1, "DecalNumber": "sample string 6", "IRPaidFlag": true, "RegistrationExpirationDate": "2025-04-24", "RegistrationNumber": 1 } ], "TotalRecordCount": 1 }, "ErrorMessages": [ { "Parameters": [ "sample string 1", "sample string 2" ], "DeveloperMessage": "sample string 1", "ErrorCode": 401, "ExceptionMessage": "" }, { "Parameters": [ "sample string 1", "sample string 2" ], "DeveloperMessage": "sample string 1", "ErrorCode": 401, "ExceptionMessage": "" } ], "InfoMessages": [ { "Message": "sample string 1" }, { "Message": "sample string 1" } ], "LogNumber": 1, "Notifications": [ { "NotificationId": 1, "NotificationType": "sample string 1" }, { "NotificationId": 1, "NotificationType": "sample string 1" } ], "RequestId": "bd9ce1cf-07fe-4bea-9958-7df0f6e1916a" }
application/xml, text/xml
Sample:
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Value> <Results> <CustomerOwnershipSearchResult> <VehicleNumber>1</VehicleNumber> <VehicleIdentificationNumber>sample string 1</VehicleIdentificationNumber> <VehicleTypeCode>sample string 2</VehicleTypeCode> <BodyTypeCode>sample string 3</BodyTypeCode> <MakeTypeCode>sample string 4</MakeTypeCode> <YearMake>1</YearMake> <LicensePlateNumber>sample string 5</LicensePlateNumber> <DecalYear>1</DecalYear> <DecalNumber>sample string 6</DecalNumber> <IRPaidFlag>true</IRPaidFlag> <RegistrationExpirationDate>2025-04-24T02:57:32.2199713-04:00</RegistrationExpirationDate> <RegistrationNumber>1</RegistrationNumber> </CustomerOwnershipSearchResult> <CustomerOwnershipSearchResult> <VehicleNumber>1</VehicleNumber> <VehicleIdentificationNumber>sample string 1</VehicleIdentificationNumber> <VehicleTypeCode>sample string 2</VehicleTypeCode> <BodyTypeCode>sample string 3</BodyTypeCode> <MakeTypeCode>sample string 4</MakeTypeCode> <YearMake>1</YearMake> <LicensePlateNumber>sample string 5</LicensePlateNumber> <DecalYear>1</DecalYear> <DecalNumber>sample string 6</DecalNumber> <IRPaidFlag>true</IRPaidFlag> <RegistrationExpirationDate>2025-04-24T02:57:32.2199713-04:00</RegistrationExpirationDate> <RegistrationNumber>1</RegistrationNumber> </CustomerOwnershipSearchResult> </Results> <TotalRecordCount>1</TotalRecordCount> </Value> <LogNumber>1</LogNumber> <RequestId>bd9ce1cf-07fe-4bea-9958-7df0f6e1916a</RequestId> <Notifications> <Notification> <NotificationId>1</NotificationId> <NotificationType>sample string 1</NotificationType> </Notification> <Notification> <NotificationId>1</NotificationId> <NotificationType>sample string 1</NotificationType> </Notification> </Notifications> <ErrorMessages> <ErrorMessage> <Parameters> <string>sample string 1</string> <string>sample string 2</string> </Parameters> <DeveloperMessage>sample string 1</DeveloperMessage> <ErrorCode>AuthorizationError</ErrorCode> </ErrorMessage> <ErrorMessage> <Parameters> <string>sample string 1</string> <string>sample string 2</string> </Parameters> <DeveloperMessage>sample string 1</DeveloperMessage> <ErrorCode>AuthorizationError</ErrorCode> </ErrorMessage> </ErrorMessages> <InfoMessages> <InfoMessage> <Message>sample string 1</Message> </InfoMessage> <InfoMessage> <Message>sample string 1</Message> </InfoMessage> </InfoMessages> </Response>