Skip to main content
POST
주문 생성

인증

Authorization
string
header
필수

Bearer 인증. 액세스 토큰을 Authorization: Bearer <token> 헤더로 전달합니다.

본문

application/json
advertiser_id
string<uuid>
필수

이 주문을 소유한 광고주 ID.

end_date
string<date-time>
필수

계약 기간 종료일 (UTC).

name
string
필수
Minimum string length: 1
start_date
string<date-time>
필수

계약 기간 시작일 (UTC).

budget
number
기본값:0
필수 범위: x >= 0
ext
any | null

주문 관련 추가 데이터 확장 필드.

id
string<uuid> | null
lifecycle_state
enum<string>
기본값:draft

주문 라이프사이클 상태.

사용 가능한 옵션:
draft,
active,
archived
trafficker_ids
string<uuid>[]

이 주문을 관리하는 운영자 ID 목록.

응답

성공 응답

advertiser_id
string<uuid>
필수

이 주문을 소유한 광고주 ID.

created_at
string<date-time>
필수
end_date
string<date-time>
필수

계약 기간 종료일 (UTC).

id
string<uuid>
필수

주문 고유 식별자 (UUID v4).

name
string
필수

주문 이름.

start_date
string<date-time>
필수

계약 기간 시작일 (UTC).

updated_at
string<date-time>
필수
budget
number
기본값:0

주문 총 예산.

ext
any | null

주문 관련 추가 데이터 확장 필드.

lifecycle_state
enum<string>
기본값:draft

주문 라이프사이클 상태.

사용 가능한 옵션:
draft,
active,
archived
no
integer | null
trafficker_ids
string<uuid>[]

이 주문을 관리하는 운영자 ID 목록.