POST api/OnlineAPILicense/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
SearchCriteria | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "FormattedLicenseNumber": "sample string 1", "LicenseNumber": "sample string 2" }
application/xml, text/xml
Sample:
<OnlineAPILicenseSearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Intranet.Models"> <FormattedLicenseNumber>sample string 1</FormattedLicenseNumber> <LicenseNumber>sample string 2</LicenseNumber> </OnlineAPILicenseSearchCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.