GET location/{apiKey}/getsinglepartlocation?partID={partID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
partID | integer |
Required |
|
apiKey | string |
None. |
Body Parameters
None.
Response Information
Resource Description
SinglePartLocationName | Description | Type | Additional information |
---|---|---|---|
partid | integer |
None. |
|
locationkey | Collection of string |
None. |
|
status | string |
None. |
|
request_length | decimal number |
None. |
|
message | string |
None. |
|
ipaddress | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "partid": 1, "locationkey": [ "sample string 1", "sample string 2" ], "status": "sample string 2", "request_length": 3.1, "message": "sample string 4", "ipaddress": "sample string 5" }