GET api/APIGUID/{ID}?validationKey={validationKey}&partnerKey={partnerKey}&vendorID={vendorID}&vendorPassword={vendorPassword}&IDPassword={IDPassword}
Get GUID for accessing other endpoints: Note this endpoint is being depreciated Authorized vendor ID distributed by clientAuthorized vendor password distributed by clientID to authenticate for data accessPassword to authenticate for data access
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validationKey | string |
Required |
|
partnerKey | string |
Required |
|
vendorID | string |
Required |
|
vendorPassword | string |
Required |
|
ID | string |
Required |
|
IDPassword | string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |