Skip to content

게시글_작성_및_수정

지훈 edited this page Dec 10, 2021 · 9 revisions

Request

Header

  • Content-Type: application/json
  • token:

Request Body

변수 타입 설명 비고
id Integer 게시글 ID(신규 등록일 경우 null로 명시하고 수정일 경우엔 articleId를 명시)
title String 제목
content String 내용
categoryCode Integer 카테고리 코드
tradeArea String 거래지역 미입력시 사용자 프로필 주소
quantity Integer 수량
tradeMethodCode Integer 거래 방식 코드
productStatusCode String 상품 상태
price Integer 판마자 제안 가격
imageUrls String: array 이미지 URL 리스트

Response

Header

  • Content-Type: application/json

Body

returns ArticleCreateResponse

응답코드

statusCode message
200 "Success"
400 "요청한 사용자를 찾을 수 없습니다."
400 "요청한 게시글을 찾을 수 없습니다."
404 "접근 권한이 없습니다."
404 "카테고리가 존재하지 않습니다."
400 "Request 인자 값의 타입이 올바르지 않습니다."
400 "게시글 제목길이가 올바르지 않습니다."
400 "image url이 비어있습니다."
400 "유효하지 않은 code입니다."
400 "거래지역이 올바르지 않습니다."
400 "유효하지 않은 가격입니다."
400 "게시글 내용은 최소 5자 최대 2000자 이하여야 합니다."
500 "서버에서 내부적으로 에러가 발생했습니다."
Clone this wiki locally