Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepy
{
  "status_code": 403,
  "message": "자격Need 인증데이터(authentication credentials)가 제공되지 않았습니다valid supplier access key."
}

3. Request Example

CURL

Code Block
curl -X 'GETPOST' \
  'https://prod.ax-cloud.com/v1/wholeness-download' \
  -H 'accept: */*' \
  -H 'Content-Type: application/json' \
  -H 'X-CSRFTOKEN: nG8FlrJivkOlWRLqWfQTbZnK6tYcknSrL5PhxhFaZgJpJuUmc5bcWdekVbOHybpa' \
  -d '{
  "download_type": "API",
  "supplier_access_key": "86e8b65a-d008-4e23-90d3-99b0f639c0e5",
  "supplier_unit_common_codes": ["c1e973a5", "795c20fe", "c1e973a5"]

}

...