GET location/{apiKey}/getallpartlocations

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiKey

string

None.

Body Parameters

None.

Response Information

Resource Description

PartsLocations
NameDescriptionTypeAdditional information
partlocations

Dictionary of integer [key] and Collection of integer [value]

None.

status

string

None.

request_length

decimal number

None.

message

string

None.

ipaddress

string

None.

Response Formats

application/json, text/json

Sample:
{
  "partlocations": {
    "1": [
      1,
      2
    ],
    "2": [
      1,
      2
    ]
  },
  "status": "sample string 1",
  "request_length": 2.1,
  "message": "sample string 3",
  "ipaddress": "sample string 4"
}