I write about finance, management and economy, my book “Money Studies” is out now.
/*! jQuery UI - v1.8.24 - 2012-09-28
* https://github.com/jquery/jquery-ui
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.theme.css
* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
position: absolute !important;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-clearfix {
zoom: 1;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter: Alpha(Opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and image */
.ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
width: 100%;
}
.ui-accordion .ui-accordion-header {
cursor: pointer;
position: relative;
margin-top: 1px;
zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
display: inline;
}
.ui-accordion .ui-accordion-header-active {
border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
display: block;
font-size: 1em;
padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
margin-top: -2px;
position: relative;
top: 1px;
margin-bottom: 2px;
overflow: auto;
display: none;
zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
display: block;
}
.ui-autocomplete {
position: absolute;
cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
/*
* jQuery UI Menu 1.8.24
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Menu#theming
*/
.ui-menu {
list-style: none;
padding: 2px;
margin: 0;
display: block;
float: left;
}
.ui-menu .ui-menu {
margin-top: -3px;
}
.ui-menu .ui-menu-item {
margin: 0;
padding: 0;
zoom: 1;
float: left;
clear: left;
width: 100%;
}
.ui-menu .ui-menu-item a {
text-decoration: none;
display: block;
padding: .2em .4em;
line-height: 1.5;
zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
margin: -1px;
}
.ui-button {
display: inline-block;
position: relative;
padding: 0;
margin-right: .1em;
text-decoration: none !important;
cursor: pointer;
text-align: center;
zoom: 1;
overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button-icon-only {
width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
width: 3.4em;
}
button.ui-button-icons-only {
width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
display: block;
line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
padding: .4em;
text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
padding-left: 2.1em;
padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
padding: .4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
position: absolute;
top: 50%;
margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
left: 50%;
margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
right: .5em;
}
/*button sets*/
.ui-buttonset {
margin-right: 7px;
}
.ui-buttonset .ui-button {
margin-left: 0;
margin-right: -.3em;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
/* reset extra padding in Firefox */
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 49%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
position: absolute;
/*must have*/
z-index: -1;
/*must have*/
filter: mask();
/*must have*/
top: -4px;
/*must have*/
left: -4px;
/*must have*/
width: 200px;
/*must have*/
height: 200px;
/*must have*/
}
.ui-dialog {
position: absolute;
padding: .2em;
width: 300px;
overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 19px;
margin: -10px 0 0 0;
padding: 1px;
height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
display: block;
margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
padding: 0;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin: .5em 0 0 0;
padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-se {
width: 14px;
height: 14px;
right: 3px;
bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-tabs {
position: relative;
padding: .2em;
zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 1px;
margin: 0 .2em 1px 0;
border-bottom: 0 !important;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
margin-bottom: 0;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tabs .ui-tabs-hide {
display: none !important;
}
/* Component containers
----------------------------------*/
.ui-widget {
font-family: Verdana,
Arial,
sans-serif
/*{ffDefault}*/
;
font-size: 1.1em
/*{fsDefault}*/
;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Verdana,
Arial,
sans-serif
/*{ffDefault}*/
;
font-size: 1em;
}
.ui-widget-content {
border: 1px solid #aaaaaa
/*{borderColorContent}*/
;
background: #ffffff
/*{bgColorContent}*/
url(image/ui-bg_flat_75_ffffff_40x100.png)
/*{bgImgUrlContent}*/
50%
/*{bgContentXPos}*/
50%
/*{bgContentYPos}*/
repeat-x
/*{bgContentRepeat}*/
;
color: #222222
/*{fcContent}*/
;
}
.ui-widget-content a {
color: #222222
/*{fcContent}*/
;
}
.ui-widget-header {
border: 1px solid #aaaaaa
/*{borderColorHeader}*/
;
background: #cccccc
/*{bgColorHeader}*/
url(image/ui-bg_highlight-soft_75_cccccc_1x100.png)
/*{bgImgUrlHeader}*/
50%
/*{bgHeaderXPos}*/
50%
/*{bgHeaderYPos}*/
repeat-x
/*{bgHeaderRepeat}*/
;
color: #222222
/*{fcHeader}*/
;
font-weight: bold;
}
.ui-widget-header a {
color: #222222
/*{fcHeader}*/
;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #d3d3d3
/*{borderColorDefault}*/
;
background: #e6e6e6
/*{bgColorDefault}*/
url(image/ui-bg_glass_75_e6e6e6_1x400.png)
/*{bgImgUrlDefault}*/
50%
/*{bgDefaultXPos}*/
50%
/*{bgDefaultYPos}*/
repeat-x
/*{bgDefaultRepeat}*/
;
font-weight: normal
/*{fwDefault}*/
;
color: #555555
/*{fcDefault}*/
;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
color: #555555
/*{fcDefault}*/
;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
border: 1px solid #999999
/*{borderColorHover}*/
;
background: #dadada
/*{bgColorHover}*/
url(image/ui-bg_glass_75_dadada_1x400.png)
/*{bgImgUrlHover}*/
50%
/*{bgHoverXPos}*/
50%
/*{bgHoverYPos}*/
repeat-x
/*{bgHoverRepeat}*/
;
font-weight: normal
/*{fwDefault}*/
;
color: #212121
/*{fcHover}*/
;
}
.ui-state-hover a,
.ui-state-hover a:hover {
color: #212121
/*{fcHover}*/
;
text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
border: 1px solid #aaaaaa
/*{borderColorActive}*/
;
background: #ffffff
/*{bgColorActive}*/
url(image/ui-bg_glass_65_ffffff_1x400.png)
/*{bgImgUrlActive}*/
50%
/*{bgActiveXPos}*/
50%
/*{bgActiveYPos}*/
repeat-x
/*{bgActiveRepeat}*/
;
font-weight: normal
/*{fwDefault}*/
;
color: #212121
/*{fcActive}*/
;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #212121
/*{fcActive}*/
;
text-decoration: none;
}
.ui-widget :active {
outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #fcefa1
/*{borderColorHighlight}*/
;
background: #fbf9ee
/*{bgColorHighlight}*/
url(image/ui-bg_glass_55_fbf9ee_1x400.png)
/*{bgImgUrlHighlight}*/
50%
/*{bgHighlightXPos}*/
50%
/*{bgHighlightYPos}*/
repeat-x
/*{bgHighlightRepeat}*/
;
color: #363636
/*{fcHighlight}*/
;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #363636
/*{fcHighlight}*/
;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #cd0a0a
/*{borderColorError}*/
;
background: #fef1ec
/*{bgColorError}*/
url(image/ui-bg_glass_95_fef1ec_1x400.png)
/*{bgImgUrlError}*/
50%
/*{bgErrorXPos}*/
50%
/*{bgErrorYPos}*/
repeat-x
/*{bgErrorRepeat}*/
;
color: #cd0a0a
/*{fcError}*/
;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #cd0a0a
/*{fcError}*/
;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #cd0a0a
/*{fcError}*/
;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter: Alpha(Opacity=70);
font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter: Alpha(Opacity=35);
background-image: none;
}
/* Icons
----------------------------------*/
/* states and image */
.ui-icon {
width: 16px;
height: 16px;
background-image: url(image/ui-icons_222222_256x240.png)
/*{iconsContent}*/
;
}
.ui-widget-content .ui-icon {
background-image: url(image/ui-icons_222222_256x240.png)
/*{iconsContent}*/
;
}
.ui-widget-header .ui-icon {
background-image: url(image/ui-icons_222222_256x240.png)
/*{iconsHeader}*/
;
}
.ui-state-default .ui-icon {
background-image: url(image/ui-icons_888888_256x240.png)
/*{iconsDefault}*/
;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
background-image: url(image/ui-icons_454545_256x240.png)
/*{iconsHover}*/
;
}
.ui-state-active .ui-icon {
background-image: url(image/ui-icons_454545_256x240.png)
/*{iconsActive}*/
;
}
.ui-state-highlight .ui-icon {
background-image: url(image/ui-icons_2e83ff_256x240.png)
/*{iconsHighlight}*/
;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(image/ui-icons_cd0a0a_256x240.png)
/*{iconsError}*/
;
}
/* positioning */
.ui-icon-carat-1-n {
background-position: 0 0;
}
.ui-icon-carat-1-ne {
background-position: -16px 0;
}
.ui-icon-carat-1-e {
background-position: -32px 0;
}
.ui-icon-carat-1-se {
background-position: -48px 0;
}
.ui-icon-carat-1-s {
background-position: -64px 0;
}
.ui-icon-carat-1-sw {
background-position: -80px 0;
}
.ui-icon-carat-1-w {
background-position: -96px 0;
}
.ui-icon-carat-1-nw {
background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
background-position: -144px 0;
}
.ui-icon-triangle-1-n {
background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
background-position: -176px -64px;
}
.ui-icon-arrow-4 {
background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
background-position: -16px -80px;
}
.ui-icon-extlink {
background-position: -32px -80px;
}
.ui-icon-newwin {
background-position: -48px -80px;
}
.ui-icon-refresh {
background-position: -64px -80px;
}
.ui-icon-shuffle {
background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
background-position: 0 -96px;
}
.ui-icon-folder-open {
background-position: -16px -96px;
}
.ui-icon-document {
background-position: -32px -96px;
}
.ui-icon-document-b {
background-position: -48px -96px;
}
.ui-icon-note {
background-position: -64px -96px;
}
.ui-icon-mail-closed {
background-position: -80px -96px;
}
.ui-icon-mail-open {
background-position: -96px -96px;
}
.ui-icon-suitcase {
background-position: -112px -96px;
}
.ui-icon-comment {
background-position: -128px -96px;
}
.ui-icon-person {
background-position: -144px -96px;
}
.ui-icon-print {
background-position: -160px -96px;
}
.ui-icon-trash {
background-position: -176px -96px;
}
.ui-icon-locked {
background-position: -192px -96px;
}
.ui-icon-unlocked {
background-position: -208px -96px;
}
.ui-icon-bookmark {
background-position: -224px -96px;
}
.ui-icon-tag {
background-position: -240px -96px;
}
.ui-icon-home {
background-position: 0 -112px;
}
.ui-icon-flag {
background-position: -16px -112px;
}
.ui-icon-calendar {
background-position: -32px -112px;
}
.ui-icon-cart {
background-position: -48px -112px;
}
.ui-icon-pencil {
background-position: -64px -112px;
}
.ui-icon-clock {
background-position: -80px -112px;
}
.ui-icon-disk {
background-position: -96px -112px;
}
.ui-icon-calculator {
background-position: -112px -112px;
}
.ui-icon-zoomin {
background-position: -128px -112px;
}
.ui-icon-zoomout {
background-position: -144px -112px;
}
.ui-icon-search {
background-position: -160px -112px;
}
.ui-icon-wrench {
background-position: -176px -112px;
}
.ui-icon-gear {
background-position: -192px -112px;
}
.ui-icon-heart {
background-position: -208px -112px;
}
.ui-icon-star {
background-position: -224px -112px;
}
.ui-icon-link {
background-position: -240px -112px;
}
.ui-icon-cancel {
background-position: 0 -128px;
}
.ui-icon-plus {
background-position: -16px -128px;
}
.ui-icon-plusthick {
background-position: -32px -128px;
}
.ui-icon-minus {
background-position: -48px -128px;
}
.ui-icon-minusthick {
background-position: -64px -128px;
}
.ui-icon-close {
background-position: -80px -128px;
}
.ui-icon-closethick {
background-position: -96px -128px;
}
.ui-icon-key {
background-position: -112px -128px;
}
.ui-icon-lightbulb {
background-position: -128px -128px;
}
.ui-icon-scissors {
background-position: -144px -128px;
}
.ui-icon-clipboard {
background-position: -160px -128px;
}
.ui-icon-copy {
background-position: -176px -128px;
}
.ui-icon-contact {
background-position: -192px -128px;
}
.ui-icon-image {
background-position: -208px -128px;
}
.ui-icon-video {
background-position: -224px -128px;
}
.ui-icon-script {
background-position: -240px -128px;
}
.ui-icon-alert {
background-position: 0 -144px;
}
.ui-icon-info {
background-position: -16px -144px;
}
.ui-icon-notice {
background-position: -32px -144px;
}
.ui-icon-help {
background-position: -48px -144px;
}
.ui-icon-check {
background-position: -64px -144px;
}
.ui-icon-bullet {
background-position: -80px -144px;
}
.ui-icon-radio-off {
background-position: -96px -144px;
}
.ui-icon-radio-on {
background-position: -112px -144px;
}
.ui-icon-pin-w {
background-position: -128px -144px;
}
.ui-icon-pin-s {
background-position: -144px -144px;
}
.ui-icon-play {
background-position: 0 -160px;
}
.ui-icon-pause {
background-position: -16px -160px;
}
.ui-icon-seek-next {
background-position: -32px -160px;
}
.ui-icon-seek-prev {
background-position: -48px -160px;
}
.ui-icon-seek-end {
background-position: -64px -160px;
}
.ui-icon-seek-start {
background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
background-position: -80px -160px;
}
.ui-icon-stop {
background-position: -96px -160px;
}
.ui-icon-eject {
background-position: -112px -160px;
}
.ui-icon-volume-off {
background-position: -128px -160px;
}
.ui-icon-volume-on {
background-position: -144px -160px;
}
.ui-icon-power {
background-position: 0 -176px;
}
.ui-icon-signal-diag {
background-position: -16px -176px;
}
.ui-icon-signal {
background-position: -32px -176px;
}
.ui-icon-battery-0 {
background-position: -48px -176px;
}
.ui-icon-battery-1 {
background-position: -64px -176px;
}
.ui-icon-battery-2 {
background-position: -80px -176px;
}
.ui-icon-battery-3 {
background-position: -96px -176px;
}
.ui-icon-circle-plus {
background-position: 0 -192px;
}
.ui-icon-circle-minus {
background-position: -16px -192px;
}
.ui-icon-circle-close {
background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
background-position: -192px -192px;
}
.ui-icon-circle-check {
background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
-moz-border-radius-topleft: 4px
/*{cornerRadius}*/
;
-webkit-border-top-left-radius: 4px
/*{cornerRadius}*/
;
-khtml-border-top-left-radius: 4px
/*{cornerRadius}*/
;
border-top-left-radius: 4px
/*{cornerRadius}*/
;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
-moz-border-radius-topright: 4px
/*{cornerRadius}*/
;
-webkit-border-top-right-radius: 4px
/*{cornerRadius}*/
;
-khtml-border-top-right-radius: 4px
/*{cornerRadius}*/
;
border-top-right-radius: 4px
/*{cornerRadius}*/
;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
-moz-border-radius-bottomleft: 4px
/*{cornerRadius}*/
;
-webkit-border-bottom-left-radius: 4px
/*{cornerRadius}*/
;
-khtml-border-bottom-left-radius: 4px
/*{cornerRadius}*/
;
border-bottom-left-radius: 4px
/*{cornerRadius}*/
;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
-moz-border-radius-bottomright: 4px
/*{cornerRadius}*/
;
-webkit-border-bottom-right-radius: 4px
/*{cornerRadius}*/
;
-khtml-border-bottom-right-radius: 4px
/*{cornerRadius}*/
;
border-bottom-right-radius: 4px
/*{cornerRadius}*/
;
}
/* Overlays */
.ui-widget-overlay {
background: #aaaaaa
/*{bgColorOverlay}*/
url(image/ui-bg_flat_0_aaaaaa_40x100.png)
/*{bgImgUrlOverlay}*/
50%
/*{bgOverlayXPos}*/
50%
/*{bgOverlayYPos}*/
repeat-x
/*{bgOverlayRepeat}*/
;
opacity: .3;
filter:Alpha(Opacity=30)
/*{opacityOverlay}*/
;
}
.ui-widget-shadow {
margin: -8px
/*{offsetTopShadow}*/
0 0 -8px
/*{offsetLeftShadow}*/
;
padding: 8px
/*{thicknessShadow}*/
;
background: #aaaaaa
/*{bgColorShadow}*/
url(image/ui-bg_flat_0_aaaaaa_40x100.png)
/*{bgImgUrlShadow}*/
50%
/*{bgShadowXPos}*/
50%
/*{bgShadowYPos}*/
repeat-x
/*{bgShadowRepeat}*/
;
opacity: .3;
filter:Alpha(Opacity=30)
/*{opacityShadow}*/
;
-moz-border-radius: 8px
/*{cornerRadiusShadow}*/
;
-khtml-border-radius: 8px
/*{cornerRadiusShadow}*/
;
-webkit-border-radius: 8px
/*{cornerRadiusShadow}*/
;
border-radius: 8px
/*{cornerRadiusShadow}*/
;
}
{"name":"H\u1ecdc online c\u00f9ng chuy\u00ean gia","description":"H\u1ecdc online v\u1edbi h\u01a1n 1000 kh\u00f3a h\u1ecdc tr\u1ef1c tuy\u1ebfn thu\u1ed9c nhi\u1ec1u l\u0129nh v\u1ef1c nh\u01b0 k\u1ef9 n\u0103ng qu\u1ea3n tr\u1ecb, t\u00e0i ch\u00ednh, ti\u1ebfp th\u1ecb b\u00e1n h\u00e0ng","url":"https:\/\/online.ictsaigon.net","home":"https:\/\/online.ictsaigon.net","gmt_offset":"7","timezone_string":"","page_for_posts":125,"page_on_front":7083,"show_on_front":"page","namespaces":["wp\/v2","pmpro\/v1","oembed\/1.0","contact-form-7\/v1","learnpress\/v1","mc4wp\/v1","wc\/store","wc-analytics","wc-admin","wp-rocket\/v1","elementor\/v1","wc\/v1","wc\/v2","wc\/v3","wccom-site\/v1","buddypress\/v1","wp-site-health\/v1","wp-block-editor\/v1","wp-abilities\/v1"],"authentication":{"application-passwords":{"endpoints":{"authorization":"https:\/\/online.ictsaigon.net\/wp-admin\/authorize-application.php"}}},"routes":{"\/":{"namespace":"","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/"}]}},"\/batch\/v1":{"namespace":"","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"validation":{"type":"string","enum":["require-all-validate","normal"],"default":"normal","required":false},"requests":{"type":"array","maxItems":25,"items":{"type":"object","properties":{"method":{"type":"string","enum":["POST","PUT","PATCH","DELETE"],"default":"POST"},"path":{"type":"string","required":true},"body":{"type":"object","properties":[],"additionalProperties":true},"headers":{"type":"object","properties":[],"additionalProperties":{"type":["string","array"],"items":{"type":"string"}}}}},"required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/batch\/v1"}]}},"\/wp\/v2":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp\/v2","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp\/v2"}]}},"\/wp\/v2\/users\/(?P\\d+)\/pmpro_membership_level":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}]},"\/wp\/v2\/posts\/(?P\\d+)\/user_id\/(?P\\d+)\/pmpro_has_membership_access":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}]},"\/pmpro\/v1":{"namespace":"pmpro\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"pmpro\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/pmpro\/v1"}]}},"\/pmpro\/v1\/has_membership_access":{"namespace":"pmpro\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/pmpro\/v1\/has_membership_access"}]}},"\/pmpro\/v1\/get_membership_level_for_user":{"namespace":"pmpro\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/pmpro\/v1\/get_membership_level_for_user"}]}},"\/pmpro\/v1\/get_membership_levels_for_user":{"namespace":"pmpro\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/pmpro\/v1\/get_membership_levels_for_user"}]}},"\/pmpro\/v1\/change_membership_level":{"namespace":"pmpro\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"user_id":{"required":false},"level_id":{"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/pmpro\/v1\/change_membership_level"}]}},"\/pmpro\/v1\/cancel_membership_level":{"namespace":"pmpro\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"user_id":{"required":false},"level_id":{"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/pmpro\/v1\/cancel_membership_level"}]}},"\/pmpro\/v1\/membership_level":{"namespace":"pmpro\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST","PUT","PATCH"],"args":[]},{"methods":["DELETE"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/pmpro\/v1\/membership_level"}]}},"\/pmpro\/v1\/discount_code":{"namespace":"pmpro\/v1","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST","PUT","PATCH"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/pmpro\/v1\/discount_code"}]}},"\/pmpro\/v1\/checkout_level":{"namespace":"pmpro\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/pmpro\/v1\/checkout_level"}]}},"\/pmpro\/v1\/checkout_levels":{"namespace":"pmpro\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/pmpro\/v1\/checkout_levels"}]}},"\/oembed\/1.0":{"namespace":"oembed\/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"oembed\/1.0","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/oembed\/1.0"}]}},"\/oembed\/1.0\/proxy":{"namespace":"oembed\/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"URL c\u1ee7a t\u00e0i nguy\u00ean c\u1ea7n l\u1ea5y d\u1eef li\u1ec7u oEmbed.","type":"string","format":"uri","required":true},"format":{"description":"\u0110\u1ecbnh d\u1ea1ng oEmbed c\u1ea7n s\u1eed d\u1ee5ng.","type":"string","default":"json","enum":["json","xml"],"required":false},"maxwidth":{"description":"Chi\u1ec1u r\u1ed9ng t\u1ed1i \u0111a c\u1ee7a khung nh\u00fang t\u00ednh b\u1eb1ng \u0111\u01a1n v\u1ecb pixels.","type":"integer","default":600,"required":false},"maxheight":{"description":"Chi\u1ec1u cao t\u1ed1i \u0111a c\u1ee7a khung nh\u00fang t\u00ednh b\u1eb1ng \u0111\u01a1n v\u1ecb pixels.","type":"integer","required":false},"discover":{"description":"C\u00f3 n\u00ean th\u1ef1c hi\u1ec7n y\u00eau c\u1ea7u kh\u00e1m ph\u00e1 oEmbed cho c\u00e1c nh\u00e0 cung c\u1ea5p ch\u01b0a \u0111\u01b0\u1ee3c c\u1ea5p ph\u00e9p hay kh\u00f4ng.","type":"boolean","default":true,"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/oembed\/1.0\/proxy"}]}},"\/contact-form-7\/v1":{"namespace":"contact-form-7\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"contact-form-7\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/contact-form-7\/v1"}]}},"\/contact-form-7\/v1\/contact-forms":{"namespace":"contact-form-7\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/contact-form-7\/v1\/contact-forms"}]}},"\/contact-form-7\/v1\/contact-forms\/(?P\\d+)":{"namespace":"contact-form-7\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST","PUT","PATCH"],"args":[]},{"methods":["DELETE"],"args":[]}]},"\/contact-form-7\/v1\/contact-forms\/(?P\\d+)\/feedback":{"namespace":"contact-form-7\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}]},"\/contact-form-7\/v1\/contact-forms\/(?P\\d+)\/refill":{"namespace":"contact-form-7\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}]},"\/learnpress\/v1":{"namespace":"learnpress\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"learnpress\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1"}]}},"\/learnpress\/v1\/token":{"namespace":"learnpress\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"username":{"description":"The username of the user.","type":"string","required":false},"password":{"description":"The password of the user.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/token"}]}},"\/learnpress\/v1\/token\/validate":{"namespace":"learnpress\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/token\/validate"}]}},"\/learnpress\/v1\/token\/register":{"namespace":"learnpress\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/token\/register"}]}},"\/mc4wp\/v1":{"namespace":"mc4wp\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"mc4wp\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/mc4wp\/v1"}]}},"\/mc4wp\/v1\/form":{"namespace":"mc4wp\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/mc4wp\/v1\/form"}]}},"\/oembed\/1.0\/embed\/activity":{"namespace":"oembed\/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"required":true},"format":{"default":"json","required":false},"maxwidth":{"default":600,"required":false},"hide_media":{"default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/oembed\/1.0\/embed\/activity"}]}},"\/wc\/store":{"namespace":"wc\/store","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wc\/store","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store"}]}},"\/wc\/store\/cart":{"namespace":"wc\/store","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store\/cart"}]}},"\/wc\/store\/cart\/add-item":{"namespace":"wc\/store","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"The cart item product or variation ID.","type":"integer","required":false},"quantity":{"description":"Quantity of this item in the cart.","type":"integer","required":false},"variation":{"description":"Chosen attributes (for variations).","type":"array","items":{"type":"object","properties":{"attribute":{"description":"Variation attribute name.","type":"string","context":["view","edit"]},"value":{"description":"Variation attribute value.","type":"string","context":["view","edit"]}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store\/cart\/add-item"}]}},"\/wc\/store\/cart\/apply-coupon":{"namespace":"wc\/store","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"code":{"description":"Unique identifier for the coupon within the cart.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store\/cart\/apply-coupon"}]}},"\/wc\/store\/cart\/coupons":{"namespace":"wc\/store","methods":["GET","POST","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"code":{"description":"The coupon's unique code.","type":"string","required":false},"discount_type":{"description":"The discount type for the coupon (e.g. percentage or fixed amount)","type":"string","required":false}}},{"methods":["DELETE"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store\/cart\/coupons"}]}},"\/wc\/store\/cart\/coupons\/(?P[\\w-]+)":{"namespace":"wc\/store","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"code":{"description":"Unique identifier for the coupon within the cart.","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"code":{"description":"Unique identifier for the coupon within the cart.","type":"string","required":false}}}]},"\/wc\/store\/cart\/items":{"namespace":"wc\/store","methods":["GET","POST","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":[]},{"methods":["DELETE"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store\/cart\/items"}]}},"\/wc\/store\/cart\/items\/(?P[\\w-]{32})":{"namespace":"wc\/store","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"key":{"description":"Unique identifier for the item within the cart.","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"key":{"description":"Unique identifier for the item within the cart.","type":"string","required":false}}},{"methods":["DELETE"],"args":{"key":{"description":"Unique identifier for the item within the cart.","type":"string","required":false}}}]},"\/wc\/store\/cart\/remove-coupon":{"namespace":"wc\/store","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"code":{"description":"Unique identifier for the coupon within the cart.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store\/cart\/remove-coupon"}]}},"\/wc\/store\/cart\/remove-item":{"namespace":"wc\/store","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"key":{"description":"Unique identifier (key) for the cart item.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store\/cart\/remove-item"}]}},"\/wc\/store\/cart\/select-shipping-rate":{"namespace":"wc\/store","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"package_id":{"description":"The ID of the package being shipped.","type":["integer","string"],"required":true},"rate_id":{"description":"The chosen rate ID for the package.","type":"string","required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store\/cart\/select-shipping-rate"}]}},"\/wc\/store\/cart\/update-item":{"namespace":"wc\/store","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"key":{"description":"Unique identifier (key) for the cart item to update.","type":"string","required":false},"quantity":{"description":"New quantity of the item in the cart.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store\/cart\/update-item"}]}},"\/wc\/store\/cart\/update-customer":{"namespace":"wc\/store","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"billing_address":{"description":"Billing address.","type":"object","properties":{"first_name":{"description":"First name","type":"string","context":["view","edit"],"required":true},"last_name":{"description":"Last name","type":"string","context":["view","edit"],"required":true},"company":{"description":"Company","type":"string","context":["view","edit"],"required":true},"address_1":{"description":"Address","type":"string","context":["view","edit"],"required":true},"address_2":{"description":"Apartment, suite, etc.","type":"string","context":["view","edit"],"required":true},"city":{"description":"City","type":"string","context":["view","edit"],"required":true},"state":{"description":"State\/County code, or name of the state, county, province, or district.","type":"string","context":["view","edit"],"required":true},"postcode":{"description":"Postal code","type":"string","context":["view","edit"],"required":true},"country":{"description":"Country\/Region code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"],"required":true},"email":{"description":"Email","type":"string","context":["view","edit"],"required":true},"phone":{"description":"Phone","type":"string","context":["view","edit"],"required":true}},"required":false},"shipping_address":{"description":"Shipping address.","type":"object","properties":{"first_name":{"description":"First name","type":"string","context":["view","edit"],"required":true},"last_name":{"description":"Last name","type":"string","context":["view","edit"],"required":true},"company":{"description":"Company","type":"string","context":["view","edit"],"required":true},"address_1":{"description":"Address","type":"string","context":["view","edit"],"required":true},"address_2":{"description":"Apartment, suite, etc.","type":"string","context":["view","edit"],"required":true},"city":{"description":"City","type":"string","context":["view","edit"],"required":true},"state":{"description":"State\/County code, or name of the state, county, province, or district.","type":"string","context":["view","edit"],"required":true},"postcode":{"description":"Postal code","type":"string","context":["view","edit"],"required":true},"country":{"description":"Country\/Region code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"],"required":true}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store\/cart\/update-customer"}]}},"\/wc\/store\/checkout":{"namespace":"wc\/store","methods":["GET","POST","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"payment_data":{"description":"Data to pass through to the payment method when processing payment.","type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":["string","boolean"]}}},"required":false},"customer_note":{"description":"Note added to the order by the customer during checkout.","type":"string","required":false},"billing_address":{"description":"Billing address.","type":"object","properties":{"first_name":{"description":"First name","type":"string","context":["view","edit"],"required":true},"last_name":{"description":"Last name","type":"string","context":["view","edit"],"required":true},"company":{"description":"Company","type":"string","context":["view","edit"],"required":true},"address_1":{"description":"Address","type":"string","context":["view","edit"],"required":true},"address_2":{"description":"Apartment, suite, etc.","type":"string","context":["view","edit"],"required":true},"city":{"description":"City","type":"string","context":["view","edit"],"required":true},"state":{"description":"State\/County code, or name of the state, county, province, or district.","type":"string","context":["view","edit"],"required":true},"postcode":{"description":"Postal code","type":"string","context":["view","edit"],"required":true},"country":{"description":"Country\/Region code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"],"required":true},"email":{"description":"Email","type":"string","context":["view","edit"],"required":true},"phone":{"description":"Phone","type":"string","context":["view","edit"],"required":true}},"required":true},"shipping_address":{"description":"Shipping address.","type":"object","properties":{"first_name":{"description":"First name","type":"string","context":["view","edit"],"required":true},"last_name":{"description":"Last name","type":"string","context":["view","edit"],"required":true},"company":{"description":"Company","type":"string","context":["view","edit"],"required":true},"address_1":{"description":"Address","type":"string","context":["view","edit"],"required":true},"address_2":{"description":"Apartment, suite, etc.","type":"string","context":["view","edit"],"required":true},"city":{"description":"City","type":"string","context":["view","edit"],"required":true},"state":{"description":"State\/County code, or name of the state, county, province, or district.","type":"string","context":["view","edit"],"required":true},"postcode":{"description":"Postal code","type":"string","context":["view","edit"],"required":true},"country":{"description":"Country\/Region code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"],"required":true}},"required":true},"payment_method":{"description":"The ID of the payment method being used to process the payment.","type":"string","enum":{"999":"bacs","1000":"cheque","1001":"cod","1002":"paypal"},"required":false},"create_account":{"description":"Whether to create a new user account as part of order processing.","type":"boolean","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"customer_note":{"description":"Note added to the order by the customer during checkout.","type":"string","required":false},"billing_address":{"description":"Billing address.","type":"object","properties":{"first_name":{"description":"First name","type":"string","context":["view","edit"],"required":true},"last_name":{"description":"Last name","type":"string","context":["view","edit"],"required":true},"company":{"description":"Company","type":"string","context":["view","edit"],"required":true},"address_1":{"description":"Address","type":"string","context":["view","edit"],"required":true},"address_2":{"description":"Apartment, suite, etc.","type":"string","context":["view","edit"],"required":true},"city":{"description":"City","type":"string","context":["view","edit"],"required":true},"state":{"description":"State\/County code, or name of the state, county, province, or district.","type":"string","context":["view","edit"],"required":true},"postcode":{"description":"Postal code","type":"string","context":["view","edit"],"required":true},"country":{"description":"Country\/Region code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"],"required":true},"email":{"description":"Email","type":"string","context":["view","edit"],"required":true},"phone":{"description":"Phone","type":"string","context":["view","edit"],"required":true}},"required":false},"shipping_address":{"description":"Shipping address.","type":"object","properties":{"first_name":{"description":"First name","type":"string","context":["view","edit"],"required":true},"last_name":{"description":"Last name","type":"string","context":["view","edit"],"required":true},"company":{"description":"Company","type":"string","context":["view","edit"],"required":true},"address_1":{"description":"Address","type":"string","context":["view","edit"],"required":true},"address_2":{"description":"Apartment, suite, etc.","type":"string","context":["view","edit"],"required":true},"city":{"description":"City","type":"string","context":["view","edit"],"required":true},"state":{"description":"State\/County code, or name of the state, county, province, or district.","type":"string","context":["view","edit"],"required":true},"postcode":{"description":"Postal code","type":"string","context":["view","edit"],"required":true},"country":{"description":"Country\/Region code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"],"required":true}},"required":false},"payment_method":{"description":"The ID of the payment method being used to process the payment.","type":"string","enum":{"999":"bacs","1000":"cheque","1001":"cod","1002":"paypal"},"required":false},"create_account":{"description":"Whether to create a new user account as part of order processing.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store\/checkout"}]}},"\/wc\/store\/products\/attributes":{"namespace":"wc\/store","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","edit"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store\/products\/attributes"}]}},"\/wc\/store\/products\/attributes\/(?P[\\d]+)":{"namespace":"wc\/store","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","edit"],"default":"view","required":false}}}]},"\/wc\/store\/products\/attributes\/(?P[\\d]+)\/terms":{"namespace":"wc\/store","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"attribute_id":{"description":"Unique identifier for the attribute.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set. Defaults to no limit if left blank.","type":"integer","minimum":0,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"order":{"description":"Sort ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort by term property.","type":"string","default":"name","enum":["name","slug","count"],"required":false},"hide_empty":{"description":"If true, empty terms will not be returned.","type":"boolean","default":true,"required":false}}}]},"\/wc\/store\/products\/categories":{"namespace":"wc\/store","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set. Defaults to no limit if left blank.","type":"integer","minimum":0,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"order":{"description":"Sort ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort by term property.","type":"string","default":"name","enum":["name","slug","count"],"required":false},"hide_empty":{"description":"If true, empty terms will not be returned.","type":"boolean","default":true,"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store\/products\/categories"}]}},"\/wc\/store\/products\/categories\/(?P[\\d]+)":{"namespace":"wc\/store","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wc\/store\/products\/collection-data":{"namespace":"wc\/store","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set. Defaults to no limit if left blank.","type":"integer","default":10,"minimum":0,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to resources created after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources created before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"date_column":{"description":"When limiting response using after\/before, which date column to compare against.","type":"string","default":"date","enum":["date","date_gmt","modified","modified_gmt"],"required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","modified","id","include","title","slug","price","popularity","rating","menu_order","comment_count"],"required":false},"parent":{"description":"Limit result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"type":{"description":"Limit result set to products assigned a specific type.","type":"string","enum":["simple","grouped","external","variable","variation"],"required":false},"sku":{"description":"Limit result set to products with specific SKU(s). Use commas to separate.","type":"string","required":false},"featured":{"description":"Limit result set to featured products.","type":"boolean","required":false},"category":{"description":"Limit result set to products assigned a specific category ID.","type":"string","required":false},"category_operator":{"description":"Operator to compare product category terms.","type":"string","enum":["in","not in","and"],"default":"in","required":false},"tag":{"description":"Limit result set to products assigned a specific tag ID.","type":"string","required":false},"tag_operator":{"description":"Operator to compare product tags.","type":"string","enum":["in","not in","and"],"default":"in","required":false},"on_sale":{"description":"Limit result set to products on sale.","type":"boolean","required":false},"min_price":{"description":"Limit result set to products based on a minimum price, provided using the smallest unit of the currency.","type":"string","required":false},"max_price":{"description":"Limit result set to products based on a maximum price, provided using the smallest unit of the currency.","type":"string","required":false},"stock_status":{"description":"Limit result set to products with specified stock status.","type":"array","items":{"type":"string","enum":["instock","outofstock","onbackorder"],"sanitize_callback":"sanitize_text_field","validate_callback":"rest_validate_request_arg"},"default":[],"required":false},"attributes":{"description":"Limit result set to products with selected global attributes.","type":"array","items":{"type":"object","properties":{"attribute":{"description":"Attribute taxonomy name.","type":"string","sanitize_callback":"wc_sanitize_taxonomy_name"},"term_id":{"description":"List of attribute term IDs.","type":"array","items":{"type":"integer"},"sanitize_callback":"wp_parse_id_list"},"slug":{"description":"List of attribute slug(s). If a term ID is provided, this will be ignored.","type":"array","items":{"type":"string"},"sanitize_callback":"wp_parse_slug_list"},"operator":{"description":"Operator to compare product attribute terms.","type":"string","enum":["in","not in","and"]}}},"default":[],"required":false},"attribute_relation":{"description":"The logical relationship between attributes when filtering across multiple at once.","type":"string","enum":["in","and"],"default":"and","required":false},"catalog_visibility":{"description":"Determines if hidden or visible catalog products are shown.","type":"string","enum":["any","visible","catalog","search","hidden"],"required":false},"rating":{"description":"Limit result set to products with a certain average rating.","type":"array","items":{"type":"integer","enum":[1,2,3,4,5]},"default":[],"required":false},"calculate_price_range":{"description":"If true, calculates the minimum and maximum product prices for the collection.","type":"boolean","default":false,"required":false},"calculate_attribute_counts":{"description":"If requested, calculates attribute term counts for products in the collection.","type":"array","items":{"type":"object","properties":{"taxonomy":{"description":"Taxonomy name.","type":"string","context":["view","edit"],"readonly":true},"query_type":{"description":"Query type being performed which may affect counts. Valid values include \"and\" and \"or\".","type":"string","enum":["and","or"],"context":["view","edit"],"readonly":true}}},"default":[],"required":false},"calculate_rating_counts":{"description":"If true, calculates rating counts for products in the collection.","type":"boolean","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store\/products\/collection-data"}]}},"\/wc\/store\/products\/reviews":{"namespace":"wc\/store","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set. Defaults to no limit if left blank.","type":"integer","default":10,"minimum":0,"maximum":100,"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","date_gmt","id","rating","product"],"required":false},"category_id":{"description":"Limit result set to reviews from specific category IDs.","type":"string","required":false},"product_id":{"description":"Limit result set to reviews from specific product IDs.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store\/products\/reviews"}]}},"\/wc\/store\/products\/tags":{"namespace":"wc\/store","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set. Defaults to no limit if left blank.","type":"integer","minimum":0,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"order":{"description":"Sort ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort by term property.","type":"string","default":"name","enum":["name","slug","count"],"required":false},"hide_empty":{"description":"If true, empty terms will not be returned.","type":"boolean","default":true,"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store\/products\/tags"}]}},"\/wc\/store\/products":{"namespace":"wc\/store","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set. Defaults to no limit if left blank.","type":"integer","default":10,"minimum":0,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to resources created after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources created before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"date_column":{"description":"When limiting response using after\/before, which date column to compare against.","type":"string","default":"date","enum":["date","date_gmt","modified","modified_gmt"],"required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","modified","id","include","title","slug","price","popularity","rating","menu_order","comment_count"],"required":false},"parent":{"description":"Limit result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"type":{"description":"Limit result set to products assigned a specific type.","type":"string","enum":["simple","grouped","external","variable","variation"],"required":false},"sku":{"description":"Limit result set to products with specific SKU(s). Use commas to separate.","type":"string","required":false},"featured":{"description":"Limit result set to featured products.","type":"boolean","required":false},"category":{"description":"Limit result set to products assigned a specific category ID.","type":"string","required":false},"category_operator":{"description":"Operator to compare product category terms.","type":"string","enum":["in","not in","and"],"default":"in","required":false},"tag":{"description":"Limit result set to products assigned a specific tag ID.","type":"string","required":false},"tag_operator":{"description":"Operator to compare product tags.","type":"string","enum":["in","not in","and"],"default":"in","required":false},"on_sale":{"description":"Limit result set to products on sale.","type":"boolean","required":false},"min_price":{"description":"Limit result set to products based on a minimum price, provided using the smallest unit of the currency.","type":"string","required":false},"max_price":{"description":"Limit result set to products based on a maximum price, provided using the smallest unit of the currency.","type":"string","required":false},"stock_status":{"description":"Limit result set to products with specified stock status.","type":"array","items":{"type":"string","enum":["instock","outofstock","onbackorder"],"sanitize_callback":"sanitize_text_field","validate_callback":"rest_validate_request_arg"},"default":[],"required":false},"attributes":{"description":"Limit result set to products with selected global attributes.","type":"array","items":{"type":"object","properties":{"attribute":{"description":"Attribute taxonomy name.","type":"string","sanitize_callback":"wc_sanitize_taxonomy_name"},"term_id":{"description":"List of attribute term IDs.","type":"array","items":{"type":"integer"},"sanitize_callback":"wp_parse_id_list"},"slug":{"description":"List of attribute slug(s). If a term ID is provided, this will be ignored.","type":"array","items":{"type":"string"},"sanitize_callback":"wp_parse_slug_list"},"operator":{"description":"Operator to compare product attribute terms.","type":"string","enum":["in","not in","and"]}}},"default":[],"required":false},"attribute_relation":{"description":"The logical relationship between attributes when filtering across multiple at once.","type":"string","enum":["in","and"],"default":"and","required":false},"catalog_visibility":{"description":"Determines if hidden or visible catalog products are shown.","type":"string","enum":["any","visible","catalog","search","hidden"],"required":false},"rating":{"description":"Limit result set to products with a certain average rating.","type":"array","items":{"type":"integer","enum":[1,2,3,4,5]},"default":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/store\/products"}]}},"\/wc\/store\/products\/(?P[\\d]+)":{"namespace":"wc\/store","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","edit"],"default":"view","required":false}}}]},"\/wc-analytics":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wc-analytics","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics"}]}},"\/wc-analytics\/admin\/notes":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["note_id","date","type","title","status"],"required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"type":{"description":"Type of note.","type":"array","items":{"enum":["error","warning","update","info","marketing","survey","email"],"type":"string"},"required":false},"status":{"description":"Status of note.","type":"array","items":{"enum":["pending","actioned","unactioned","snoozed","sent"],"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/admin\/notes"}]}},"\/wc-analytics\/admin\/notes\/(?P[\\d-]+)":{"namespace":"wc-analytics","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique ID for the resource.","type":"integer","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique ID for the resource.","type":"integer","required":false}}}]},"\/wc-analytics\/admin\/notes\/delete\/(?P[\\d-]+)":{"namespace":"wc-analytics","methods":["DELETE"],"endpoints":[{"methods":["DELETE"],"args":[]}]},"\/wc-analytics\/admin\/notes\/delete\/all":{"namespace":"wc-analytics","methods":["DELETE"],"endpoints":[{"methods":["DELETE"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/admin\/notes\/delete\/all"}]}},"\/wc-analytics\/admin\/notes\/tracker\/(?P[\\d-]+)":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}]},"\/wc-analytics\/admin\/notes\/update":{"namespace":"wc-analytics","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/admin\/notes\/update"}]}},"\/wc-analytics\/admin\/notes\/(?P[\\d-]+)\/action\/(?P[\\d-]+)":{"namespace":"wc-analytics","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"note_id":{"description":"Unique ID for the Note.","type":"integer","required":false},"action_id":{"description":"Unique ID for the Note Action.","type":"integer","required":false}}}]},"\/wc-analytics\/coupons":{"namespace":"wc-analytics","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to coupons with codes matching a given string.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified"],"required":false},"code":{"description":"Limit result set to resources with a specific code.","type":"string","required":false}}},{"methods":["POST"],"args":{"code":{"description":"Coupon code.","type":"string","required":true},"amount":{"description":"The amount of discount. Should always be numeric, even if setting a percentage.","type":"string","required":false},"discount_type":{"default":"fixed_cart","description":"Determines the type of discount that will be applied.","type":"string","enum":["percent","fixed_cart","fixed_product"],"required":false},"description":{"description":"Coupon description.","type":"string","required":false},"date_expires":{"description":"The date the coupon expires, in the site's timezone.","type":["null","string"],"required":false},"date_expires_gmt":{"description":"The date the coupon expires, as GMT.","type":["null","string"],"required":false},"individual_use":{"default":false,"description":"If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.","type":"boolean","required":false},"product_ids":{"description":"List of product IDs the coupon can be used on.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_ids":{"description":"List of product IDs the coupon cannot be used on.","type":"array","items":{"type":"integer"},"required":false},"usage_limit":{"description":"How many times the coupon can be used in total.","type":"integer","required":false},"usage_limit_per_user":{"description":"How many times the coupon can be used per customer.","type":"integer","required":false},"limit_usage_to_x_items":{"description":"Max number of items in the cart the coupon can be applied to.","type":"integer","required":false},"free_shipping":{"default":false,"description":"If true and if the free shipping method requires a coupon, this coupon will enable free shipping.","type":"boolean","required":false},"product_categories":{"description":"List of category IDs the coupon applies to.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_categories":{"description":"List of category IDs the coupon does not apply to.","type":"array","items":{"type":"integer"},"required":false},"exclude_sale_items":{"default":false,"description":"If true, this coupon will not be applied to items that have sale prices.","type":"boolean","required":false},"minimum_amount":{"description":"Minimum order amount that needs to be in the cart before coupon applies.","type":"string","required":false},"maximum_amount":{"description":"Maximum order amount allowed when using the coupon.","type":"string","required":false},"email_restrictions":{"description":"List of email addresses that can use this coupon.","type":"array","items":{"type":"string"},"required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/coupons"}]}},"\/wc-analytics\/coupons\/(?P[\\d]+)":{"namespace":"wc-analytics","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"code":{"description":"Coupon code.","type":"string","required":false},"amount":{"description":"The amount of discount. Should always be numeric, even if setting a percentage.","type":"string","required":false},"discount_type":{"description":"Determines the type of discount that will be applied.","type":"string","enum":["percent","fixed_cart","fixed_product"],"required":false},"description":{"description":"Coupon description.","type":"string","required":false},"date_expires":{"description":"The date the coupon expires, in the site's timezone.","type":["null","string"],"required":false},"date_expires_gmt":{"description":"The date the coupon expires, as GMT.","type":["null","string"],"required":false},"individual_use":{"description":"If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.","type":"boolean","required":false},"product_ids":{"description":"List of product IDs the coupon can be used on.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_ids":{"description":"List of product IDs the coupon cannot be used on.","type":"array","items":{"type":"integer"},"required":false},"usage_limit":{"description":"How many times the coupon can be used in total.","type":"integer","required":false},"usage_limit_per_user":{"description":"How many times the coupon can be used per customer.","type":"integer","required":false},"limit_usage_to_x_items":{"description":"Max number of items in the cart the coupon can be applied to.","type":"integer","required":false},"free_shipping":{"description":"If true and if the free shipping method requires a coupon, this coupon will enable free shipping.","type":"boolean","required":false},"product_categories":{"description":"List of category IDs the coupon applies to.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_categories":{"description":"List of category IDs the coupon does not apply to.","type":"array","items":{"type":"integer"},"required":false},"exclude_sale_items":{"description":"If true, this coupon will not be applied to items that have sale prices.","type":"boolean","required":false},"minimum_amount":{"description":"Minimum order amount that needs to be in the cart before coupon applies.","type":"string","required":false},"maximum_amount":{"description":"Maximum order amount allowed when using the coupon.","type":"string","required":false},"email_restrictions":{"description":"List of email addresses that can use this coupon.","type":"array","items":{"type":"string"},"required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc-analytics\/coupons\/batch":{"namespace":"wc-analytics","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"code":{"description":"Coupon code.","type":"string","required":false},"amount":{"description":"The amount of discount. Should always be numeric, even if setting a percentage.","type":"string","required":false},"discount_type":{"description":"Determines the type of discount that will be applied.","type":"string","enum":["percent","fixed_cart","fixed_product"],"required":false},"description":{"description":"Coupon description.","type":"string","required":false},"date_expires":{"description":"The date the coupon expires, in the site's timezone.","type":["null","string"],"required":false},"date_expires_gmt":{"description":"The date the coupon expires, as GMT.","type":["null","string"],"required":false},"individual_use":{"description":"If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.","type":"boolean","required":false},"product_ids":{"description":"List of product IDs the coupon can be used on.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_ids":{"description":"List of product IDs the coupon cannot be used on.","type":"array","items":{"type":"integer"},"required":false},"usage_limit":{"description":"How many times the coupon can be used in total.","type":"integer","required":false},"usage_limit_per_user":{"description":"How many times the coupon can be used per customer.","type":"integer","required":false},"limit_usage_to_x_items":{"description":"Max number of items in the cart the coupon can be applied to.","type":"integer","required":false},"free_shipping":{"description":"If true and if the free shipping method requires a coupon, this coupon will enable free shipping.","type":"boolean","required":false},"product_categories":{"description":"List of category IDs the coupon applies to.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_categories":{"description":"List of category IDs the coupon does not apply to.","type":"array","items":{"type":"integer"},"required":false},"exclude_sale_items":{"description":"If true, this coupon will not be applied to items that have sale prices.","type":"boolean","required":false},"minimum_amount":{"description":"Minimum order amount that needs to be in the cart before coupon applies.","type":"string","required":false},"maximum_amount":{"description":"Maximum order amount allowed when using the coupon.","type":"string","required":false},"email_restrictions":{"description":"List of email addresses that can use this coupon.","type":"array","items":{"type":"string"},"required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/coupons\/batch"}]}},"\/wc-analytics\/customers":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"registered_before":{"description":"Limit response to objects registered before (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"registered_after":{"description":"Limit response to objects registered after (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"after":{"description":"Limit response to resources with orders published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources with orders published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date_registered","enum":["username","name","country","city","state","postcode","date_registered","date_last_active","orders_count","total_spend","avg_order_value"],"required":false},"match":{"description":"Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories","type":"string","default":"all","enum":["all","any"],"required":false},"search":{"description":"Limit response to objects with a customer field containing the search term. Searches the field provided by `searchby`.","type":"string","required":false},"searchby":{"description":"Limit results with `search` and `searchby` to specific fields containing the search term.","type":"string","default":"name","enum":["name","username","email"],"required":false},"name_includes":{"description":"Limit response to objects with specfic names.","type":"string","required":false},"name_excludes":{"description":"Limit response to objects excluding specfic names.","type":"string","required":false},"username_includes":{"description":"Limit response to objects with specfic usernames.","type":"string","required":false},"username_excludes":{"description":"Limit response to objects excluding specfic usernames.","type":"string","required":false},"email_includes":{"description":"Limit response to objects including emails.","type":"string","required":false},"email_excludes":{"description":"Limit response to objects excluding emails.","type":"string","required":false},"country_includes":{"description":"Limit response to objects with specfic countries.","type":"string","required":false},"country_excludes":{"description":"Limit response to objects excluding specfic countries.","type":"string","required":false},"last_active_before":{"description":"Limit response to objects last active before (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"last_active_after":{"description":"Limit response to objects last active after (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"last_active_between":{"description":"Limit response to objects last active between two given ISO8601 compliant datetime.","type":"array","items":{"type":"string"},"required":false},"registered_between":{"description":"Limit response to objects last active between two given ISO8601 compliant datetime.","type":"array","items":{"type":"string"},"required":false},"orders_count_min":{"description":"Limit response to objects with an order count greater than or equal to given integer.","type":"integer","required":false},"orders_count_max":{"description":"Limit response to objects with an order count less than or equal to given integer.","type":"integer","required":false},"orders_count_between":{"description":"Limit response to objects with an order count between two given integers.","type":"array","items":{"type":"integer"},"required":false},"total_spend_min":{"description":"Limit response to objects with a total order spend greater than or equal to given number.","type":"number","required":false},"total_spend_max":{"description":"Limit response to objects with a total order spend less than or equal to given number.","type":"number","required":false},"total_spend_between":{"description":"Limit response to objects with a total order spend between two given numbers.","type":"array","items":{"type":"integer"},"required":false},"avg_order_value_min":{"description":"Limit response to objects with an average order spend greater than or equal to given number.","type":"number","required":false},"avg_order_value_max":{"description":"Limit response to objects with an average order spend less than or equal to given number.","type":"number","required":false},"avg_order_value_between":{"description":"Limit response to objects with an average order spend between two given numbers.","type":"array","items":{"type":"integer"},"required":false},"last_order_before":{"description":"Limit response to objects with last order before (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"last_order_after":{"description":"Limit response to objects with last order after (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"include":{"description":"Limit result to items with specified customer ids.","type":"array","items":{"type":"integer"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/customers"}]}},"\/wc-analytics\/customers\/(?P[\\d-]+)":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique ID for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"registered_before":{"description":"Limit response to objects registered before (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"registered_after":{"description":"Limit response to objects registered after (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"after":{"description":"Limit response to resources with orders published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources with orders published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date_registered","enum":["username","name","country","city","state","postcode","date_registered","date_last_active","orders_count","total_spend","avg_order_value"],"required":false},"match":{"description":"Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories","type":"string","default":"all","enum":["all","any"],"required":false},"search":{"description":"Limit response to objects with a customer field containing the search term. Searches the field provided by `searchby`.","type":"string","required":false},"searchby":{"description":"Limit results with `search` and `searchby` to specific fields containing the search term.","type":"string","default":"name","enum":["name","username","email"],"required":false},"name_includes":{"description":"Limit response to objects with specfic names.","type":"string","required":false},"name_excludes":{"description":"Limit response to objects excluding specfic names.","type":"string","required":false},"username_includes":{"description":"Limit response to objects with specfic usernames.","type":"string","required":false},"username_excludes":{"description":"Limit response to objects excluding specfic usernames.","type":"string","required":false},"email_includes":{"description":"Limit response to objects including emails.","type":"string","required":false},"email_excludes":{"description":"Limit response to objects excluding emails.","type":"string","required":false},"country_includes":{"description":"Limit response to objects with specfic countries.","type":"string","required":false},"country_excludes":{"description":"Limit response to objects excluding specfic countries.","type":"string","required":false},"last_active_before":{"description":"Limit response to objects last active before (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"last_active_after":{"description":"Limit response to objects last active after (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"last_active_between":{"description":"Limit response to objects last active between two given ISO8601 compliant datetime.","type":"array","items":{"type":"string"},"required":false},"registered_between":{"description":"Limit response to objects last active between two given ISO8601 compliant datetime.","type":"array","items":{"type":"string"},"required":false},"orders_count_min":{"description":"Limit response to objects with an order count greater than or equal to given integer.","type":"integer","required":false},"orders_count_max":{"description":"Limit response to objects with an order count less than or equal to given integer.","type":"integer","required":false},"orders_count_between":{"description":"Limit response to objects with an order count between two given integers.","type":"array","items":{"type":"integer"},"required":false},"total_spend_min":{"description":"Limit response to objects with a total order spend greater than or equal to given number.","type":"number","required":false},"total_spend_max":{"description":"Limit response to objects with a total order spend less than or equal to given number.","type":"number","required":false},"total_spend_between":{"description":"Limit response to objects with a total order spend between two given numbers.","type":"array","items":{"type":"integer"},"required":false},"avg_order_value_min":{"description":"Limit response to objects with an average order spend greater than or equal to given number.","type":"number","required":false},"avg_order_value_max":{"description":"Limit response to objects with an average order spend less than or equal to given number.","type":"number","required":false},"avg_order_value_between":{"description":"Limit response to objects with an average order spend between two given numbers.","type":"array","items":{"type":"integer"},"required":false},"last_order_before":{"description":"Limit response to objects with last order before (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"last_order_after":{"description":"Limit response to objects with last order after (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"include":{"description":"Limit result to items with specified customer ids.","type":"array","items":{"type":"integer"},"required":false}}}]},"\/wc-analytics\/data":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/data"}]}},"\/wc-analytics\/data\/countries":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/data\/countries"}]}},"\/wc-analytics\/data\/countries\/(?P[\\w-]+)":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"location":{"description":"ISO3166 alpha-2 country code.","type":"string","required":false}}}]},"\/wc-analytics\/data\/download-ips":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/data\/download-ips"}]}},"\/wc-analytics\/leaderboards":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":5,"minimum":1,"maximum":20,"required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"persisted_query":{"description":"URL query to persist across links.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/leaderboards"}]}},"\/wc-analytics\/leaderboards\/allowed":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/leaderboards\/allowed"}]}},"\/wc-admin":{"namespace":"wc-admin","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wc-admin","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin"}]}},"\/wc-admin\/marketing\/recommended":{"namespace":"wc-admin","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"category":{"type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/marketing\/recommended"}]}},"\/wc-admin\/marketing\/knowledge-base":{"namespace":"wc-admin","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"category":{"type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/marketing\/knowledge-base"}]}},"\/wc-admin\/marketing\/overview\/activate-plugin":{"namespace":"wc-admin","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"plugin":{"type":"string","required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/marketing\/overview\/activate-plugin"}]}},"\/wc-admin\/marketing\/overview\/installed-plugins":{"namespace":"wc-admin","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/marketing\/overview\/installed-plugins"}]}},"\/wc-admin\/options":{"namespace":"wc-admin","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST","PUT","PATCH"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/options"}]}},"\/wc-analytics\/orders":{"namespace":"wc-analytics","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified"],"required":false},"parent":{"description":"Limit result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"status":{"default":["any"],"description":"Limit result set to orders which have specific statuses.","type":"array","items":{"type":"string","enum":["any","trash","pending","processing","on-hold","completed","cancelled","refunded","failed"]},"required":false},"customer":{"description":"Limit result set to orders assigned a specific customer.","type":"integer","required":false},"product":{"description":"Limit result set to orders assigned a specific product.","type":"integer","required":false},"dp":{"default":2,"description":"Number of decimal points to use in each resource.","type":"integer","required":false},"number":{"description":"Limit result set to orders matching part of an order number.","type":"string","required":false}}},{"methods":["POST"],"args":{"parent_id":{"description":"Parent order ID.","type":"integer","required":false},"status":{"default":"pending","description":"Order status.","type":"string","enum":["pending","processing","on-hold","completed","cancelled","refunded","failed"],"required":false},"currency":{"default":"USD","description":"Currency the order was created with, in ISO format.","type":"string","enum":["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BRL","BSD","BTC","BTN","BWP","BYR","BYN","BZD","CAD","CDF","CHF","CLP","CNY","COP","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GGP","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","IMP","INR","IQD","IRR","IRT","ISK","JEP","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRU","MUR","MVR","MWK","MXN","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PRB","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STN","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USD","UYU","UZS","VEF","VES","VND","VUV","WST","XAF","XCD","XOF","XPF","YER","ZAR","ZMW"],"required":false},"customer_id":{"default":0,"description":"User ID who owns the order. 0 for guests.","type":"integer","required":false},"customer_note":{"description":"Note left by customer during checkout.","type":"string","required":false},"billing":{"description":"Billing address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"Shipping address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]}},"required":false},"payment_method":{"description":"Payment method ID.","type":"string","required":false},"payment_method_title":{"description":"Payment method title.","type":"string","required":false},"transaction_id":{"description":"Unique transaction ID.","type":"string","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false},"line_items":{"description":"Line items data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Product name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"parent_name":{"description":"Parent product name if the product is a variation.","type":"string","context":["view","edit"]},"product_id":{"description":"Product ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"variation_id":{"description":"Variation ID, if applicable.","type":"integer","context":["view","edit"]},"quantity":{"description":"Quantity ordered.","type":"integer","context":["view","edit"]},"tax_class":{"description":"Tax class of product.","type":"string","context":["view","edit"]},"subtotal":{"description":"Line subtotal (before discounts).","type":"string","context":["view","edit"]},"subtotal_tax":{"description":"Line subtotal tax (before discounts).","type":"string","context":["view","edit"],"readonly":true},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"]},"total":{"description":"Tax total.","type":"string","context":["view","edit"]},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"]}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"display_key":{"description":"Meta key for UI display.","type":"string","context":["view","edit"]},"display_value":{"description":"Meta value for UI display.","type":"string","context":["view","edit"]}}}},"sku":{"description":"Product SKU.","type":"string","context":["view","edit"],"readonly":true},"price":{"description":"Product price.","type":"number","context":["view","edit"],"readonly":true}}},"required":false},"shipping_lines":{"description":"Shipping lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"method_title":{"description":"Shipping method name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"method_id":{"description":"Shipping method ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"instance_id":{"description":"Shipping instance ID.","type":"string","context":["view","edit"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"fee_lines":{"description":"Fee lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Fee name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"tax_class":{"description":"Tax class of fee.","type":"string","context":["view","edit"]},"tax_status":{"description":"Tax status of fee.","type":"string","context":["view","edit"],"enum":["taxable","none"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"coupon_lines":{"description":"Coupons line data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"code":{"description":"Coupon code.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"discount":{"description":"Discount total.","type":"string","context":["view","edit"],"readonly":true},"discount_tax":{"description":"Discount total tax.","type":"string","context":["view","edit"],"readonly":true},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"set_paid":{"default":false,"description":"Define if the order is paid. It will set the status to processing and reduce stock items.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/orders"}]}},"\/wc-analytics\/orders\/(?P[\\d]+)":{"namespace":"wc-analytics","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"parent_id":{"description":"Parent order ID.","type":"integer","required":false},"status":{"description":"Order status.","type":"string","enum":["pending","processing","on-hold","completed","cancelled","refunded","failed"],"required":false},"currency":{"description":"Currency the order was created with, in ISO format.","type":"string","enum":["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BRL","BSD","BTC","BTN","BWP","BYR","BYN","BZD","CAD","CDF","CHF","CLP","CNY","COP","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GGP","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","IMP","INR","IQD","IRR","IRT","ISK","JEP","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRU","MUR","MVR","MWK","MXN","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PRB","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STN","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USD","UYU","UZS","VEF","VES","VND","VUV","WST","XAF","XCD","XOF","XPF","YER","ZAR","ZMW"],"required":false},"customer_id":{"description":"User ID who owns the order. 0 for guests.","type":"integer","required":false},"customer_note":{"description":"Note left by customer during checkout.","type":"string","required":false},"billing":{"description":"Billing address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"Shipping address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]}},"required":false},"payment_method":{"description":"Payment method ID.","type":"string","required":false},"payment_method_title":{"description":"Payment method title.","type":"string","required":false},"transaction_id":{"description":"Unique transaction ID.","type":"string","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false},"line_items":{"description":"Line items data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Product name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"parent_name":{"description":"Parent product name if the product is a variation.","type":"string","context":["view","edit"]},"product_id":{"description":"Product ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"variation_id":{"description":"Variation ID, if applicable.","type":"integer","context":["view","edit"]},"quantity":{"description":"Quantity ordered.","type":"integer","context":["view","edit"]},"tax_class":{"description":"Tax class of product.","type":"string","context":["view","edit"]},"subtotal":{"description":"Line subtotal (before discounts).","type":"string","context":["view","edit"]},"subtotal_tax":{"description":"Line subtotal tax (before discounts).","type":"string","context":["view","edit"],"readonly":true},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"]},"total":{"description":"Tax total.","type":"string","context":["view","edit"]},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"]}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"display_key":{"description":"Meta key for UI display.","type":"string","context":["view","edit"]},"display_value":{"description":"Meta value for UI display.","type":"string","context":["view","edit"]}}}},"sku":{"description":"Product SKU.","type":"string","context":["view","edit"],"readonly":true},"price":{"description":"Product price.","type":"number","context":["view","edit"],"readonly":true}}},"required":false},"shipping_lines":{"description":"Shipping lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"method_title":{"description":"Shipping method name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"method_id":{"description":"Shipping method ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"instance_id":{"description":"Shipping instance ID.","type":"string","context":["view","edit"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"fee_lines":{"description":"Fee lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Fee name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"tax_class":{"description":"Tax class of fee.","type":"string","context":["view","edit"]},"tax_status":{"description":"Tax status of fee.","type":"string","context":["view","edit"],"enum":["taxable","none"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"coupon_lines":{"description":"Coupons line data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"code":{"description":"Coupon code.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"discount":{"description":"Discount total.","type":"string","context":["view","edit"],"readonly":true},"discount_tax":{"description":"Discount total tax.","type":"string","context":["view","edit"],"readonly":true},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"set_paid":{"description":"Define if the order is paid. It will set the status to processing and reduce stock items.","type":"boolean","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc-analytics\/orders\/batch":{"namespace":"wc-analytics","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"parent_id":{"description":"Parent order ID.","type":"integer","required":false},"status":{"description":"Order status.","type":"string","enum":["pending","processing","on-hold","completed","cancelled","refunded","failed"],"required":false},"currency":{"description":"Currency the order was created with, in ISO format.","type":"string","enum":["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BRL","BSD","BTC","BTN","BWP","BYR","BYN","BZD","CAD","CDF","CHF","CLP","CNY","COP","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GGP","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","IMP","INR","IQD","IRR","IRT","ISK","JEP","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRU","MUR","MVR","MWK","MXN","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PRB","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STN","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USD","UYU","UZS","VEF","VES","VND","VUV","WST","XAF","XCD","XOF","XPF","YER","ZAR","ZMW"],"required":false},"customer_id":{"description":"User ID who owns the order. 0 for guests.","type":"integer","required":false},"customer_note":{"description":"Note left by customer during checkout.","type":"string","required":false},"billing":{"description":"Billing address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"Shipping address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]}},"required":false},"payment_method":{"description":"Payment method ID.","type":"string","required":false},"payment_method_title":{"description":"Payment method title.","type":"string","required":false},"transaction_id":{"description":"Unique transaction ID.","type":"string","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false},"line_items":{"description":"Line items data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Product name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"parent_name":{"description":"Parent product name if the product is a variation.","type":"string","context":["view","edit"]},"product_id":{"description":"Product ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"variation_id":{"description":"Variation ID, if applicable.","type":"integer","context":["view","edit"]},"quantity":{"description":"Quantity ordered.","type":"integer","context":["view","edit"]},"tax_class":{"description":"Tax class of product.","type":"string","context":["view","edit"]},"subtotal":{"description":"Line subtotal (before discounts).","type":"string","context":["view","edit"]},"subtotal_tax":{"description":"Line subtotal tax (before discounts).","type":"string","context":["view","edit"],"readonly":true},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"]},"total":{"description":"Tax total.","type":"string","context":["view","edit"]},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"]}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"display_key":{"description":"Meta key for UI display.","type":"string","context":["view","edit"]},"display_value":{"description":"Meta value for UI display.","type":"string","context":["view","edit"]}}}},"sku":{"description":"Product SKU.","type":"string","context":["view","edit"],"readonly":true},"price":{"description":"Product price.","type":"number","context":["view","edit"],"readonly":true}}},"required":false},"shipping_lines":{"description":"Shipping lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"method_title":{"description":"Shipping method name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"method_id":{"description":"Shipping method ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"instance_id":{"description":"Shipping instance ID.","type":"string","context":["view","edit"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"fee_lines":{"description":"Fee lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Fee name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"tax_class":{"description":"Tax class of fee.","type":"string","context":["view","edit"]},"tax_status":{"description":"Tax status of fee.","type":"string","context":["view","edit"],"enum":["taxable","none"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"coupon_lines":{"description":"Coupons line data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"code":{"description":"Coupon code.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"discount":{"description":"Discount total.","type":"string","context":["view","edit"],"readonly":true},"discount_tax":{"description":"Discount total tax.","type":"string","context":["view","edit"],"readonly":true},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"set_paid":{"description":"Define if the order is paid. It will set the status to processing and reduce stock items.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/orders\/batch"}]}},"\/wc-analytics\/products":{"namespace":"wc-analytics","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Search by similar product name or sku.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified","menu_order","price","popularity","rating"],"required":false},"parent":{"description":"Limit result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"slug":{"description":"Limit result set to products with a specific slug.","type":"string","required":false},"status":{"default":"any","description":"Limit result set to products assigned a specific status.","type":"string","enum":["any","future","trash","draft","pending","private","publish"],"required":false},"type":{"description":"Limit result set to products assigned a specific type.","type":"string","enum":["simple","grouped","external","variable"],"required":false},"sku":{"description":"Limit result set to products with specific SKU(s). Use commas to separate.","type":"string","required":false},"featured":{"description":"Limit result set to featured products.","type":"boolean","required":false},"category":{"description":"Limit result set to products assigned a specific category ID.","type":"string","required":false},"tag":{"description":"Limit result set to products assigned a specific tag ID.","type":"string","required":false},"shipping_class":{"description":"Limit result set to products assigned a specific shipping class ID.","type":"string","required":false},"attribute":{"description":"Limit result set to products with a specific attribute. Use the taxonomy name\/attribute slug.","type":"string","required":false},"attribute_term":{"description":"Limit result set to products with a specific attribute term ID (required an assigned attribute).","type":"string","required":false},"on_sale":{"description":"Limit result set to products on sale.","type":"boolean","required":false},"min_price":{"description":"Limit result set to products based on a minimum price.","type":"string","required":false},"max_price":{"description":"Limit result set to products based on a maximum price.","type":"string","required":false},"stock_status":{"description":"Limit result set to products with specified stock status.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false},"low_in_stock":{"description":"Limit result set to products that are low or out of stock.","type":"boolean","default":false,"required":false}}},{"methods":["POST"],"args":{"name":{"description":"Product name.","type":"string","required":false},"slug":{"description":"Product slug.","type":"string","required":false},"date_created":{"description":"The date the product was created, in the site's timezone.","type":["null","string"],"required":false},"date_created_gmt":{"description":"The date the product was created, as GMT.","type":["null","string"],"required":false},"type":{"default":"simple","description":"Product type.","type":"string","enum":["simple","grouped","external","variable"],"required":false},"status":{"default":"publish","description":"Product status (post status).","type":"string","enum":["draft","pending","private","publish","future"],"required":false},"featured":{"default":false,"description":"Featured product.","type":"boolean","required":false},"catalog_visibility":{"default":"visible","description":"Catalog visibility.","type":"string","enum":["visible","catalog","search","hidden"],"required":false},"description":{"description":"Product description.","type":"string","required":false},"short_description":{"description":"Product short description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Product regular price.","type":"string","required":false},"sale_price":{"description":"Product sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"virtual":{"default":false,"description":"If the product is virtual.","type":"boolean","required":false},"downloadable":{"default":false,"description":"If the product is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"default":-1,"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"default":-1,"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"external_url":{"description":"Product external URL. Only for external products.","type":"string","format":"uri","required":false},"button_text":{"description":"Product external button text. Only for external products.","type":"string","required":false},"tax_status":{"default":"taxable","description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"default":false,"description":"Stock management at product level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"stock_status":{"default":"instock","description":"Controls the stock status of the product.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false},"backorders":{"default":"no","description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"low_stock_amount":{"description":"Low Stock amount for the product.","type":["integer","null"],"required":false},"sold_individually":{"default":false,"description":"Allow one item to be bought in a single order.","type":"boolean","required":false},"weight":{"description":"Product weight (kg).","type":"string","required":false},"dimensions":{"description":"Product dimensions.","type":"object","properties":{"length":{"description":"Product length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Product width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Product height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"reviews_allowed":{"default":true,"description":"Allow reviews.","type":"boolean","required":false},"upsell_ids":{"description":"List of up-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"cross_sell_ids":{"description":"List of cross-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false},"purchase_note":{"description":"Optional note to send the customer after purchase.","type":"string","required":false},"categories":{"description":"List of categories.","type":"array","items":{"type":"object","properties":{"id":{"description":"Category ID.","type":"integer","context":["view","edit"]},"name":{"description":"Category name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Category slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"tags":{"description":"List of tags.","type":"array","items":{"type":"object","properties":{"id":{"description":"Tag ID.","type":"integer","context":["view","edit"]},"name":{"description":"Tag name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Tag slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"images":{"description":"List of images.","type":"array","items":{"type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"position":{"description":"Attribute position.","type":"integer","context":["view","edit"]},"visible":{"description":"Define if the attribute is visible on the \"Additional information\" tab in the product's page.","type":"boolean","default":false,"context":["view","edit"]},"variation":{"description":"Define if the attribute can be used as variation.","type":"boolean","default":false,"context":["view","edit"]},"options":{"description":"List of available term names of the attribute.","type":"array","items":{"type":"string"},"context":["view","edit"]}}},"required":false},"default_attributes":{"description":"Defaults variation attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/products"}]}},"\/wc-analytics\/products\/(?P[\\d]+)":{"namespace":"wc-analytics","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Product name.","type":"string","required":false},"slug":{"description":"Product slug.","type":"string","required":false},"date_created":{"description":"The date the product was created, in the site's timezone.","type":["null","string"],"required":false},"date_created_gmt":{"description":"The date the product was created, as GMT.","type":["null","string"],"required":false},"type":{"description":"Product type.","type":"string","enum":["simple","grouped","external","variable"],"required":false},"status":{"description":"Product status (post status).","type":"string","enum":["draft","pending","private","publish","future"],"required":false},"featured":{"description":"Featured product.","type":"boolean","required":false},"catalog_visibility":{"description":"Catalog visibility.","type":"string","enum":["visible","catalog","search","hidden"],"required":false},"description":{"description":"Product description.","type":"string","required":false},"short_description":{"description":"Product short description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Product regular price.","type":"string","required":false},"sale_price":{"description":"Product sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"virtual":{"description":"If the product is virtual.","type":"boolean","required":false},"downloadable":{"description":"If the product is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"external_url":{"description":"Product external URL. Only for external products.","type":"string","format":"uri","required":false},"button_text":{"description":"Product external button text. Only for external products.","type":"string","required":false},"tax_status":{"description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"description":"Stock management at product level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"stock_status":{"description":"Controls the stock status of the product.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"low_stock_amount":{"description":"Low Stock amount for the product.","type":["integer","null"],"required":false},"sold_individually":{"description":"Allow one item to be bought in a single order.","type":"boolean","required":false},"weight":{"description":"Product weight (kg).","type":"string","required":false},"dimensions":{"description":"Product dimensions.","type":"object","properties":{"length":{"description":"Product length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Product width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Product height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"reviews_allowed":{"description":"Allow reviews.","type":"boolean","required":false},"upsell_ids":{"description":"List of up-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"cross_sell_ids":{"description":"List of cross-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false},"purchase_note":{"description":"Optional note to send the customer after purchase.","type":"string","required":false},"categories":{"description":"List of categories.","type":"array","items":{"type":"object","properties":{"id":{"description":"Category ID.","type":"integer","context":["view","edit"]},"name":{"description":"Category name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Category slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"tags":{"description":"List of tags.","type":"array","items":{"type":"object","properties":{"id":{"description":"Tag ID.","type":"integer","context":["view","edit"]},"name":{"description":"Tag name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Tag slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"images":{"description":"List of images.","type":"array","items":{"type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"position":{"description":"Attribute position.","type":"integer","context":["view","edit"]},"visible":{"description":"Define if the attribute is visible on the \"Additional information\" tab in the product's page.","type":"boolean","default":false,"context":["view","edit"]},"variation":{"description":"Define if the attribute can be used as variation.","type":"boolean","default":false,"context":["view","edit"]},"options":{"description":"List of available term names of the attribute.","type":"array","items":{"type":"string"},"context":["view","edit"]}}},"required":false},"default_attributes":{"description":"Defaults variation attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"description":"Whether to bypass trash and force deletion.","type":"boolean","required":false}}}]},"\/wc-analytics\/products\/batch":{"namespace":"wc-analytics","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Product name.","type":"string","required":false},"slug":{"description":"Product slug.","type":"string","required":false},"date_created":{"description":"The date the product was created, in the site's timezone.","type":["null","string"],"required":false},"date_created_gmt":{"description":"The date the product was created, as GMT.","type":["null","string"],"required":false},"type":{"description":"Product type.","type":"string","enum":["simple","grouped","external","variable"],"required":false},"status":{"description":"Product status (post status).","type":"string","enum":["draft","pending","private","publish","future"],"required":false},"featured":{"description":"Featured product.","type":"boolean","required":false},"catalog_visibility":{"description":"Catalog visibility.","type":"string","enum":["visible","catalog","search","hidden"],"required":false},"description":{"description":"Product description.","type":"string","required":false},"short_description":{"description":"Product short description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Product regular price.","type":"string","required":false},"sale_price":{"description":"Product sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"virtual":{"description":"If the product is virtual.","type":"boolean","required":false},"downloadable":{"description":"If the product is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"external_url":{"description":"Product external URL. Only for external products.","type":"string","format":"uri","required":false},"button_text":{"description":"Product external button text. Only for external products.","type":"string","required":false},"tax_status":{"description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"description":"Stock management at product level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"stock_status":{"description":"Controls the stock status of the product.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"low_stock_amount":{"description":"Low Stock amount for the product.","type":["integer","null"],"required":false},"sold_individually":{"description":"Allow one item to be bought in a single order.","type":"boolean","required":false},"weight":{"description":"Product weight (kg).","type":"string","required":false},"dimensions":{"description":"Product dimensions.","type":"object","properties":{"length":{"description":"Product length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Product width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Product height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"reviews_allowed":{"description":"Allow reviews.","type":"boolean","required":false},"upsell_ids":{"description":"List of up-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"cross_sell_ids":{"description":"List of cross-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false},"purchase_note":{"description":"Optional note to send the customer after purchase.","type":"string","required":false},"categories":{"description":"List of categories.","type":"array","items":{"type":"object","properties":{"id":{"description":"Category ID.","type":"integer","context":["view","edit"]},"name":{"description":"Category name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Category slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"tags":{"description":"List of tags.","type":"array","items":{"type":"object","properties":{"id":{"description":"Tag ID.","type":"integer","context":["view","edit"]},"name":{"description":"Tag name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Tag slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"images":{"description":"List of images.","type":"array","items":{"type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"position":{"description":"Attribute position.","type":"integer","context":["view","edit"]},"visible":{"description":"Define if the attribute is visible on the \"Additional information\" tab in the product's page.","type":"boolean","default":false,"context":["view","edit"]},"variation":{"description":"Define if the attribute can be used as variation.","type":"boolean","default":false,"context":["view","edit"]},"options":{"description":"List of available term names of the attribute.","type":"array","items":{"type":"string"},"context":["view","edit"]}}},"required":false},"default_attributes":{"description":"Defaults variation attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/products\/batch"}]}},"\/wc-analytics\/products\/attributes":{"namespace":"wc-analytics","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"search":{"description":"Search by similar attribute name.","type":"string","required":false}}},{"methods":["POST"],"args":{"name":{"description":"Name for the resource.","type":"string","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"type":{"default":"select","description":"Type of attribute.","type":"string","enum":["select"],"required":false},"order_by":{"default":"menu_order","description":"Default sort order.","type":"string","enum":["menu_order","name","name_num","id"],"required":false},"has_archives":{"default":false,"description":"Enable\/Disable attribute archives.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/products\/attributes"}]}},"\/wc-analytics\/products\/attributes\/(?P[\\d]+)":{"namespace":"wc-analytics","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Attribute name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"type":{"description":"Type of attribute.","type":"string","enum":["select"],"required":false},"order_by":{"description":"Default sort order.","type":"string","enum":["menu_order","name","name_num","id"],"required":false},"has_archives":{"description":"Enable\/Disable attribute archives.","type":"boolean","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":true,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc-analytics\/products\/attributes\/batch":{"namespace":"wc-analytics","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Attribute name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"type":{"description":"Type of attribute.","type":"string","enum":["select"],"required":false},"order_by":{"description":"Default sort order.","type":"string","enum":["menu_order","name","name_num","id"],"required":false},"has_archives":{"description":"Enable\/Disable attribute archives.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/products\/attributes\/batch"}]}},"\/wc-analytics\/products\/attributes\/(?P[a-z0-9_\\-]+)":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"Slug identifier for the resource.","type":"string","required":false}}}]},"\/wc-analytics\/products\/attributes\/(?P[\\d]+)\/terms":{"namespace":"wc-analytics","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items. Applies to hierarchical taxonomies only.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by resource attribute.","type":"string","default":"name","enum":["id","include","name","slug","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide resources not assigned to any products.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.","type":"integer","required":false},"product":{"description":"Limit result set to resources assigned to a specific product.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to resources with a specific slug.","type":"string","required":false}}},{"methods":["POST"],"args":{"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"name":{"type":"string","description":"Name for the resource.","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}}]},"\/wc-analytics\/products\/attributes\/(?P[\\d]+)\/terms\/(?P[\\d]+)":{"namespace":"wc-analytics","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"name":{"description":"Term name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc-analytics\/products\/attributes\/(?P[\\d]+)\/terms\/batch":{"namespace":"wc-analytics","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"name":{"description":"Term name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}}]},"\/wc-analytics\/products\/attributes\/(?P[a-z0-9_\\-]+)\/terms":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"Limit result set to resources with a specific slug.","type":"string","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items. Applies to hierarchical taxonomies only.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by resource attribute.","type":"string","default":"name","enum":["id","include","name","slug","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide resources not assigned to any products.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.","type":"integer","required":false},"product":{"description":"Limit result set to resources assigned to a specific product.","type":"integer","default":null,"required":false}}}]},"\/wc-analytics\/products\/categories":{"namespace":"wc-analytics","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items. Applies to hierarchical taxonomies only.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by resource attribute.","type":"string","default":"name","enum":["id","include","name","slug","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide resources not assigned to any products.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.","type":"integer","required":false},"product":{"description":"Limit result set to resources assigned to a specific product.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to resources with a specific slug.","type":"string","required":false}}},{"methods":["POST"],"args":{"name":{"type":"string","description":"Name for the resource.","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"parent":{"description":"The ID for the parent of the resource.","type":"integer","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"display":{"default":"default","description":"Category archive display type.","type":"string","enum":["default","products","subcategories","both"],"required":false},"image":{"description":"Image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/products\/categories"}]}},"\/wc-analytics\/products\/categories\/(?P[\\d]+)":{"namespace":"wc-analytics","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Category name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"parent":{"description":"The ID for the parent of the resource.","type":"integer","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"display":{"description":"Category archive display type.","type":"string","enum":["default","products","subcategories","both"],"required":false},"image":{"description":"Image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc-analytics\/products\/categories\/batch":{"namespace":"wc-analytics","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Category name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"parent":{"description":"The ID for the parent of the resource.","type":"integer","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"display":{"description":"Category archive display type.","type":"string","enum":["default","products","subcategories","both"],"required":false},"image":{"description":"Image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/products\/categories\/batch"}]}},"\/wc-analytics\/products\/(?P[\\d]+)\/variations":{"namespace":"wc-analytics","methods":["GET","POST","GET","POST"],"endpoints":[{"methods":["GET"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Search by similar product name, sku, or attribute value.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified","menu_order"],"required":false},"parent":{"description":"Limit result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"slug":{"description":"Limit result set to products with a specific slug.","type":"string","required":false},"status":{"default":"any","description":"Limit result set to products assigned a specific status.","type":"string","enum":["any","future","trash","draft","pending","private","publish"],"required":false},"sku":{"description":"Limit result set to products with specific SKU(s). Use commas to separate.","type":"string","required":false},"on_sale":{"description":"Limit result set to products on sale.","type":"boolean","required":false},"min_price":{"description":"Limit result set to products based on a minimum price.","type":"string","required":false},"max_price":{"description":"Limit result set to products based on a maximum price.","type":"string","required":false},"stock_status":{"description":"Limit result set to products with specified stock status.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false}}},{"methods":["POST"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"description":{"description":"Variation description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Variation regular price.","type":"string","required":false},"sale_price":{"description":"Variation sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"status":{"default":"publish","description":"Variation status.","type":"string","enum":["draft","pending","private","publish"],"required":false},"virtual":{"default":false,"description":"If the variation is virtual.","type":"boolean","required":false},"downloadable":{"default":false,"description":"If the variation is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"default":-1,"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"default":-1,"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"tax_status":{"default":"taxable","description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"default":false,"description":"Stock management at variation level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"stock_status":{"default":"instock","description":"Controls the stock status of the product.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false},"backorders":{"default":"no","description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"low_stock_amount":{"description":"Low Stock amount for the variation.","type":["integer","null"],"required":false},"weight":{"description":"Variation weight (kg).","type":"string","required":false},"dimensions":{"description":"Variation dimensions.","type":"object","properties":{"length":{"description":"Variation length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Variation width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Variation height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"image":{"description":"Variation image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false},"name":{"description":"Product parent name.","type":"string","required":false},"type":{"default":"variation","description":"Product type.","type":"string","enum":["variation"],"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false}}},{"methods":["GET"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Search by similar product name, sku, or attribute value.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified","menu_order"],"required":false},"parent":{"description":"Limit result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"slug":{"description":"Limit result set to products with a specific slug.","type":"string","required":false},"status":{"default":"any","description":"Limit result set to products assigned a specific status.","type":"string","enum":["any","future","trash","draft","pending","private","publish"],"required":false},"sku":{"description":"Limit result set to products with specific SKU(s). Use commas to separate.","type":"string","required":false},"on_sale":{"description":"Limit result set to products on sale.","type":"boolean","required":false},"min_price":{"description":"Limit result set to products based on a minimum price.","type":"string","required":false},"max_price":{"description":"Limit result set to products based on a maximum price.","type":"string","required":false},"stock_status":{"description":"Limit result set to products with specified stock status.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false}}},{"methods":["POST"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"description":{"description":"Variation description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Variation regular price.","type":"string","required":false},"sale_price":{"description":"Variation sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"status":{"default":"publish","description":"Variation status.","type":"string","enum":["draft","pending","private","publish"],"required":false},"virtual":{"default":false,"description":"If the variation is virtual.","type":"boolean","required":false},"downloadable":{"default":false,"description":"If the variation is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"default":-1,"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"default":-1,"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"tax_status":{"default":"taxable","description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"default":false,"description":"Stock management at variation level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"stock_status":{"default":"instock","description":"Controls the stock status of the product.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false},"backorders":{"default":"no","description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"low_stock_amount":{"description":"Low Stock amount for the variation.","type":["integer","null"],"required":false},"weight":{"description":"Variation weight (kg).","type":"string","required":false},"dimensions":{"description":"Variation dimensions.","type":"object","properties":{"length":{"description":"Variation length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Variation width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Variation height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"image":{"description":"Variation image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false},"name":{"description":"Product parent name.","type":"string","required":false},"type":{"default":"variation","description":"Product type.","type":"string","enum":["variation"],"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false}}}]},"\/wc-analytics\/products\/(?P[\\d]+)\/variations\/(?P[\\d]+)":{"namespace":"wc-analytics","methods":["GET","POST","PUT","PATCH","DELETE","GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the variation.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the variation.","type":"integer","required":false},"description":{"description":"Variation description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Variation regular price.","type":"string","required":false},"sale_price":{"description":"Variation sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"status":{"description":"Variation status.","type":"string","enum":["draft","pending","private","publish"],"required":false},"virtual":{"description":"If the variation is virtual.","type":"boolean","required":false},"downloadable":{"description":"If the variation is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"tax_status":{"description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"description":"Stock management at variation level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"stock_status":{"description":"Controls the stock status of the product.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"low_stock_amount":{"description":"Low Stock amount for the variation.","type":["integer","null"],"required":false},"weight":{"description":"Variation weight (kg).","type":"string","required":false},"dimensions":{"description":"Variation dimensions.","type":"object","properties":{"length":{"description":"Variation length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Variation width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Variation height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"image":{"description":"Variation image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false},"name":{"description":"Product parent name.","type":"string","required":false},"type":{"description":"Product type.","type":"string","enum":["variation"],"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the variation.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}},{"methods":["GET"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the variation.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the variation.","type":"integer","required":false},"description":{"description":"Variation description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Variation regular price.","type":"string","required":false},"sale_price":{"description":"Variation sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"status":{"description":"Variation status.","type":"string","enum":["draft","pending","private","publish"],"required":false},"virtual":{"description":"If the variation is virtual.","type":"boolean","required":false},"downloadable":{"description":"If the variation is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"tax_status":{"description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"description":"Stock management at variation level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"stock_status":{"description":"Controls the stock status of the product.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"low_stock_amount":{"description":"Low Stock amount for the variation.","type":["integer","null"],"required":false},"weight":{"description":"Variation weight (kg).","type":"string","required":false},"dimensions":{"description":"Variation dimensions.","type":"object","properties":{"length":{"description":"Variation length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Variation width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Variation height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"image":{"description":"Variation image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false},"name":{"description":"Product parent name.","type":"string","required":false},"type":{"description":"Product type.","type":"string","enum":["variation"],"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the variation.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc-analytics\/products\/(?P[\\d]+)\/variations\/batch":{"namespace":"wc-analytics","methods":["POST","PUT","PATCH","POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"description":{"description":"Variation description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Variation regular price.","type":"string","required":false},"sale_price":{"description":"Variation sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"status":{"description":"Variation status.","type":"string","enum":["draft","pending","private","publish"],"required":false},"virtual":{"description":"If the variation is virtual.","type":"boolean","required":false},"downloadable":{"description":"If the variation is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"tax_status":{"description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"description":"Stock management at variation level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"stock_status":{"description":"Controls the stock status of the product.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"low_stock_amount":{"description":"Low Stock amount for the variation.","type":["integer","null"],"required":false},"weight":{"description":"Variation weight (kg).","type":"string","required":false},"dimensions":{"description":"Variation dimensions.","type":"object","properties":{"length":{"description":"Variation length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Variation width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Variation height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"image":{"description":"Variation image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false},"name":{"description":"Product parent name.","type":"string","required":false},"type":{"description":"Product type.","type":"string","enum":["variation"],"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"description":{"description":"Variation description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Variation regular price.","type":"string","required":false},"sale_price":{"description":"Variation sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"status":{"description":"Variation status.","type":"string","enum":["draft","pending","private","publish"],"required":false},"virtual":{"description":"If the variation is virtual.","type":"boolean","required":false},"downloadable":{"description":"If the variation is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"tax_status":{"description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"description":"Stock management at variation level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"stock_status":{"description":"Controls the stock status of the product.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"low_stock_amount":{"description":"Low Stock amount for the variation.","type":["integer","null"],"required":false},"weight":{"description":"Variation weight (kg).","type":"string","required":false},"dimensions":{"description":"Variation dimensions.","type":"object","properties":{"length":{"description":"Variation length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Variation width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Variation height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"image":{"description":"Variation image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false},"name":{"description":"Product parent name.","type":"string","required":false},"type":{"description":"Product type.","type":"string","enum":["variation"],"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false}}}]},"\/wc-analytics\/variations":{"namespace":"wc-analytics","methods":["GET","GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Search by similar product name, sku, or attribute value.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified","menu_order"],"required":false},"parent":{"description":"Limit result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"slug":{"description":"Limit result set to products with a specific slug.","type":"string","required":false},"status":{"default":"any","description":"Limit result set to products assigned a specific status.","type":"string","enum":["any","future","trash","draft","pending","private","publish"],"required":false},"sku":{"description":"Limit result set to products with specific SKU(s). Use commas to separate.","type":"string","required":false},"on_sale":{"description":"Limit result set to products on sale.","type":"boolean","required":false},"min_price":{"description":"Limit result set to products based on a minimum price.","type":"string","required":false},"max_price":{"description":"Limit result set to products based on a maximum price.","type":"string","required":false},"stock_status":{"description":"Limit result set to products with specified stock status.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false}}},{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Search by similar product name, sku, or attribute value.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified","menu_order"],"required":false},"parent":{"description":"Limit result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"slug":{"description":"Limit result set to products with a specific slug.","type":"string","required":false},"status":{"default":"any","description":"Limit result set to products assigned a specific status.","type":"string","enum":["any","future","trash","draft","pending","private","publish"],"required":false},"sku":{"description":"Limit result set to products with specific SKU(s). Use commas to separate.","type":"string","required":false},"on_sale":{"description":"Limit result set to products on sale.","type":"boolean","required":false},"min_price":{"description":"Limit result set to products based on a minimum price.","type":"string","required":false},"max_price":{"description":"Limit result set to products based on a maximum price.","type":"string","required":false},"stock_status":{"description":"Limit result set to products with specified stock status.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/variations"}]}},"\/wc-analytics\/products\/reviews":{"namespace":"wc-analytics","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to reviews published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date_gmt","enum":["date","date_gmt","id","include","product"],"required":false},"reviewer":{"description":"Limit result set to reviews assigned to specific user IDs.","type":"array","items":{"type":"integer"},"required":false},"reviewer_exclude":{"description":"Ensure result set excludes reviews assigned to specific user IDs.","type":"array","items":{"type":"integer"},"required":false},"reviewer_email":{"default":null,"description":"Limit result set to that from a specific author email.","format":"email","type":"string","required":false},"product":{"default":[],"description":"Limit result set to reviews assigned to specific product IDs.","type":"array","items":{"type":"integer"},"required":false},"status":{"default":"approved","description":"Limit result set to reviews assigned a specific status.","type":"string","enum":["all","hold","approved","spam","trash"],"required":false}}},{"methods":["POST"],"args":{"product_id":{"description":"Unique identifier for the product.","type":"integer","required":true},"status":{"default":"approved","description":"Status of the review.","type":"string","enum":["approved","hold","spam","unspam","trash","untrash"],"required":false},"reviewer":{"type":"string","description":"Name of the reviewer.","required":true},"reviewer_email":{"type":"string","description":"Email of the reviewer.","required":true},"review":{"type":"string","description":"Review content.","required":true},"rating":{"description":"Review rating (0 to 5).","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/products\/reviews"}]}},"\/wc-analytics\/products\/reviews\/(?P[\\d]+)":{"namespace":"wc-analytics","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"product_id":{"description":"Unique identifier for the product that the review belongs to.","type":"integer","required":false},"status":{"description":"Status of the review.","type":"string","enum":["approved","hold","spam","unspam","trash","untrash"],"required":false},"reviewer":{"description":"Reviewer name.","type":"string","required":false},"reviewer_email":{"description":"Reviewer email.","type":"string","format":"email","required":false},"review":{"description":"The content of the review.","type":"string","required":false},"rating":{"description":"Review rating (0 to 5).","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc-analytics\/products\/reviews\/batch":{"namespace":"wc-analytics","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"product_id":{"description":"Unique identifier for the product that the review belongs to.","type":"integer","required":false},"status":{"description":"Status of the review.","type":"string","enum":["approved","hold","spam","unspam","trash","untrash"],"required":false},"reviewer":{"description":"Reviewer name.","type":"string","required":false},"reviewer_email":{"description":"Reviewer email.","type":"string","format":"email","required":false},"review":{"description":"The content of the review.","type":"string","required":false},"rating":{"description":"Review rating (0 to 5).","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/products\/reviews\/batch"}]}},"\/wc-analytics\/reports":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports"}]}},"\/wc-analytics\/settings\/(?P[\\w-]+)":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"group":{"description":"Settings group ID.","type":"string","required":false}}}]},"\/wc-analytics\/settings\/(?P[\\w-]+)\/batch":{"namespace":"wc-analytics","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"group":{"description":"Settings group ID.","type":"string","required":false},"value":{"description":"Setting value.","type":["null","object","string","number","boolean","integer","array"],"required":false}}}]},"\/wc-analytics\/settings\/(?P[\\w-]+)\/(?P[\\w-]+)":{"namespace":"wc-analytics","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"group":{"description":"Settings group ID.","type":"string","required":false},"id":{"description":"Unique identifier for the resource.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"group":{"description":"Settings group ID.","type":"string","required":false},"id":{"description":"Unique identifier for the resource.","type":"string","required":false},"value":{"description":"Setting value.","type":["null","object","string","number","boolean","integer","array"],"required":false}}}]},"\/wc-analytics\/reports\/import":{"namespace":"wc-analytics","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"days":{"description":"Number of days to import.","type":"integer","minimum":0,"required":false},"skip_existing":{"description":"Skip importing existing order data.","type":"boolean","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/import"}]}},"\/wc-analytics\/reports\/import\/cancel":{"namespace":"wc-analytics","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/import\/cancel"}]}},"\/wc-analytics\/reports\/import\/delete":{"namespace":"wc-analytics","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/import\/delete"}]}},"\/wc-analytics\/reports\/import\/status":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/import\/status"}]}},"\/wc-analytics\/reports\/import\/totals":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"days":{"description":"Number of days to import.","type":"integer","minimum":0,"required":false},"skip_existing":{"description":"Skip importing existing order data.","type":"boolean","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/import\/totals"}]}},"\/wc-analytics\/reports\/(?P[a-z]+)\/export":{"namespace":"wc-analytics","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"report_args":{"description":"Parameters to pass on to the exported report.","type":"object","required":false},"email":{"description":"When true, email a link to download the export to the requesting user.","type":"boolean","required":false}}}]},"\/wc-analytics\/reports\/(?P[a-z]+)\/export\/(?P[a-z0-9]+)\/status":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}]},"\/wc-analytics\/reports\/products":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","net_revenue","orders_count","items_sold","product_name","variations","sku"],"required":false},"categories":{"description":"Limit result to items from the specified categories.","type":"array","items":{"type":"integer"},"required":false},"match":{"description":"Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories","type":"string","default":"all","enum":["all","any"],"required":false},"products":{"description":"Limit result to items with specified product ids.","type":"array","items":{"type":"integer"},"required":false},"extended_info":{"description":"Add additional piece of info about each product to the report.","type":"boolean","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/products"}]}},"\/wc-analytics\/reports\/variations":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"match":{"description":"Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories","type":"string","default":"all","enum":["all","any"],"required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","net_revenue","orders_count","items_sold","sku"],"required":false},"product_includes":{"description":"Limit result set to items that have the specified parent product(s).","type":"array","items":{"type":"integer"},"default":[],"required":false},"product_excludes":{"description":"Limit result set to items that don't have the specified parent product(s).","type":"array","items":{"type":"integer"},"default":[],"required":false},"variations":{"description":"Limit result to items with specified variation ids.","type":"array","items":{"type":"integer"},"required":false},"extended_info":{"description":"Add additional piece of info about each variation to the report.","type":"boolean","default":false,"required":false},"attribute_is":{"description":"Limit result set to variations that include the specified attributes.","type":"array","items":{"type":"array"},"default":[],"required":false},"attribute_is_not":{"description":"Limit result set to variations that don't include the specified attributes.","type":"array","items":{"type":"array"},"default":[],"required":false},"category_includes":{"description":"Limit result set to variations in the specified categories.","type":"array","items":{"type":"integer"},"required":false},"category_excludes":{"description":"Limit result set to variations not in the specified categories.","type":"array","items":{"type":"integer"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/variations"}]}},"\/wc-analytics\/reports\/products\/stats":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","net_revenue","coupons","refunds","shipping","taxes","net_revenue","orders_count","items_sold"],"required":false},"interval":{"description":"Time interval to use for buckets in the returned data.","type":"string","default":"week","enum":["hour","day","week","month","quarter","year"],"required":false},"categories":{"description":"Limit result to items from the specified categories.","type":"array","items":{"type":"integer"},"required":false},"products":{"description":"Limit result to items with specified product ids.","type":"array","items":{"type":"integer"},"required":false},"variations":{"description":"Limit result to items with specified variation ids.","type":"array","items":{"type":"integer"},"required":false},"segmentby":{"description":"Segment the response by additional constraint.","type":"string","enum":["product","category","variation"],"required":false},"fields":{"description":"Limit stats fields to the specified items.","type":"array","items":{"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/products\/stats"}]}},"\/wc-analytics\/reports\/variations\/stats":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"match":{"description":"Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories","type":"string","default":"all","enum":["all","any"],"required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","net_revenue","coupons","refunds","shipping","taxes","net_revenue","orders_count","items_sold"],"required":false},"interval":{"description":"Time interval to use for buckets in the returned data.","type":"string","default":"week","enum":["hour","day","week","month","quarter","year"],"required":false},"category_includes":{"description":"Limit result to items from the specified categories.","type":"array","items":{"type":"integer"},"required":false},"category_excludes":{"description":"Limit result set to variations not in the specified categories.","type":"array","items":{"type":"integer"},"required":false},"product_includes":{"description":"Limit result set to items that have the specified parent product(s).","type":"array","items":{"type":"integer"},"default":[],"required":false},"product_excludes":{"description":"Limit result set to items that don't have the specified parent product(s).","type":"array","items":{"type":"integer"},"default":[],"required":false},"variations":{"description":"Limit result to items with specified variation ids.","type":"array","items":{"type":"integer"},"required":false},"segmentby":{"description":"Segment the response by additional constraint.","type":"string","enum":["product","category","variation"],"required":false},"fields":{"description":"Limit stats fields to the specified items.","type":"array","items":{"type":"string"},"required":false},"attribute_is":{"description":"Limit result set to orders that include products with the specified attributes.","type":"array","items":{"type":"array"},"default":[],"required":false},"attribute_is_not":{"description":"Limit result set to orders that don't include products with the specified attributes.","type":"array","items":{"type":"array"},"default":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/variations\/stats"}]}},"\/wc-analytics\/reports\/revenue\/stats":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","total_sales","coupons","refunds","shipping","taxes","net_revenue","orders_count","items_sold","gross_sales"],"required":false},"interval":{"description":"Time interval to use for buckets in the returned data.","type":"string","default":"week","enum":["hour","day","week","month","quarter","year"],"required":false},"segmentby":{"description":"Segment the response by additional constraint.","type":"string","enum":["product","category","variation","coupon","customer_type"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/revenue\/stats"}]}},"\/wc-analytics\/reports\/orders":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":0,"maximum":100,"required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","num_items_sold","net_total"],"required":false},"product_includes":{"description":"Limit result set to items that have the specified product(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"product_excludes":{"description":"Limit result set to items that don't have the specified product(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"variation_includes":{"description":"Limit result set to items that have the specified variation(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"variation_excludes":{"description":"Limit result set to items that don't have the specified variation(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"coupon_includes":{"description":"Limit result set to items that have the specified coupon(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"coupon_excludes":{"description":"Limit result set to items that don't have the specified coupon(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"tax_rate_includes":{"description":"Limit result set to items that have the specified tax rate(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"tax_rate_excludes":{"description":"Limit result set to items that don't have the specified tax rate(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"status_is":{"description":"Limit result set to items that have the specified order status.","type":"array","items":{"enum":["any","trash","pending","processing","on-hold","completed","cancelled","refunded","failed"],"type":"string"},"required":false},"status_is_not":{"description":"Limit result set to items that don't have the specified order status.","type":"array","items":{"enum":["any","trash","pending","processing","on-hold","completed","cancelled","refunded","failed"],"type":"string"},"required":false},"customer_type":{"description":"Limit result set to returning or new customers.","type":"string","default":"","enum":["","returning","new"],"required":false},"refunds":{"description":"Limit result set to specific types of refunds.","type":"string","default":"","enum":["","all","partial","full","none"],"required":false},"extended_info":{"description":"Add additional piece of info about each coupon to the report.","type":"boolean","default":false,"required":false},"order_includes":{"description":"Limit result set to items that have the specified order ids.","type":"array","items":{"type":"integer"},"required":false},"order_excludes":{"description":"Limit result set to items that don't have the specified order ids.","type":"array","items":{"type":"integer"},"required":false},"attribute_is":{"description":"Limit result set to orders that include products with the specified attributes.","type":"array","items":{"type":"array"},"default":[],"required":false},"attribute_is_not":{"description":"Limit result set to orders that don't include products with the specified attributes.","type":"array","items":{"type":"array"},"default":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/orders"}]}},"\/wc-analytics\/reports\/orders\/stats":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","net_revenue","orders_count","avg_order_value"],"required":false},"interval":{"description":"Time interval to use for buckets in the returned data.","type":"string","default":"week","enum":["hour","day","week","month","quarter","year"],"required":false},"match":{"description":"Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories","type":"string","default":"all","enum":["all","any"],"required":false},"status_is":{"description":"Limit result set to items that have the specified order status.","type":"array","default":null,"items":{"enum":["any","trash","pending","processing","on-hold","completed","cancelled","refunded","failed"],"type":"string"},"required":false},"status_is_not":{"description":"Limit result set to items that don't have the specified order status.","type":"array","items":{"enum":["any","trash","pending","processing","on-hold","completed","cancelled","refunded","failed"],"type":"string"},"required":false},"product_includes":{"description":"Limit result set to items that have the specified product(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"product_excludes":{"description":"Limit result set to items that don't have the specified product(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"variation_includes":{"description":"Limit result set to items that have the specified variation(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"variation_excludes":{"description":"Limit result set to items that don't have the specified variation(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"coupon_includes":{"description":"Limit result set to items that have the specified coupon(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"coupon_excludes":{"description":"Limit result set to items that don't have the specified coupon(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"tax_rate_includes":{"description":"Limit result set to items that have the specified tax rate(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"tax_rate_excludes":{"description":"Limit result set to items that don't have the specified tax rate(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"customer":{"description":"Alias for customer_type (deprecated).","type":"string","enum":["new","returning"],"required":false},"customer_type":{"description":"Limit result set to orders that have the specified customer_type","type":"string","enum":["new","returning"],"required":false},"refunds":{"description":"Limit result set to specific types of refunds.","type":"string","default":"","enum":["","all","partial","full","none"],"required":false},"attribute_is":{"description":"Limit result set to orders that include products with the specified attributes.","type":"array","items":{"type":"array"},"default":[],"required":false},"attribute_is_not":{"description":"Limit result set to orders that don't include products with the specified attributes.","type":"array","items":{"type":"array"},"default":[],"required":false},"segmentby":{"description":"Segment the response by additional constraint.","type":"string","enum":["product","category","variation","coupon","customer_type"],"required":false},"fields":{"description":"Limit stats fields to the specified items.","type":"array","items":{"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/orders\/stats"}]}},"\/wc-analytics\/reports\/categories":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"category_id","enum":["category_id","items_sold","net_revenue","orders_count","products_count","category"],"required":false},"interval":{"description":"Time interval to use for buckets in the returned data.","type":"string","default":"week","enum":["hour","day","week","month","quarter","year"],"required":false},"status_is":{"description":"Limit result set to items that have the specified order status.","type":"array","items":{"enum":["any","trash","pending","processing","on-hold","completed","cancelled","refunded","failed"],"type":"string"},"required":false},"status_is_not":{"description":"Limit result set to items that don't have the specified order status.","type":"array","items":{"enum":["any","trash","pending","processing","on-hold","completed","cancelled","refunded","failed"],"type":"string"},"required":false},"categories":{"description":"Limit result set to all items that have the specified term assigned in the categories taxonomy.","type":"array","items":{"type":"integer"},"required":false},"extended_info":{"description":"Add additional piece of info about each category to the report.","type":"boolean","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/categories"}]}},"\/wc-analytics\/reports\/taxes":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"tax_rate_id","enum":["name","tax_rate_id","tax_code","rate","order_tax","total_tax","shipping_tax","orders_count"],"required":false},"taxes":{"description":"Limit result set to items assigned one or more tax rates.","type":"array","items":{"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/taxes"}]}},"\/wc-analytics\/reports\/taxes\/stats":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","items_sold","total_sales","orders_count","products_count"],"required":false},"interval":{"description":"Time interval to use for buckets in the returned data.","type":"string","default":"week","enum":["hour","day","week","month","quarter","year"],"required":false},"taxes":{"description":"Limit result set to all items that have the specified term assigned in the taxes taxonomy.","type":"array","items":{"type":"integer"},"required":false},"segmentby":{"description":"Segment the response by additional constraint.","type":"string","enum":["tax_rate_id"],"required":false},"fields":{"description":"Limit stats fields to the specified items.","type":"array","items":{"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/taxes\/stats"}]}},"\/wc-analytics\/reports\/coupons":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"coupon_id","enum":["coupon_id","code","amount","orders_count"],"required":false},"coupons":{"description":"Limit result set to coupons assigned specific coupon IDs.","type":"array","items":{"type":"integer"},"required":false},"extended_info":{"description":"Add additional piece of info about each coupon to the report.","type":"boolean","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/coupons"}]}},"\/wc-analytics\/reports\/coupons\/stats":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","amount","coupons_count","orders_count"],"required":false},"interval":{"description":"Time interval to use for buckets in the returned data.","type":"string","default":"week","enum":["hour","day","week","month","quarter","year"],"required":false},"coupons":{"description":"Limit result set to coupons assigned specific coupon IDs.","type":"array","items":{"type":"integer"},"required":false},"segmentby":{"description":"Segment the response by additional constraint.","type":"string","enum":["product","variation","category","coupon"],"required":false},"fields":{"description":"Limit stats fields to the specified items.","type":"array","items":{"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/coupons\/stats"}]}},"\/wc-analytics\/reports\/stock":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"stock_status","enum":["stock_status","stock_quantity","date","id","include","title","sku"],"required":false},"parent":{"description":"Limit result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"type":{"description":"Limit result set to items assigned a stock report type.","type":"string","default":"all","enum":["all","lowstock","instock","outofstock","onbackorder"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/stock"}]}},"\/wc-analytics\/reports\/stock\/stats":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/stock\/stats"}]}},"\/wc-analytics\/reports\/downloads":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","product"],"required":false},"match":{"description":"Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: products, orders, username, ip_address.","type":"string","default":"all","enum":["all","any"],"required":false},"product_includes":{"description":"Limit result set to items that have the specified product(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"product_excludes":{"description":"Limit result set to items that don't have the specified product(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"order_includes":{"description":"Limit result set to items that have the specified order ids.","type":"array","items":{"type":"integer"},"required":false},"order_excludes":{"description":"Limit result set to items that don't have the specified order ids.","type":"array","items":{"type":"integer"},"required":false},"customer_includes":{"description":"Limit response to objects that have the specified user ids.","type":"array","items":{"type":"integer"},"required":false},"customer_excludes":{"description":"Limit response to objects that don't have the specified user ids.","type":"array","items":{"type":"integer"},"required":false},"ip_address_includes":{"description":"Limit response to objects that have a specified ip address.","type":"array","items":{"type":"string"},"required":false},"ip_address_excludes":{"description":"Limit response to objects that don't have a specified ip address.","type":"array","items":{"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/downloads"}]}},"\/wc-analytics\/reports\/downloads\/stats":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","download_count"],"required":false},"interval":{"description":"Time interval to use for buckets in the returned data.","type":"string","default":"week","enum":["hour","day","week","month","quarter","year"],"required":false},"match":{"description":"Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories","type":"string","default":"all","enum":["all","any"],"required":false},"product_includes":{"description":"Limit result set to items that have the specified product(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"product_excludes":{"description":"Limit result set to items that don't have the specified product(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false},"order_includes":{"description":"Limit result set to items that have the specified order ids.","type":"array","items":{"type":"integer"},"required":false},"order_excludes":{"description":"Limit result set to items that don't have the specified order ids.","type":"array","items":{"type":"integer"},"required":false},"customer_includes":{"description":"Limit response to objects that have the specified customer ids.","type":"array","items":{"type":"integer"},"required":false},"customer_excludes":{"description":"Limit response to objects that don't have the specified customer ids.","type":"array","items":{"type":"integer"},"required":false},"ip_address_includes":{"description":"Limit response to objects that have a specified ip address.","type":"array","items":{"type":"string"},"required":false},"ip_address_excludes":{"description":"Limit response to objects that don't have a specified ip address.","type":"array","items":{"type":"string"},"required":false},"fields":{"description":"Limit stats fields to the specified items.","type":"array","items":{"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/downloads\/stats"}]}},"\/wc-analytics\/reports\/customers":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"registered_before":{"description":"Limit response to objects registered before (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"registered_after":{"description":"Limit response to objects registered after (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"after":{"description":"Limit response to resources with orders published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources with orders published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date_registered","enum":["username","name","country","city","state","postcode","date_registered","date_last_active","orders_count","total_spend","avg_order_value"],"required":false},"match":{"description":"Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories","type":"string","default":"all","enum":["all","any"],"required":false},"search":{"description":"Limit response to objects with a customer field containing the search term. Searches the field provided by `searchby`.","type":"string","required":false},"searchby":{"description":"Limit results with `search` and `searchby` to specific fields containing the search term.","type":"string","default":"name","enum":["name","username","email"],"required":false},"name_includes":{"description":"Limit response to objects with specfic names.","type":"string","required":false},"name_excludes":{"description":"Limit response to objects excluding specfic names.","type":"string","required":false},"username_includes":{"description":"Limit response to objects with specfic usernames.","type":"string","required":false},"username_excludes":{"description":"Limit response to objects excluding specfic usernames.","type":"string","required":false},"email_includes":{"description":"Limit response to objects including emails.","type":"string","required":false},"email_excludes":{"description":"Limit response to objects excluding emails.","type":"string","required":false},"country_includes":{"description":"Limit response to objects with specfic countries.","type":"string","required":false},"country_excludes":{"description":"Limit response to objects excluding specfic countries.","type":"string","required":false},"last_active_before":{"description":"Limit response to objects last active before (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"last_active_after":{"description":"Limit response to objects last active after (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"last_active_between":{"description":"Limit response to objects last active between two given ISO8601 compliant datetime.","type":"array","items":{"type":"string"},"required":false},"registered_between":{"description":"Limit response to objects last active between two given ISO8601 compliant datetime.","type":"array","items":{"type":"string"},"required":false},"orders_count_min":{"description":"Limit response to objects with an order count greater than or equal to given integer.","type":"integer","required":false},"orders_count_max":{"description":"Limit response to objects with an order count less than or equal to given integer.","type":"integer","required":false},"orders_count_between":{"description":"Limit response to objects with an order count between two given integers.","type":"array","items":{"type":"integer"},"required":false},"total_spend_min":{"description":"Limit response to objects with a total order spend greater than or equal to given number.","type":"number","required":false},"total_spend_max":{"description":"Limit response to objects with a total order spend less than or equal to given number.","type":"number","required":false},"total_spend_between":{"description":"Limit response to objects with a total order spend between two given numbers.","type":"array","items":{"type":"integer"},"required":false},"avg_order_value_min":{"description":"Limit response to objects with an average order spend greater than or equal to given number.","type":"number","required":false},"avg_order_value_max":{"description":"Limit response to objects with an average order spend less than or equal to given number.","type":"number","required":false},"avg_order_value_between":{"description":"Limit response to objects with an average order spend between two given numbers.","type":"array","items":{"type":"integer"},"required":false},"last_order_before":{"description":"Limit response to objects with last order before (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"last_order_after":{"description":"Limit response to objects with last order after (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"customers":{"description":"Limit result to items with specified customer ids.","type":"array","items":{"type":"integer"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/customers"}]}},"\/wc-analytics\/reports\/customers\/stats":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"registered_before":{"description":"Limit response to objects registered before (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"registered_after":{"description":"Limit response to objects registered after (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"match":{"description":"Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories","type":"string","default":"all","enum":["all","any"],"required":false},"search":{"description":"Limit response to objects with a customer field containing the search term. Searches the field provided by `searchby`.","type":"string","required":false},"searchby":{"description":"Limit results with `search` and `searchby` to specific fields containing the search term.","type":"string","default":"name","enum":["name","username","email"],"required":false},"name_includes":{"description":"Limit response to objects with specfic names.","type":"string","required":false},"name_excludes":{"description":"Limit response to objects excluding specfic names.","type":"string","required":false},"username_includes":{"description":"Limit response to objects with specfic usernames.","type":"string","required":false},"username_excludes":{"description":"Limit response to objects excluding specfic usernames.","type":"string","required":false},"email_includes":{"description":"Limit response to objects including emails.","type":"string","required":false},"email_excludes":{"description":"Limit response to objects excluding emails.","type":"string","required":false},"country_includes":{"description":"Limit response to objects with specfic countries.","type":"string","required":false},"country_excludes":{"description":"Limit response to objects excluding specfic countries.","type":"string","required":false},"last_active_before":{"description":"Limit response to objects last active before (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"last_active_after":{"description":"Limit response to objects last active after (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"last_active_between":{"description":"Limit response to objects last active between two given ISO8601 compliant datetime.","type":"array","items":{"type":"string"},"required":false},"registered_between":{"description":"Limit response to objects last active between two given ISO8601 compliant datetime.","type":"array","items":{"type":"string"},"required":false},"orders_count_min":{"description":"Limit response to objects with an order count greater than or equal to given integer.","type":"integer","required":false},"orders_count_max":{"description":"Limit response to objects with an order count less than or equal to given integer.","type":"integer","required":false},"orders_count_between":{"description":"Limit response to objects with an order count between two given integers.","type":"array","items":{"type":"integer"},"required":false},"total_spend_min":{"description":"Limit response to objects with a total order spend greater than or equal to given number.","type":"number","required":false},"total_spend_max":{"description":"Limit response to objects with a total order spend less than or equal to given number.","type":"number","required":false},"total_spend_between":{"description":"Limit response to objects with a total order spend between two given numbers.","type":"array","items":{"type":"integer"},"required":false},"avg_order_value_min":{"description":"Limit response to objects with an average order spend greater than or equal to given number.","type":"number","required":false},"avg_order_value_max":{"description":"Limit response to objects with an average order spend less than or equal to given number.","type":"number","required":false},"avg_order_value_between":{"description":"Limit response to objects with an average order spend between two given numbers.","type":"array","items":{"type":"integer"},"required":false},"last_order_before":{"description":"Limit response to objects with last order before (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"last_order_after":{"description":"Limit response to objects with last order after (or at) a given ISO8601 compliant datetime.","type":"string","format":"date-time","required":false},"customers":{"description":"Limit result to items with specified customer ids.","type":"array","items":{"type":"integer"},"required":false},"fields":{"description":"Limit stats fields to the specified items.","type":"array","items":{"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/customers\/stats"}]}},"\/wc-analytics\/taxes":{"namespace":"wc-analytics","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"default":"asc","description":"Order sort attribute ascending or descending.","enum":["asc","desc"],"type":"string","required":false},"orderby":{"default":"order","description":"Sort collection by object attribute.","enum":["id","order","priority"],"type":"string","required":false},"class":{"description":"Sort by tax class.","enum":["standard","reduced-rate","zero-rate"],"type":"string","required":false},"search":{"description":"Search by similar tax code.","type":"string","required":false},"include":{"description":"Limit result set to items that have the specified rate ID(s) assigned.","type":"array","items":{"type":"integer"},"default":[],"required":false}}},{"methods":["POST"],"args":{"country":{"description":"Country ISO 3166 code.","type":"string","required":false},"state":{"description":"State code.","type":"string","required":false},"postcode":{"description":"Postcode\/ZIP, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'postcodes' should be used instead.","type":"string","required":false},"city":{"description":"City name, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'cities' should be used instead.","type":"string","required":false},"rate":{"description":"Tax rate.","type":"string","required":false},"name":{"description":"Tax rate name.","type":"string","required":false},"priority":{"default":1,"description":"Tax priority.","type":"integer","required":false},"compound":{"default":false,"description":"Whether or not this is a compound rate.","type":"boolean","required":false},"shipping":{"default":true,"description":"Whether or not this tax rate also gets applied to shipping.","type":"boolean","required":false},"order":{"description":"Indicates the order that will appear in queries.","type":"integer","required":false},"class":{"default":"standard","description":"Tax class.","type":"string","enum":["standard","reduced-rate","zero-rate"],"required":false},"postcodes":{"description":"List of postcodes \/ ZIPs. Introduced in WooCommerce 5.3.","type":"array","items":{"type":"string"},"required":false},"cities":{"description":"List of city names. Introduced in WooCommerce 5.3.","type":"array","items":{"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/taxes"}]}},"\/wc-analytics\/taxes\/(?P[\\d]+)":{"namespace":"wc-analytics","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"country":{"description":"Country ISO 3166 code.","type":"string","required":false},"state":{"description":"State code.","type":"string","required":false},"postcode":{"description":"Postcode\/ZIP, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'postcodes' should be used instead.","type":"string","required":false},"city":{"description":"City name, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'cities' should be used instead.","type":"string","required":false},"rate":{"description":"Tax rate.","type":"string","required":false},"name":{"description":"Tax rate name.","type":"string","required":false},"priority":{"description":"Tax priority.","type":"integer","required":false},"compound":{"description":"Whether or not this is a compound rate.","type":"boolean","required":false},"shipping":{"description":"Whether or not this tax rate also gets applied to shipping.","type":"boolean","required":false},"order":{"description":"Indicates the order that will appear in queries.","type":"integer","required":false},"class":{"description":"Tax class.","type":"string","enum":["standard","reduced-rate","zero-rate"],"required":false},"postcodes":{"description":"List of postcodes \/ ZIPs. Introduced in WooCommerce 5.3.","type":"array","items":{"type":"string"},"required":false},"cities":{"description":"List of city names. Introduced in WooCommerce 5.3.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc-analytics\/taxes\/batch":{"namespace":"wc-analytics","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"country":{"description":"Country ISO 3166 code.","type":"string","required":false},"state":{"description":"State code.","type":"string","required":false},"postcode":{"description":"Postcode\/ZIP, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'postcodes' should be used instead.","type":"string","required":false},"city":{"description":"City name, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'cities' should be used instead.","type":"string","required":false},"rate":{"description":"Tax rate.","type":"string","required":false},"name":{"description":"Tax rate name.","type":"string","required":false},"priority":{"description":"Tax priority.","type":"integer","required":false},"compound":{"description":"Whether or not this is a compound rate.","type":"boolean","required":false},"shipping":{"description":"Whether or not this tax rate also gets applied to shipping.","type":"boolean","required":false},"order":{"description":"Indicates the order that will appear in queries.","type":"integer","required":false},"class":{"description":"Tax class.","type":"string","enum":["standard","reduced-rate","zero-rate"],"required":false},"postcodes":{"description":"List of postcodes \/ ZIPs. Introduced in WooCommerce 5.3.","type":"array","items":{"type":"string"},"required":false},"cities":{"description":"List of city names. Introduced in WooCommerce 5.3.","type":"array","items":{"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/taxes\/batch"}]}},"\/wc-admin\/themes":{"namespace":"wc-admin","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"pluginzip":{"description":"A zip file of the theme to be uploaded.","type":"file","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/themes"}]}},"\/wc-admin\/plugins\/install":{"namespace":"wc-admin","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/plugins\/install"}]}},"\/wc-admin\/plugins\/active":{"namespace":"wc-admin","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/plugins\/active"}]}},"\/wc-admin\/plugins\/installed":{"namespace":"wc-admin","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/plugins\/installed"}]}},"\/wc-admin\/plugins\/activate":{"namespace":"wc-admin","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/plugins\/activate"}]}},"\/wc-admin\/plugins\/connect-jetpack":{"namespace":"wc-admin","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/plugins\/connect-jetpack"}]}},"\/wc-admin\/plugins\/request-wccom-connect":{"namespace":"wc-admin","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/plugins\/request-wccom-connect"}]}},"\/wc-admin\/plugins\/finish-wccom-connect":{"namespace":"wc-admin","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/plugins\/finish-wccom-connect"}]}},"\/wc-admin\/plugins\/connect-wcpay":{"namespace":"wc-admin","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/plugins\/connect-wcpay"}]}},"\/wc-admin\/plugins\/connect-square":{"namespace":"wc-admin","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/plugins\/connect-square"}]}},"\/wc-admin\/onboarding\/profile":{"namespace":"wc-admin","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST","PUT","PATCH"],"args":{"completed":{"type":"boolean","description":"Whether or not the profile was completed.","required":false},"skipped":{"type":"boolean","description":"Whether or not the profile was skipped.","required":false},"industry":{"type":"array","description":"Industry.","items":{"type":"object"},"required":false},"product_types":{"type":"array","description":"Types of products sold.","items":{"enum":["physical","downloads","subscriptions","memberships","bookings","product-bundles","product-add-ons"],"type":"string"},"required":false},"product_count":{"type":"string","description":"Number of products to be added.","enum":["0","1-10","11-100","101-1000","1000+"],"required":false},"selling_venues":{"type":"string","description":"Other places the store is selling products.","enum":["no","other","brick-mortar","brick-mortar-other","other-woocommerce"],"required":false},"revenue":{"type":"string","description":"Current annual revenue of the store.","enum":["none","up-to-2500","2500-10000","10000-50000","50000-250000","more-than-250000","rather-not-say"],"required":false},"other_platform":{"type":"string","description":"Name of other platform used to sell.","enum":["shopify","bigcommerce","magento","wix","amazon","ebay","etsy","squarespace","other"],"required":false},"other_platform_name":{"type":"string","description":"Name of other platform used to sell (not listed).","required":false},"business_extensions":{"type":"array","description":"Extra business extensions to install.","items":{"enum":["jetpack","woocommerce-services","woocommerce-payments","mailchimp-for-woocommerce","creative-mail-by-constant-contact","facebook-for-woocommerce","kliken-marketing-for-google","mailpoet"],"type":"string"},"required":false},"theme":{"type":"string","description":"Selected store theme.","required":false},"setup_client":{"type":"boolean","description":"Whether or not this store was setup for a client.","required":false},"wccom_connected":{"type":"boolean","description":"Whether or not the store was connected to WooCommerce.com during the extension flow.","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/onboarding\/profile"}]}},"\/wc-admin\/onboarding\/tasks\/import_sample_products":{"namespace":"wc-admin","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/onboarding\/tasks\/import_sample_products"}]}},"\/wc-admin\/onboarding\/tasks\/create_homepage":{"namespace":"wc-admin","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/onboarding\/tasks\/create_homepage"}]}},"\/wc-admin\/onboarding\/tasks\/status":{"namespace":"wc-admin","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/onboarding\/tasks\/status"}]}},"\/wc-admin\/onboarding\/tasks\/create_product_from_template":{"namespace":"wc-admin","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"template_name":{"type":"string","description":"Product template name.","required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/onboarding\/tasks\/create_product_from_template"}]}},"\/wc-admin\/onboarding\/themes\/install":{"namespace":"wc-admin","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/onboarding\/themes\/install"}]}},"\/wc-admin\/onboarding\/themes\/activate":{"namespace":"wc-admin","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/onboarding\/themes\/activate"}]}},"\/wc-admin\/navigation\/favorites":{"namespace":"wc-admin","methods":["GET","POST","DELETE"],"endpoints":[{"methods":["GET"],"args":{"user_id":{"required":true}}},{"methods":["POST"],"args":{"item_id":{"required":true},"user_id":{"required":true}}},{"methods":["DELETE"],"args":{"item_id":{"required":true},"user_id":{"required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/navigation\/favorites"}]}},"\/wc-admin\/navigation\/favorites\/me":{"namespace":"wc-admin","methods":["GET","POST","DELETE"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST"],"args":{"item_id":{"required":true}}},{"methods":["DELETE"],"args":{"item_id":{"required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-admin\/navigation\/favorites\/me"}]}},"\/wc-analytics\/reports\/performance-indicators":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"stats":{"description":"Limit response to specific report stats. Allowed values: .","type":"array","items":{"type":"string","enum":[]},"default":[],"required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/performance-indicators"}]}},"\/wc-analytics\/reports\/performance-indicators\/allowed":{"namespace":"wc-analytics","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"stats":{"description":"Limit response to specific report stats. Allowed values: .","type":"array","items":{"type":"string","enum":[]},"default":[],"required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc-analytics\/reports\/performance-indicators\/allowed"}]}},"\/wp-rocket\/v1":{"namespace":"wp-rocket\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp-rocket\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp-rocket\/v1"}]}},"\/wp-rocket\/v1\/rocketcdn\/enable":{"namespace":"wp-rocket\/v1","methods":["PUT"],"endpoints":[{"methods":["PUT"],"args":{"email":{"required":true},"key":{"required":true},"url":{"required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp-rocket\/v1\/rocketcdn\/enable"}]}},"\/wp-rocket\/v1\/rocketcdn\/disable":{"namespace":"wp-rocket\/v1","methods":["PUT"],"endpoints":[{"methods":["PUT"],"args":{"email":{"required":true},"key":{"required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp-rocket\/v1\/rocketcdn\/disable"}]}},"\/wp-rocket\/v1\/cpcss\/post\/(?P[\\d]+)":{"namespace":"wp-rocket\/v1","methods":["POST","DELETE"],"endpoints":[{"methods":["POST"],"args":[]},{"methods":["DELETE"],"args":[]}]},"\/wp-rocket\/v1\/support":{"namespace":"wp-rocket\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"email":{"required":true},"key":{"required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp-rocket\/v1\/support"}]}},"\/elementor\/v1":{"namespace":"elementor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"elementor\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/elementor\/v1"}]}},"\/elementor\/v1\/globals":{"namespace":"elementor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/elementor\/v1\/globals"}]}},"\/elementor\/v1\/globals\/colors":{"namespace":"elementor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/elementor\/v1\/globals\/colors"}]}},"\/elementor\/v1\/globals\/colors\/(?P[\\w]+)":{"namespace":"elementor\/v1","methods":["GET","POST","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the object.","type":"string","required":true}}},{"methods":["POST"],"args":{"id":{"description":"Unique identifier for the object.","type":"string","required":true}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the object.","type":"string","required":true}}}]},"\/elementor\/v1\/globals\/typography":{"namespace":"elementor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/elementor\/v1\/globals\/typography"}]}},"\/elementor\/v1\/globals\/typography\/(?P[\\w]+)":{"namespace":"elementor\/v1","methods":["GET","POST","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the object.","type":"string","required":true}}},{"methods":["POST"],"args":{"id":{"description":"Unique identifier for the object.","type":"string","required":true}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the object.","type":"string","required":true}}}]},"\/elementor\/v1\/favorites":{"namespace":"elementor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/elementor\/v1\/favorites"}]}},"\/elementor\/v1\/favorites\/(?P[\\w]+)":{"namespace":"elementor\/v1","methods":["POST","DELETE"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"Type of favorites.","type":"string","required":true},"favorite":{"description":"The favorite slug to create.","type":"string","required":true}}},{"methods":["DELETE"],"args":{"id":{"description":"Type of favorites.","type":"string","required":true},"favorite":{"description":"The favorite slug to delete.","type":"string","required":true}}}]},"\/elementor\/v1\/kit-elements-defaults":{"namespace":"elementor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/elementor\/v1\/kit-elements-defaults"}]}},"\/elementor\/v1\/kit-elements-defaults\/(?P[\\w\\-\\_]+)":{"namespace":"elementor\/v1","methods":["POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"type":{"type":"string","description":"The type of the element.","required":true},"settings":{"description":"All the default values for the requested type","type":"object","required":true}}},{"methods":["DELETE"],"args":{"type":{"type":"string","description":"The type of the element.","required":true}}}]},"\/elementor\/v1\/site-navigation\/recent-posts":{"namespace":"elementor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"posts_per_page":{"description":"Number of posts to return","type":"integer","required":true},"post_type":{"description":"Post types to retrieve","type":"array","default":["page","post","elementor_library"],"required":false},"post__not_in":{"description":"Post id`s to exclude","type":"array","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/elementor\/v1\/site-navigation\/recent-posts"}]}},"\/elementor\/v1\/site-navigation\/add-new-post":{"namespace":"elementor\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"post_type":{"description":"Post type to create","type":"string","default":"post","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/elementor\/v1\/site-navigation\/add-new-post"}]}},"\/elementor\/v1\/template-library\/templates":{"namespace":"elementor\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST"],"args":{"title":{"type":"string","description":"The title of the document","required":false},"type":{"description":"The document type.","type":"string","enum":["page","section","landing-page"],"required":true},"content":{"description":"Elementor data object","type":"object","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/elementor\/v1\/template-library\/templates"}]}},"\/learnpress\/v1\/courses":{"namespace":"learnpress\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"The current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure the result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit the result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Sorting attributes in ascending or descending order.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collections by the object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified","menu_order","price"],"required":false},"author":{"description":"Limit the result set to posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Ensure the result set excludes posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"user":{"description":"Limit the result set to posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"learned":{"description":"Get item learned by user.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit the result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit the result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"category":{"description":"Limit the result set to courses assigned to a specific category ID.","type":"string","required":false},"tag":{"description":"Limit the result set to courses assigned to a specific tag ID.","type":"string","required":false},"course_filter":{"description":"Filter by course to in-progress, passed, failed.","type":"string","required":false},"on_sale":{"description":"Get item learned by user.","type":"boolean","required":false},"popular":{"description":"Get item popularity.","type":"boolean","required":false},"optimize":{"description":"Disable some fields in the schema.","type":["boolean","string"],"required":false}}},{"methods":["POST"],"args":{"name":{"description":"Course name.","type":"string","required":false},"slug":{"description":"Course slug.","type":"string","required":false},"image":{"description":"Course Image URL.","type":"string","format":"uri","required":false},"status":{"default":"publish","description":"Course status (post status).","type":"string","enum":["draft","pending","private","publish","future"],"required":false},"content":{"description":"Course content.","type":"string","required":false},"excerpt":{"description":"Retrieves the course excerpt..","type":"string","required":false},"duration":{"description":"Th\u1eddi gian","type":"string","required":false},"categories":{"description":"List of categories.","type":"array","items":{"type":"object","properties":{"id":{"description":"Category ID.","type":"integer","context":["view","edit"]},"name":{"description":"Category name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Category slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"tags":{"description":"List of tags.","type":"array","items":{"type":"object","properties":{"id":{"description":"Tag ID.","type":"integer","context":["view","edit"]},"name":{"description":"Tag name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Tag slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"instructor":{"description":"Retrieves the course sections and items..","type":"array","items":{"type":"object","properties":{"id":{"description":"User ID.","type":"integer","context":["view"]},"name":{"description":"Display name.","type":"string","context":["view"],"readonly":true},"description":{"description":"Tag slug.","type":"string","context":["view"],"readonly":true},"social":{"description":"Social Infor.","type":"array","context":["view"],"readonly":true}}},"required":false},"sections":{"description":"Retrieves the course sections and items..","type":"array","items":{"type":"object","properties":{"id":{"description":"Section ID.","type":"integer","context":["view","edit"]},"title":{"description":"Section name.","type":"string","context":["view","edit"]},"course_id":{"description":"Course ID.","type":"integer","context":["view","edit"]},"description":{"description":"Section description.","type":"string","context":["view","edit"]},"items":{"description":"Section items.","type":"array","context":["view","edit"],"items":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"]},"type":{"description":"Item Type.","type":"string","context":["view","edit"]},"title":{"description":"Item title.","type":"string","context":["view","edit"]},"preview":{"description":"Item ID.","type":"boolean","context":["view","edit"]},"percent":{"description":"Percent.","type":"integer","context":["view","edit"]},"duration":{"description":"Duration.","type":"string","context":["view","edit"]},"graduation":{"description":"Graduation.","type":"string","context":["view","edit"]},"status":{"description":"Status.","type":"string","context":["view","edit"]},"locked":{"description":"Locked.","type":"boolean","context":["view","edit"]}}}}},"required":false},"course_data":{"description":"List of course user data.","type":"array","items":{"type":"object","properties":{"graduation":{"description":"Graduation","type":"string","context":["view"]},"status":{"description":"Tr\u1ea1ng th\u00e1i","type":"string","context":["view"],"readonly":true},"start_time":{"description":"Start time","type":"string","context":["view"],"readonly":true},"end_time":{"description":"End time","type":"string","context":["view"],"readonly":true},"expiration_time":{"description":"Expiration time","type":"string","context":["view"],"readonly":true}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/courses"}]}},"\/learnpress\/v1\/courses\/(?P[\\d]+)":{"namespace":"learnpress\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"A unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}}]},"\/learnpress\/v1\/courses\/enroll":{"namespace":"learnpress\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"A unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"edit","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/courses\/enroll"}]}},"\/learnpress\/v1\/courses\/finish":{"namespace":"learnpress\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"A unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"edit","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/courses\/finish"}]}},"\/learnpress\/v1\/courses\/retake":{"namespace":"learnpress\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"A unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"edit","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/courses\/retake"}]}},"\/learnpress\/v1\/courses\/verify-receipt":{"namespace":"learnpress\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"edit","required":false},"receipt-data":{"description":"Receipt data.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/courses\/verify-receipt"}]}},"\/learnpress\/v1\/lessons":{"namespace":"learnpress\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"The current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure the result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit the result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Sorting attributes in ascending or descending order.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collections by the object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified"],"required":false},"author":{"description":"Limit the result set to posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Ensure the result set excludes posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"user":{"description":"Limit the result set to posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"learned":{"description":"Get item learned by user.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit the result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit the result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/lessons"}]}},"\/learnpress\/v1\/lessons\/(?P[\\d]+)":{"namespace":"learnpress\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"A unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}}]},"\/learnpress\/v1\/lessons\/finish":{"namespace":"learnpress\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"A unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"edit","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/lessons\/finish"}]}},"\/learnpress\/v1\/quiz":{"namespace":"learnpress\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"The current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure the result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit the result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Sorting attributes in ascending or descending order.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collections by the object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified"],"required":false},"author":{"description":"Limit the result set to posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Ensure the result set excludes posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"user":{"description":"Limit the result set to posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"learned":{"description":"Get item learned by user.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit the result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit the result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/quiz"}]}},"\/learnpress\/v1\/quiz\/(?P[\\d]+)":{"namespace":"learnpress\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"A unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}}]},"\/learnpress\/v1\/quiz\/start":{"namespace":"learnpress\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"Quiz ID.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/quiz\/start"}]}},"\/learnpress\/v1\/quiz\/check_answer":{"namespace":"learnpress\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"Quiz ID.","type":"integer","required":false},"question_id":{"description":"Question ID.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/quiz\/check_answer"}]}},"\/learnpress\/v1\/quiz\/finish":{"namespace":"learnpress\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"Quiz ID.","type":"integer","required":false},"answered":{"description":"Answer all questions.","type":"object","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/quiz\/finish"}]}},"\/learnpress\/v1\/questions":{"namespace":"learnpress\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"The current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure the result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit the result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Sorting attributes in ascending or descending order.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collections by the object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified"],"required":false},"author":{"description":"Limit the result set to posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Ensure the result set excludes posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"user":{"description":"Limit the result set to posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"learned":{"description":"Get item learned by user.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit the result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit the result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/questions"}]}},"\/learnpress\/v1\/questions\/(?P[\\d]+)":{"namespace":"learnpress\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"A unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}}]},"\/learnpress\/v1\/users":{"namespace":"learnpress\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure the result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit the result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"default":"asc","description":"Sorting attributes in ascending or descending order.","enum":["asc","desc"],"type":"string","required":false},"orderby":{"default":"name","description":"Sort collections by the object attribute.","enum":["id","include","name","registered_date","slug","include_slugs","email","url"],"type":"string","required":false},"slug":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng ng\u01b0\u1eddi d\u00f9ng c\u00f3 m\u1ed9t ho\u1eb7c nhi\u1ec1u slugs c\u1ee5 th\u1ec3.","type":"array","items":{"type":"string"},"required":false},"roles":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng ng\u01b0\u1eddi d\u00f9ng c\u00f3 \u00edt nh\u1ea5t m\u1ed9t vai tr\u00f2 c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c cung c\u1ea5p. Ch\u1ea5p nh\u1eadn danh s\u00e1ch csv ho\u1eb7c m\u1ed9t vai tr\u00f2 \u0111\u01a1n l\u1ebb.","type":"array","items":{"type":"string"},"required":false},"who":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng ng\u01b0\u1eddi d\u00f9ng \u0111\u01b0\u1ee3c xem l\u00e0 t\u00e1c gi\u1ea3.","type":"string","enum":["authors"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/users"}]}},"\/learnpress\/v1\/users\/(?P[\\d]+)":{"namespace":"learnpress\/v1","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"A unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"A unique identifier for the resource.","type":"integer","required":false},"username":{"description":"T\u00ean \u0111\u0103ng nh\u1eadp cho ng\u01b0\u1eddi d\u00f9ng.","type":"string","required":false},"name":{"description":"T\u00ean hi\u1ec3n th\u1ecb.","type":"string","required":false},"first_name":{"description":"T\u00ean ng\u01b0\u1eddi s\u1eed d\u1ee5ng.","type":"string","required":false},"last_name":{"description":"H\u1ecd ng\u01b0\u1eddi s\u1eed d\u1ee5ng.","type":"string","required":false},"email":{"description":"\u0110\u1ecba ch\u1ec9 email cho t\u00e0i nguy\u00ean.","type":"string","format":"email","required":false},"url":{"description":"\u0110\u01b0\u1eddng d\u1eabn c\u1ee7a ng\u01b0\u1eddi s\u1eed d\u1ee5ng","type":"string","format":"uri","required":false},"description":{"description":"M\u00f4 t\u1ea3 c\u1ee7a ng\u01b0\u1eddi d\u00f9ng.","type":"string","required":false},"locale":{"description":"Ng\u00f4n ng\u1eef cho ng\u01b0\u1eddi s\u1eed d\u1ee5ng","type":"string","enum":["","en_US","vi"],"required":false},"nickname":{"description":"Bi\u1ec7t hi\u1ec7u cho ng\u01b0\u1eddi d\u00f9ng.","type":"string","required":false},"slug":{"description":"M\u1ed9t ID b\u1eb1ng ch\u1eef v\u00e0 s\u1ed1 cho th\u00e0nh vi\u00ean.","type":"string","required":false},"roles":{"description":"Vai tr\u00f2 (roles) c\u1ee7a ng\u01b0\u1eddi d\u00f9ng","type":"array","items":{"type":"string"},"required":false},"password":{"description":"M\u1eadt kh\u1ea9u cho ng\u01b0\u1eddi s\u1eed d\u1ee5ng (kh\u00f4ng bao gi\u1edd bao g\u1ed3m).","type":"string","required":false},"tabs":{"description":"Get all items in user like course, lesson, quiz...","type":"array","required":false},"avatar_url":{"description":"URL avatar","type":"string","required":false},"avatar_size":{"description":"URL avatar size","type":"array","required":false},"instructor_data":{"description":"Instructor data","type":"array","required":false},"custom_register":{"description":"Get custom register fields.","type":"object","required":false},"social":{"description":"Get social fields.","type":"object","required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_last_posted":{"type":"integer","title":"","description":"bbPress User Activity","default":0},"persisted_preferences":{"type":"object","title":"","description":"","default":[],"context":["edit"],"properties":{"_modified":{"description":"Ng\u00e0y v\u00e0 gi\u1edd c\u00e1c t\u00f9y ch\u1ecdn \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt.","type":"string","format":"date-time","readonly":false}},"additionalProperties":true}},"required":false}}}]},"\/learnpress\/v1\/users\/reset-password":{"namespace":"learnpress\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"user_login":{"description":"User or Email login.","type":"string","required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/users\/reset-password"}]}},"\/learnpress\/v1\/users\/change-password":{"namespace":"learnpress\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"old_password":{"description":"Old Password","type":"string","required":true},"new_password":{"description":"New Password","type":"string","required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/users\/change-password"}]}},"\/learnpress\/v1\/users\/delete":{"namespace":"learnpress\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"User ID","type":"integer","required":true},"password":{"description":"M\u1eadt kh\u1ea9u","type":"string","required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/users\/delete"}]}},"\/learnpress\/v1\/course_category":{"namespace":"learnpress\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a term.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"\u1ea8n hay kh\u00f4ng c\u00e1c term \u0111\u01b0\u1ee3c kh\u00f4ng \u0111\u01b0\u1ee3c g\u00e1n cho b\u1ea5t k\u1ef3 b\u00e0i vi\u1ebft n\u00e0o.","type":"boolean","default":false,"required":false},"parent":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho term cha c\u1ee5 th\u1ec3.","type":"integer","required":false},"post":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee5 th\u1ec3.","type":"integer","default":null,"required":false},"slug":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng terms v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u slugs c\u1ee5 th\u1ec3.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.","type":"string","required":false},"name":{"description":"Ti\u00eau \u0111\u1ec1 HTML cho term.","type":"string","required":true},"slug":{"description":"M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.","type":"string","required":false},"parent":{"description":"ID thu\u1eadt ng\u1eef g\u1ed1c.","type":"integer","required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/learnpress\/v1\/course_category"}]}},"\/learnpress\/v1\/course_category\/(?P[\\d]+)":{"namespace":"learnpress\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef","type":"integer","required":false},"description":{"description":"M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.","type":"string","required":false},"name":{"description":"Ti\u00eau \u0111\u1ec1 HTML cho term.","type":"string","required":false},"slug":{"description":"M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.","type":"string","required":false},"parent":{"description":"ID thu\u1eadt ng\u1eef g\u1ed1c.","type":"integer","required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Y\u00eau c\u1ea7u ph\u1ea3i \u0111\u00fang, c\u00e1c thu\u1eadt ng\u1eef kh\u00f4ng th\u1ec3 b\u1ecb x\u00f3a.","required":false}}}]},"\/learnpress\/v1\/sections\/sections-by-course-id\/(?P[\\d]+)":{"namespace":"learnpress\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"course_id":{"description":"Course ID.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"The current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"order":{"description":"Sorting attributes in ascending or descending order.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure the result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit the result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false}}}]},"\/learnpress\/v1\/section-items\/items\/(?P[\\d]+)":{"namespace":"learnpress\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"section_id":{"description":"Section ID.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"The current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"order":{"description":"Sorting attributes in ascending or descending order.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure the result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit the result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false}}}]},"\/wc\/v1":{"namespace":"wc\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wc\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1"}]}},"\/wc\/v1\/coupons":{"namespace":"wc\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified"],"required":false},"filter":{"type":"object","description":"Use WP Query arguments to modify the response; private query vars require appropriate authorization.","required":false},"code":{"description":"Limit result set to resources with a specific code.","type":"string","required":false}}},{"methods":["POST"],"args":{"code":{"description":"Coupon code.","type":"string","required":true},"description":{"description":"Coupon description.","type":"string","required":false},"discount_type":{"default":"fixed_cart","description":"Determines the type of discount that will be applied.","type":"string","enum":["percent","fixed_cart","fixed_product"],"required":false},"amount":{"description":"The amount of discount. Should always be numeric, even if setting a percentage.","type":"string","required":false},"expiry_date":{"description":"UTC DateTime when the coupon expires.","type":["null","string"],"required":false},"individual_use":{"default":false,"description":"If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.","type":"boolean","required":false},"product_ids":{"description":"List of product IDs the coupon can be used on.","type":"array","items":{"type":"integer"},"required":false},"exclude_product_ids":{"description":"List of product IDs the coupon cannot be used on.","type":"array","items":{"type":"integer"},"required":false},"usage_limit":{"description":"How many times the coupon can be used in total.","type":"integer","required":false},"usage_limit_per_user":{"description":"How many times the coupon can be used per customer.","type":"integer","required":false},"limit_usage_to_x_items":{"description":"Max number of items in the cart the coupon can be applied to.","type":"integer","required":false},"free_shipping":{"default":false,"description":"If true and if the free shipping method requires a coupon, this coupon will enable free shipping.","type":"boolean","required":false},"product_categories":{"description":"List of category IDs the coupon applies to.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_categories":{"description":"List of category IDs the coupon does not apply to.","type":"array","items":{"type":"integer"},"required":false},"exclude_sale_items":{"default":false,"description":"If true, this coupon will not be applied to items that have sale prices.","type":"boolean","required":false},"minimum_amount":{"description":"Minimum order amount that needs to be in the cart before coupon applies.","type":"string","required":false},"maximum_amount":{"description":"Maximum order amount allowed when using the coupon.","type":"string","required":false},"email_restrictions":{"description":"List of email addresses that can use this coupon.","type":"array","items":{"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/coupons"}]}},"\/wc\/v1\/coupons\/(?P[\\d]+)":{"namespace":"wc\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"code":{"description":"Coupon code.","type":"string","required":false},"description":{"description":"Coupon description.","type":"string","required":false},"discount_type":{"description":"Determines the type of discount that will be applied.","type":"string","enum":["percent","fixed_cart","fixed_product"],"required":false},"amount":{"description":"The amount of discount. Should always be numeric, even if setting a percentage.","type":"string","required":false},"expiry_date":{"description":"UTC DateTime when the coupon expires.","type":["null","string"],"required":false},"individual_use":{"description":"If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.","type":"boolean","required":false},"product_ids":{"description":"List of product IDs the coupon can be used on.","type":"array","items":{"type":"integer"},"required":false},"exclude_product_ids":{"description":"List of product IDs the coupon cannot be used on.","type":"array","items":{"type":"integer"},"required":false},"usage_limit":{"description":"How many times the coupon can be used in total.","type":"integer","required":false},"usage_limit_per_user":{"description":"How many times the coupon can be used per customer.","type":"integer","required":false},"limit_usage_to_x_items":{"description":"Max number of items in the cart the coupon can be applied to.","type":"integer","required":false},"free_shipping":{"description":"If true and if the free shipping method requires a coupon, this coupon will enable free shipping.","type":"boolean","required":false},"product_categories":{"description":"List of category IDs the coupon applies to.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_categories":{"description":"List of category IDs the coupon does not apply to.","type":"array","items":{"type":"integer"},"required":false},"exclude_sale_items":{"description":"If true, this coupon will not be applied to items that have sale prices.","type":"boolean","required":false},"minimum_amount":{"description":"Minimum order amount that needs to be in the cart before coupon applies.","type":"string","required":false},"maximum_amount":{"description":"Maximum order amount allowed when using the coupon.","type":"string","required":false},"email_restrictions":{"description":"List of email addresses that can use this coupon.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc\/v1\/coupons\/batch":{"namespace":"wc\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"code":{"description":"Coupon code.","type":"string","required":false},"description":{"description":"Coupon description.","type":"string","required":false},"discount_type":{"description":"Determines the type of discount that will be applied.","type":"string","enum":["percent","fixed_cart","fixed_product"],"required":false},"amount":{"description":"The amount of discount. Should always be numeric, even if setting a percentage.","type":"string","required":false},"expiry_date":{"description":"UTC DateTime when the coupon expires.","type":["null","string"],"required":false},"individual_use":{"description":"If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.","type":"boolean","required":false},"product_ids":{"description":"List of product IDs the coupon can be used on.","type":"array","items":{"type":"integer"},"required":false},"exclude_product_ids":{"description":"List of product IDs the coupon cannot be used on.","type":"array","items":{"type":"integer"},"required":false},"usage_limit":{"description":"How many times the coupon can be used in total.","type":"integer","required":false},"usage_limit_per_user":{"description":"How many times the coupon can be used per customer.","type":"integer","required":false},"limit_usage_to_x_items":{"description":"Max number of items in the cart the coupon can be applied to.","type":"integer","required":false},"free_shipping":{"description":"If true and if the free shipping method requires a coupon, this coupon will enable free shipping.","type":"boolean","required":false},"product_categories":{"description":"List of category IDs the coupon applies to.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_categories":{"description":"List of category IDs the coupon does not apply to.","type":"array","items":{"type":"integer"},"required":false},"exclude_sale_items":{"description":"If true, this coupon will not be applied to items that have sale prices.","type":"boolean","required":false},"minimum_amount":{"description":"Minimum order amount that needs to be in the cart before coupon applies.","type":"string","required":false},"maximum_amount":{"description":"Maximum order amount allowed when using the coupon.","type":"string","required":false},"email_restrictions":{"description":"List of email addresses that can use this coupon.","type":"array","items":{"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/coupons\/batch"}]}},"\/wc\/v1\/customers\/(?P[\\d]+)\/downloads":{"namespace":"wc\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"customer_id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}]},"\/wc\/v1\/customers":{"namespace":"wc\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"default":"asc","description":"Order sort attribute ascending or descending.","enum":["asc","desc"],"type":"string","required":false},"orderby":{"default":"name","description":"Sort collection by object attribute.","enum":["id","include","name","registered_date"],"type":"string","required":false},"email":{"description":"Limit result set to resources with a specific email.","type":"string","format":"email","required":false},"role":{"description":"Limit result set to resources with a specific role.","type":"string","default":"customer","enum":["all","administrator","editor","author","contributor","subscriber","lp_teacher","customer","shop_manager","bbp_keymaster","bbp_moderator","bbp_participant","bbp_spectator","bbp_blocked","translator"],"required":false}}},{"methods":["POST"],"args":{"email":{"type":"string","description":"New user email address.","required":true},"first_name":{"description":"Customer first name.","type":"string","required":false},"last_name":{"description":"Customer last name.","type":"string","required":false},"username":{"description":"New user username.","type":"string","required":false},"password":{"description":"New user password.","type":"string","required":false},"billing":{"description":"List of billing address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1.","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2.","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"List of shipping address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1.","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2.","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/customers"}]}},"\/wc\/v1\/customers\/(?P[\\d]+)":{"namespace":"wc\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"email":{"description":"The email address for the customer.","type":"string","format":"email","required":false},"first_name":{"description":"Customer first name.","type":"string","required":false},"last_name":{"description":"Customer last name.","type":"string","required":false},"username":{"description":"Customer login name.","type":"string","required":false},"password":{"description":"Customer password.","type":"string","required":false},"billing":{"description":"List of billing address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1.","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2.","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"List of shipping address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1.","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2.","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]}},"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false},"reassign":{"default":0,"type":"integer","description":"ID to reassign posts to.","required":false}}}]},"\/wc\/v1\/customers\/batch":{"namespace":"wc\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"email":{"description":"The email address for the customer.","type":"string","format":"email","required":false},"first_name":{"description":"Customer first name.","type":"string","required":false},"last_name":{"description":"Customer last name.","type":"string","required":false},"username":{"description":"Customer login name.","type":"string","required":false},"password":{"description":"Customer password.","type":"string","required":false},"billing":{"description":"List of billing address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1.","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2.","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"List of shipping address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1.","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2.","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/customers\/batch"}]}},"\/wc\/v1\/orders\/(?P[\\d]+)\/notes":{"namespace":"wc\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"note":{"type":"string","description":"Order note content.","required":true},"customer_note":{"default":false,"description":"Shows\/define if the note is only for reference or for the customer (the user will be notified).","type":"boolean","required":false}}}]},"\/wc\/v1\/orders\/(?P[\\d]+)\/notes\/(?P[\\d]+)":{"namespace":"wc\/v1","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"order_id":{"description":"The order ID.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"order_id":{"description":"The order ID.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v1\/orders\/(?P[\\d]+)\/refunds":{"namespace":"wc\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified"],"required":false},"filter":{"type":"object","description":"Use WP Query arguments to modify the response; private query vars require appropriate authorization.","required":false},"status":{"default":"any","description":"Limit result set to orders assigned a specific status.","type":"string","enum":["any","pending","processing","on-hold","completed","cancelled","refunded","failed"],"required":false},"customer":{"description":"Limit result set to orders assigned a specific customer.","type":"integer","required":false},"product":{"description":"Limit result set to orders assigned a specific product.","type":"integer","required":false},"dp":{"default":2,"description":"Number of decimal points to use in each resource.","type":"integer","required":false}}},{"methods":["POST"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"amount":{"description":"Refund amount.","type":"string","required":false},"reason":{"description":"Reason for refund.","type":"string","required":false}}}]},"\/wc\/v1\/orders\/(?P[\\d]+)\/refunds\/(?P[\\d]+)":{"namespace":"wc\/v1","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":true,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v1\/orders":{"namespace":"wc\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified"],"required":false},"filter":{"type":"object","description":"Use WP Query arguments to modify the response; private query vars require appropriate authorization.","required":false},"status":{"default":"any","description":"Limit result set to orders assigned a specific status.","type":"string","enum":["any","pending","processing","on-hold","completed","cancelled","refunded","failed"],"required":false},"customer":{"description":"Limit result set to orders assigned a specific customer.","type":"integer","required":false},"product":{"description":"Limit result set to orders assigned a specific product.","type":"integer","required":false},"dp":{"default":2,"description":"Number of decimal points to use in each resource.","type":"integer","required":false}}},{"methods":["POST"],"args":{"parent_id":{"description":"Parent order ID.","type":"integer","required":false},"status":{"default":"pending","description":"Order status.","type":"string","enum":["pending","processing","on-hold","completed","cancelled","refunded","failed"],"required":false},"currency":{"default":"USD","description":"Currency the order was created with, in ISO format.","type":"string","enum":["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BRL","BSD","BTC","BTN","BWP","BYR","BYN","BZD","CAD","CDF","CHF","CLP","CNY","COP","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GGP","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","IMP","INR","IQD","IRR","IRT","ISK","JEP","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRU","MUR","MVR","MWK","MXN","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PRB","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STN","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USD","UYU","UZS","VEF","VES","VND","VUV","WST","XAF","XCD","XOF","XPF","YER","ZAR","ZMW"],"required":false},"customer_id":{"default":0,"description":"User ID who owns the order. 0 for guests.","type":"integer","required":false},"billing":{"description":"Billing address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1.","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2.","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"Shipping address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1.","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2.","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]}},"required":false},"payment_method":{"description":"Payment method ID.","type":"string","required":false},"payment_method_title":{"description":"Payment method title.","type":"string","required":false},"set_paid":{"default":false,"description":"Define if the order is paid. It will set the status to processing and reduce stock items.","type":"boolean","required":false},"transaction_id":{"description":"Unique transaction ID.","type":"string","required":false},"customer_note":{"description":"Note left by customer during checkout.","type":"string","required":false},"line_items":{"description":"Line items data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Product name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"],"readonly":true},"sku":{"description":"Product SKU.","type":"string","context":["view","edit"],"readonly":true},"product_id":{"description":"Product ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"variation_id":{"description":"Variation ID, if applicable.","type":"integer","context":["view","edit"]},"quantity":{"description":"Quantity ordered.","type":"integer","context":["view","edit"]},"tax_class":{"description":"Tax class of product.","type":"string","context":["view","edit"],"readonly":true},"price":{"description":"Product price.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Line subtotal (before discounts).","type":"string","context":["view","edit"]},"subtotal_tax":{"description":"Line subtotal tax (before discounts).","type":"string","context":["view","edit"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"]},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"],"readonly":true}}}},"meta":{"description":"Line item meta data.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"key":{"description":"Meta key.","type":"string","context":["view","edit"],"readonly":true},"label":{"description":"Meta label.","type":"string","context":["view","edit"],"readonly":true},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"],"readonly":true}}}}}},"required":false},"shipping_lines":{"description":"Shipping lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"method_title":{"description":"Shipping method name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"method_id":{"description":"Shipping method ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true}}}}}},"required":false},"fee_lines":{"description":"Fee lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Fee name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"tax_class":{"description":"Tax class of fee.","type":"string","context":["view","edit"]},"tax_status":{"description":"Tax status of fee.","type":"string","context":["view","edit"],"enum":["taxable","none"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"]},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"],"readonly":true}}}}}},"required":false},"coupon_lines":{"description":"Coupons line data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"code":{"description":"Coupon code.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"discount":{"description":"Discount total.","type":"string","context":["view","edit"]},"discount_tax":{"description":"Discount total tax.","type":"string","context":["view","edit"],"readonly":true}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/orders"}]}},"\/wc\/v1\/orders\/(?P[\\d]+)":{"namespace":"wc\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"parent_id":{"description":"Parent order ID.","type":"integer","required":false},"status":{"description":"Order status.","type":"string","enum":["pending","processing","on-hold","completed","cancelled","refunded","failed"],"required":false},"currency":{"description":"Currency the order was created with, in ISO format.","type":"string","enum":["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BRL","BSD","BTC","BTN","BWP","BYR","BYN","BZD","CAD","CDF","CHF","CLP","CNY","COP","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GGP","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","IMP","INR","IQD","IRR","IRT","ISK","JEP","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRU","MUR","MVR","MWK","MXN","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PRB","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STN","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USD","UYU","UZS","VEF","VES","VND","VUV","WST","XAF","XCD","XOF","XPF","YER","ZAR","ZMW"],"required":false},"customer_id":{"description":"User ID who owns the order. 0 for guests.","type":"integer","required":false},"billing":{"description":"Billing address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1.","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2.","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"Shipping address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1.","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2.","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]}},"required":false},"payment_method":{"description":"Payment method ID.","type":"string","required":false},"payment_method_title":{"description":"Payment method title.","type":"string","required":false},"set_paid":{"description":"Define if the order is paid. It will set the status to processing and reduce stock items.","type":"boolean","required":false},"transaction_id":{"description":"Unique transaction ID.","type":"string","required":false},"customer_note":{"description":"Note left by customer during checkout.","type":"string","required":false},"line_items":{"description":"Line items data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Product name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"],"readonly":true},"sku":{"description":"Product SKU.","type":"string","context":["view","edit"],"readonly":true},"product_id":{"description":"Product ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"variation_id":{"description":"Variation ID, if applicable.","type":"integer","context":["view","edit"]},"quantity":{"description":"Quantity ordered.","type":"integer","context":["view","edit"]},"tax_class":{"description":"Tax class of product.","type":"string","context":["view","edit"],"readonly":true},"price":{"description":"Product price.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Line subtotal (before discounts).","type":"string","context":["view","edit"]},"subtotal_tax":{"description":"Line subtotal tax (before discounts).","type":"string","context":["view","edit"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"]},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"],"readonly":true}}}},"meta":{"description":"Line item meta data.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"key":{"description":"Meta key.","type":"string","context":["view","edit"],"readonly":true},"label":{"description":"Meta label.","type":"string","context":["view","edit"],"readonly":true},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"],"readonly":true}}}}}},"required":false},"shipping_lines":{"description":"Shipping lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"method_title":{"description":"Shipping method name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"method_id":{"description":"Shipping method ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true}}}}}},"required":false},"fee_lines":{"description":"Fee lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Fee name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"tax_class":{"description":"Tax class of fee.","type":"string","context":["view","edit"]},"tax_status":{"description":"Tax status of fee.","type":"string","context":["view","edit"],"enum":["taxable","none"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"]},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"],"readonly":true}}}}}},"required":false},"coupon_lines":{"description":"Coupons line data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"code":{"description":"Coupon code.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"discount":{"description":"Discount total.","type":"string","context":["view","edit"]},"discount_tax":{"description":"Discount total tax.","type":"string","context":["view","edit"],"readonly":true}}},"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc\/v1\/orders\/batch":{"namespace":"wc\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"parent_id":{"description":"Parent order ID.","type":"integer","required":false},"status":{"description":"Order status.","type":"string","enum":["pending","processing","on-hold","completed","cancelled","refunded","failed"],"required":false},"currency":{"description":"Currency the order was created with, in ISO format.","type":"string","enum":["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BRL","BSD","BTC","BTN","BWP","BYR","BYN","BZD","CAD","CDF","CHF","CLP","CNY","COP","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GGP","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","IMP","INR","IQD","IRR","IRT","ISK","JEP","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRU","MUR","MVR","MWK","MXN","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PRB","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STN","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USD","UYU","UZS","VEF","VES","VND","VUV","WST","XAF","XCD","XOF","XPF","YER","ZAR","ZMW"],"required":false},"customer_id":{"description":"User ID who owns the order. 0 for guests.","type":"integer","required":false},"billing":{"description":"Billing address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1.","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2.","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"Shipping address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1.","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2.","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]}},"required":false},"payment_method":{"description":"Payment method ID.","type":"string","required":false},"payment_method_title":{"description":"Payment method title.","type":"string","required":false},"set_paid":{"description":"Define if the order is paid. It will set the status to processing and reduce stock items.","type":"boolean","required":false},"transaction_id":{"description":"Unique transaction ID.","type":"string","required":false},"customer_note":{"description":"Note left by customer during checkout.","type":"string","required":false},"line_items":{"description":"Line items data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Product name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"],"readonly":true},"sku":{"description":"Product SKU.","type":"string","context":["view","edit"],"readonly":true},"product_id":{"description":"Product ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"variation_id":{"description":"Variation ID, if applicable.","type":"integer","context":["view","edit"]},"quantity":{"description":"Quantity ordered.","type":"integer","context":["view","edit"]},"tax_class":{"description":"Tax class of product.","type":"string","context":["view","edit"],"readonly":true},"price":{"description":"Product price.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Line subtotal (before discounts).","type":"string","context":["view","edit"]},"subtotal_tax":{"description":"Line subtotal tax (before discounts).","type":"string","context":["view","edit"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"]},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"],"readonly":true}}}},"meta":{"description":"Line item meta data.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"key":{"description":"Meta key.","type":"string","context":["view","edit"],"readonly":true},"label":{"description":"Meta label.","type":"string","context":["view","edit"],"readonly":true},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"],"readonly":true}}}}}},"required":false},"shipping_lines":{"description":"Shipping lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"method_title":{"description":"Shipping method name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"method_id":{"description":"Shipping method ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true}}}}}},"required":false},"fee_lines":{"description":"Fee lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Fee name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"tax_class":{"description":"Tax class of fee.","type":"string","context":["view","edit"]},"tax_status":{"description":"Tax status of fee.","type":"string","context":["view","edit"],"enum":["taxable","none"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"]},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"],"readonly":true}}}}}},"required":false},"coupon_lines":{"description":"Coupons line data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"code":{"description":"Coupon code.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"discount":{"description":"Discount total.","type":"string","context":["view","edit"]},"discount_tax":{"description":"Discount total tax.","type":"string","context":["view","edit"],"readonly":true}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/orders\/batch"}]}},"\/wc\/v1\/products\/attributes\/(?P[\\d]+)\/terms":{"namespace":"wc\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items. Applies to hierarchical taxonomies only.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by resource attribute.","type":"string","default":"name","enum":["id","include","name","slug","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide resources not assigned to any products.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.","type":"integer","required":false},"product":{"description":"Limit result set to resources assigned to a specific product.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to resources with a specific slug.","type":"string","required":false}}},{"methods":["POST"],"args":{"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"name":{"type":"string","description":"Name for the resource.","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}}]},"\/wc\/v1\/products\/attributes\/(?P[\\d]+)\/terms\/(?P[\\d]+)":{"namespace":"wc\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"name":{"description":"Term name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v1\/products\/attributes\/(?P[\\d]+)\/terms\/batch":{"namespace":"wc\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"name":{"description":"Term name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}}]},"\/wc\/v1\/products\/attributes":{"namespace":"wc\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"name":{"description":"Name for the resource.","type":"string","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"type":{"default":"select","description":"Type of attribute.","type":"string","enum":["select"],"required":false},"order_by":{"default":"menu_order","description":"Default sort order.","type":"string","enum":["menu_order","name","name_num","id"],"required":false},"has_archives":{"default":false,"description":"Enable\/Disable attribute archives.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/products\/attributes"}]}},"\/wc\/v1\/products\/attributes\/(?P[\\d]+)":{"namespace":"wc\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Attribute name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"type":{"description":"Type of attribute.","type":"string","enum":["select"],"required":false},"order_by":{"description":"Default sort order.","type":"string","enum":["menu_order","name","name_num","id"],"required":false},"has_archives":{"description":"Enable\/Disable attribute archives.","type":"boolean","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":true,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v1\/products\/attributes\/batch":{"namespace":"wc\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Attribute name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"type":{"description":"Type of attribute.","type":"string","enum":["select"],"required":false},"order_by":{"description":"Default sort order.","type":"string","enum":["menu_order","name","name_num","id"],"required":false},"has_archives":{"description":"Enable\/Disable attribute archives.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/products\/attributes\/batch"}]}},"\/wc\/v1\/products\/categories":{"namespace":"wc\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items. Applies to hierarchical taxonomies only.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by resource attribute.","type":"string","default":"name","enum":["id","include","name","slug","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide resources not assigned to any products.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.","type":"integer","required":false},"product":{"description":"Limit result set to resources assigned to a specific product.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to resources with a specific slug.","type":"string","required":false}}},{"methods":["POST"],"args":{"name":{"type":"string","description":"Name for the resource.","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"parent":{"description":"The ID for the parent of the resource.","type":"integer","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"display":{"default":"default","description":"Category archive display type.","type":"string","enum":["default","products","subcategories","both"],"required":false},"image":{"description":"Image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"title":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/products\/categories"}]}},"\/wc\/v1\/products\/categories\/(?P[\\d]+)":{"namespace":"wc\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Category name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"parent":{"description":"The ID for the parent of the resource.","type":"integer","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"display":{"description":"Category archive display type.","type":"string","enum":["default","products","subcategories","both"],"required":false},"image":{"description":"Image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"title":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v1\/products\/categories\/batch":{"namespace":"wc\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Category name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"parent":{"description":"The ID for the parent of the resource.","type":"integer","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"display":{"description":"Category archive display type.","type":"string","enum":["default","products","subcategories","both"],"required":false},"image":{"description":"Image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"title":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/products\/categories\/batch"}]}},"\/wc\/v1\/products\/(?P[\\d]+)\/reviews":{"namespace":"wc\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the variation.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the variation.","type":"integer","required":false},"review":{"type":"string","description":"Review content.","required":true},"date_created":{"description":"The date the review was created, in the site's timezone.","type":["null","string"],"required":false},"rating":{"description":"Review rating (0 to 5).","type":"integer","required":false},"name":{"type":"string","description":"Name of the reviewer.","required":true},"email":{"type":"string","description":"Email of the reviewer.","required":true}}}]},"\/wc\/v1\/products\/(?P[\\d]+)\/reviews\/(?P[\\d]+)":{"namespace":"wc\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"review":{"description":"The content of the review.","type":"string","required":false},"date_created":{"description":"The date the review was created, in the site's timezone.","type":["null","string"],"required":false},"rating":{"description":"Review rating (0 to 5).","type":"integer","required":false},"name":{"description":"Reviewer name.","type":"string","required":false},"email":{"description":"Reviewer email.","type":"string","required":false}}},{"methods":["DELETE"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc\/v1\/products\/shipping_classes":{"namespace":"wc\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items. Applies to hierarchical taxonomies only.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by resource attribute.","type":"string","default":"name","enum":["id","include","name","slug","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide resources not assigned to any products.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.","type":"integer","required":false},"product":{"description":"Limit result set to resources assigned to a specific product.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to resources with a specific slug.","type":"string","required":false}}},{"methods":["POST"],"args":{"name":{"type":"string","description":"Name for the resource.","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/products\/shipping_classes"}]}},"\/wc\/v1\/products\/shipping_classes\/(?P[\\d]+)":{"namespace":"wc\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Shipping class name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v1\/products\/shipping_classes\/batch":{"namespace":"wc\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Shipping class name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/products\/shipping_classes\/batch"}]}},"\/wc\/v1\/products\/tags":{"namespace":"wc\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items. Applies to hierarchical taxonomies only.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by resource attribute.","type":"string","default":"name","enum":["id","include","name","slug","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide resources not assigned to any products.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.","type":"integer","required":false},"product":{"description":"Limit result set to resources assigned to a specific product.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to resources with a specific slug.","type":"string","required":false}}},{"methods":["POST"],"args":{"name":{"type":"string","description":"Name for the resource.","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/products\/tags"}]}},"\/wc\/v1\/products\/tags\/(?P[\\d]+)":{"namespace":"wc\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Tag name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v1\/products\/tags\/batch":{"namespace":"wc\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Tag name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/products\/tags\/batch"}]}},"\/wc\/v1\/products":{"namespace":"wc\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified"],"required":false},"filter":{"type":"object","description":"Use WP Query arguments to modify the response; private query vars require appropriate authorization.","required":false},"slug":{"description":"Limit result set to products with a specific slug.","type":"string","required":false},"status":{"default":"any","description":"Limit result set to products assigned a specific status.","type":"string","enum":["any","future","draft","pending","private","publish"],"required":false},"type":{"description":"Limit result set to products assigned a specific type.","type":"string","enum":["simple","grouped","external","variable"],"required":false},"category":{"description":"Limit result set to products assigned a specific category ID.","type":"string","required":false},"tag":{"description":"Limit result set to products assigned a specific tag ID.","type":"string","required":false},"shipping_class":{"description":"Limit result set to products assigned a specific shipping class ID.","type":"string","required":false},"attribute":{"description":"Limit result set to products with a specific attribute.","type":"string","required":false},"attribute_term":{"description":"Limit result set to products with a specific attribute term ID (required an assigned attribute).","type":"string","required":false},"sku":{"description":"Limit result set to products with a specific SKU.","type":"string","required":false}}},{"methods":["POST"],"args":{"name":{"description":"Product name.","type":"string","required":false},"slug":{"description":"Product slug.","type":"string","required":false},"type":{"default":"simple","description":"Product type.","type":"string","enum":["simple","grouped","external","variable"],"required":false},"status":{"default":"publish","description":"Product status (post status).","type":"string","enum":["draft","pending","private","publish","future"],"required":false},"featured":{"default":false,"description":"Featured product.","type":"boolean","required":false},"catalog_visibility":{"default":"visible","description":"Catalog visibility.","type":"string","enum":["visible","catalog","search","hidden"],"required":false},"description":{"description":"Product description.","type":"string","required":false},"short_description":{"description":"Product short description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Product regular price.","type":"string","required":false},"sale_price":{"description":"Product sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price.","type":"string","required":false},"date_on_sale_to":{"description":"End date of sale price.","type":"string","required":false},"virtual":{"default":false,"description":"If the product is virtual.","type":"boolean","required":false},"downloadable":{"default":false,"description":"If the product is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"default":-1,"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"default":-1,"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"download_type":{"default":"standard","description":"Download type, this controls the schema on the front-end.","type":"string","enum":["standard"],"required":false},"external_url":{"description":"Product external URL. Only for external products.","type":"string","format":"uri","required":false},"button_text":{"description":"Product external button text. Only for external products.","type":"string","required":false},"tax_status":{"default":"taxable","description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"default":false,"description":"Stock management at product level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"in_stock":{"default":true,"description":"Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.","type":"boolean","required":false},"backorders":{"default":"no","description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"sold_individually":{"default":false,"description":"Allow one item to be bought in a single order.","type":"boolean","required":false},"weight":{"description":"Product weight (kg).","type":"string","required":false},"dimensions":{"description":"Product dimensions.","type":"object","properties":{"length":{"description":"Product length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Product width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Product height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"reviews_allowed":{"default":true,"description":"Allow reviews.","type":"boolean","required":false},"upsell_ids":{"description":"List of upsell products IDs.","type":"array","items":{"type":"integer"},"required":false},"cross_sell_ids":{"description":"List of cross-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false},"purchase_note":{"description":"Optional note to send the customer after purchase.","type":"string","required":false},"categories":{"description":"List of categories.","type":"array","items":{"type":"object","properties":{"id":{"description":"Category ID.","type":"integer","context":["view","edit"]},"name":{"description":"Category name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Category slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"tags":{"description":"List of tags.","type":"array","items":{"type":"object","properties":{"id":{"description":"Tag ID.","type":"integer","context":["view","edit"]},"name":{"description":"Tag name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Tag slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"images":{"description":"List of images.","type":"array","items":{"type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]},"position":{"description":"Image position. 0 means that the image is featured.","type":"integer","context":["view","edit"]}}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"position":{"description":"Attribute position.","type":"integer","context":["view","edit"]},"visible":{"description":"Define if the attribute is visible on the \"Additional information\" tab in the product's page.","type":"boolean","default":false,"context":["view","edit"]},"variation":{"description":"Define if the attribute can be used as variation.","type":"boolean","default":false,"context":["view","edit"]},"options":{"description":"List of available term names of the attribute.","type":"array","context":["view","edit"]}}},"required":false},"default_attributes":{"description":"Defaults variation attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"variations":{"description":"List of variations.","type":"array","items":{"type":"object","properties":{"id":{"description":"Variation ID.","type":"integer","context":["view","edit"],"readonly":true},"date_created":{"description":"The date the variation was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the variation was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"permalink":{"description":"Variation URL.","type":"string","format":"uri","context":["view","edit"],"readonly":true},"sku":{"description":"Unique identifier.","type":"string","context":["view","edit"]},"price":{"description":"Current variation price.","type":"string","context":["view","edit"],"readonly":true},"regular_price":{"description":"Variation regular price.","type":"string","context":["view","edit"]},"sale_price":{"description":"Variation sale price.","type":"string","context":["view","edit"]},"date_on_sale_from":{"description":"Start date of sale price.","type":"string","context":["view","edit"]},"date_on_sale_to":{"description":"End date of sale price.","type":"string","context":["view","edit"]},"on_sale":{"description":"Shows if the variation is on sale.","type":"boolean","context":["view","edit"],"readonly":true},"purchasable":{"description":"Shows if the variation can be bought.","type":"boolean","context":["view","edit"],"readonly":true},"visible":{"description":"If the variation is visible.","type":"boolean","context":["view","edit"]},"virtual":{"description":"If the variation is virtual.","type":"boolean","default":false,"context":["view","edit"]},"downloadable":{"description":"If the variation is downloadable.","type":"boolean","default":false,"context":["view","edit"]},"downloads":{"description":"List of downloadable files.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}}},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","default":null,"context":["view","edit"]},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","default":null,"context":["view","edit"]},"tax_status":{"description":"Tax status.","type":"string","default":"taxable","enum":["taxable","shipping","none"],"context":["view","edit"]},"tax_class":{"description":"Tax class.","type":"string","context":["view","edit"]},"manage_stock":{"description":"Stock management at variation level.","type":"boolean","default":false,"context":["view","edit"]},"stock_quantity":{"description":"Stock quantity.","type":"integer","context":["view","edit"]},"in_stock":{"description":"Controls whether or not the variation is listed as \"in stock\" or \"out of stock\" on the frontend.","type":"boolean","default":true,"context":["view","edit"]},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","default":"no","enum":["no","notify","yes"],"context":["view","edit"]},"backorders_allowed":{"description":"Shows if backorders are allowed.","type":"boolean","context":["view","edit"],"readonly":true},"backordered":{"description":"Shows if the variation is on backordered.","type":"boolean","context":["view","edit"],"readonly":true},"weight":{"description":"Variation weight (kg).","type":"string","context":["view","edit"]},"dimensions":{"description":"Variation dimensions.","type":"object","context":["view","edit"],"properties":{"length":{"description":"Variation length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Variation width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Variation height (cm).","type":"string","context":["view","edit"]}}},"shipping_class":{"description":"Shipping class slug.","type":"string","context":["view","edit"]},"shipping_class_id":{"description":"Shipping class ID.","type":"integer","context":["view","edit"],"readonly":true},"image":{"description":"Variation image data.","type":"object","context":["view","edit"],"properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]},"position":{"description":"Image position. 0 means that the image is featured.","type":"integer","context":["view","edit"]}}},"attributes":{"description":"List of attributes.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}}}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/products"}]}},"\/wc\/v1\/products\/(?P[\\d]+)":{"namespace":"wc\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Product name.","type":"string","required":false},"slug":{"description":"Product slug.","type":"string","required":false},"type":{"description":"Product type.","type":"string","enum":["simple","grouped","external","variable"],"required":false},"status":{"description":"Product status (post status).","type":"string","enum":["draft","pending","private","publish","future"],"required":false},"featured":{"description":"Featured product.","type":"boolean","required":false},"catalog_visibility":{"description":"Catalog visibility.","type":"string","enum":["visible","catalog","search","hidden"],"required":false},"description":{"description":"Product description.","type":"string","required":false},"short_description":{"description":"Product short description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Product regular price.","type":"string","required":false},"sale_price":{"description":"Product sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price.","type":"string","required":false},"date_on_sale_to":{"description":"End date of sale price.","type":"string","required":false},"virtual":{"description":"If the product is virtual.","type":"boolean","required":false},"downloadable":{"description":"If the product is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"download_type":{"description":"Download type, this controls the schema on the front-end.","type":"string","enum":["standard"],"required":false},"external_url":{"description":"Product external URL. Only for external products.","type":"string","format":"uri","required":false},"button_text":{"description":"Product external button text. Only for external products.","type":"string","required":false},"tax_status":{"description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"description":"Stock management at product level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"in_stock":{"description":"Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.","type":"boolean","required":false},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"sold_individually":{"description":"Allow one item to be bought in a single order.","type":"boolean","required":false},"weight":{"description":"Product weight (kg).","type":"string","required":false},"dimensions":{"description":"Product dimensions.","type":"object","properties":{"length":{"description":"Product length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Product width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Product height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"reviews_allowed":{"description":"Allow reviews.","type":"boolean","required":false},"upsell_ids":{"description":"List of upsell products IDs.","type":"array","items":{"type":"integer"},"required":false},"cross_sell_ids":{"description":"List of cross-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false},"purchase_note":{"description":"Optional note to send the customer after purchase.","type":"string","required":false},"categories":{"description":"List of categories.","type":"array","items":{"type":"object","properties":{"id":{"description":"Category ID.","type":"integer","context":["view","edit"]},"name":{"description":"Category name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Category slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"tags":{"description":"List of tags.","type":"array","items":{"type":"object","properties":{"id":{"description":"Tag ID.","type":"integer","context":["view","edit"]},"name":{"description":"Tag name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Tag slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"images":{"description":"List of images.","type":"array","items":{"type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]},"position":{"description":"Image position. 0 means that the image is featured.","type":"integer","context":["view","edit"]}}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"position":{"description":"Attribute position.","type":"integer","context":["view","edit"]},"visible":{"description":"Define if the attribute is visible on the \"Additional information\" tab in the product's page.","type":"boolean","default":false,"context":["view","edit"]},"variation":{"description":"Define if the attribute can be used as variation.","type":"boolean","default":false,"context":["view","edit"]},"options":{"description":"List of available term names of the attribute.","type":"array","context":["view","edit"]}}},"required":false},"default_attributes":{"description":"Defaults variation attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"variations":{"description":"List of variations.","type":"array","items":{"type":"object","properties":{"id":{"description":"Variation ID.","type":"integer","context":["view","edit"],"readonly":true},"date_created":{"description":"The date the variation was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the variation was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"permalink":{"description":"Variation URL.","type":"string","format":"uri","context":["view","edit"],"readonly":true},"sku":{"description":"Unique identifier.","type":"string","context":["view","edit"]},"price":{"description":"Current variation price.","type":"string","context":["view","edit"],"readonly":true},"regular_price":{"description":"Variation regular price.","type":"string","context":["view","edit"]},"sale_price":{"description":"Variation sale price.","type":"string","context":["view","edit"]},"date_on_sale_from":{"description":"Start date of sale price.","type":"string","context":["view","edit"]},"date_on_sale_to":{"description":"End date of sale price.","type":"string","context":["view","edit"]},"on_sale":{"description":"Shows if the variation is on sale.","type":"boolean","context":["view","edit"],"readonly":true},"purchasable":{"description":"Shows if the variation can be bought.","type":"boolean","context":["view","edit"],"readonly":true},"visible":{"description":"If the variation is visible.","type":"boolean","context":["view","edit"]},"virtual":{"description":"If the variation is virtual.","type":"boolean","default":false,"context":["view","edit"]},"downloadable":{"description":"If the variation is downloadable.","type":"boolean","default":false,"context":["view","edit"]},"downloads":{"description":"List of downloadable files.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}}},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","default":null,"context":["view","edit"]},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","default":null,"context":["view","edit"]},"tax_status":{"description":"Tax status.","type":"string","default":"taxable","enum":["taxable","shipping","none"],"context":["view","edit"]},"tax_class":{"description":"Tax class.","type":"string","context":["view","edit"]},"manage_stock":{"description":"Stock management at variation level.","type":"boolean","default":false,"context":["view","edit"]},"stock_quantity":{"description":"Stock quantity.","type":"integer","context":["view","edit"]},"in_stock":{"description":"Controls whether or not the variation is listed as \"in stock\" or \"out of stock\" on the frontend.","type":"boolean","default":true,"context":["view","edit"]},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","default":"no","enum":["no","notify","yes"],"context":["view","edit"]},"backorders_allowed":{"description":"Shows if backorders are allowed.","type":"boolean","context":["view","edit"],"readonly":true},"backordered":{"description":"Shows if the variation is on backordered.","type":"boolean","context":["view","edit"],"readonly":true},"weight":{"description":"Variation weight (kg).","type":"string","context":["view","edit"]},"dimensions":{"description":"Variation dimensions.","type":"object","context":["view","edit"],"properties":{"length":{"description":"Variation length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Variation width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Variation height (cm).","type":"string","context":["view","edit"]}}},"shipping_class":{"description":"Shipping class slug.","type":"string","context":["view","edit"]},"shipping_class_id":{"description":"Shipping class ID.","type":"integer","context":["view","edit"],"readonly":true},"image":{"description":"Variation image data.","type":"object","context":["view","edit"],"properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]},"position":{"description":"Image position. 0 means that the image is featured.","type":"integer","context":["view","edit"]}}},"attributes":{"description":"List of attributes.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}}}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"description":"Whether to bypass trash and force deletion.","type":"boolean","required":false}}}]},"\/wc\/v1\/products\/batch":{"namespace":"wc\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Product name.","type":"string","required":false},"slug":{"description":"Product slug.","type":"string","required":false},"type":{"description":"Product type.","type":"string","enum":["simple","grouped","external","variable"],"required":false},"status":{"description":"Product status (post status).","type":"string","enum":["draft","pending","private","publish","future"],"required":false},"featured":{"description":"Featured product.","type":"boolean","required":false},"catalog_visibility":{"description":"Catalog visibility.","type":"string","enum":["visible","catalog","search","hidden"],"required":false},"description":{"description":"Product description.","type":"string","required":false},"short_description":{"description":"Product short description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Product regular price.","type":"string","required":false},"sale_price":{"description":"Product sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price.","type":"string","required":false},"date_on_sale_to":{"description":"End date of sale price.","type":"string","required":false},"virtual":{"description":"If the product is virtual.","type":"boolean","required":false},"downloadable":{"description":"If the product is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"download_type":{"description":"Download type, this controls the schema on the front-end.","type":"string","enum":["standard"],"required":false},"external_url":{"description":"Product external URL. Only for external products.","type":"string","format":"uri","required":false},"button_text":{"description":"Product external button text. Only for external products.","type":"string","required":false},"tax_status":{"description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"description":"Stock management at product level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"in_stock":{"description":"Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.","type":"boolean","required":false},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"sold_individually":{"description":"Allow one item to be bought in a single order.","type":"boolean","required":false},"weight":{"description":"Product weight (kg).","type":"string","required":false},"dimensions":{"description":"Product dimensions.","type":"object","properties":{"length":{"description":"Product length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Product width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Product height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"reviews_allowed":{"description":"Allow reviews.","type":"boolean","required":false},"upsell_ids":{"description":"List of upsell products IDs.","type":"array","items":{"type":"integer"},"required":false},"cross_sell_ids":{"description":"List of cross-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false},"purchase_note":{"description":"Optional note to send the customer after purchase.","type":"string","required":false},"categories":{"description":"List of categories.","type":"array","items":{"type":"object","properties":{"id":{"description":"Category ID.","type":"integer","context":["view","edit"]},"name":{"description":"Category name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Category slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"tags":{"description":"List of tags.","type":"array","items":{"type":"object","properties":{"id":{"description":"Tag ID.","type":"integer","context":["view","edit"]},"name":{"description":"Tag name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Tag slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"images":{"description":"List of images.","type":"array","items":{"type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]},"position":{"description":"Image position. 0 means that the image is featured.","type":"integer","context":["view","edit"]}}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"position":{"description":"Attribute position.","type":"integer","context":["view","edit"]},"visible":{"description":"Define if the attribute is visible on the \"Additional information\" tab in the product's page.","type":"boolean","default":false,"context":["view","edit"]},"variation":{"description":"Define if the attribute can be used as variation.","type":"boolean","default":false,"context":["view","edit"]},"options":{"description":"List of available term names of the attribute.","type":"array","context":["view","edit"]}}},"required":false},"default_attributes":{"description":"Defaults variation attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"variations":{"description":"List of variations.","type":"array","items":{"type":"object","properties":{"id":{"description":"Variation ID.","type":"integer","context":["view","edit"],"readonly":true},"date_created":{"description":"The date the variation was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the variation was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"permalink":{"description":"Variation URL.","type":"string","format":"uri","context":["view","edit"],"readonly":true},"sku":{"description":"Unique identifier.","type":"string","context":["view","edit"]},"price":{"description":"Current variation price.","type":"string","context":["view","edit"],"readonly":true},"regular_price":{"description":"Variation regular price.","type":"string","context":["view","edit"]},"sale_price":{"description":"Variation sale price.","type":"string","context":["view","edit"]},"date_on_sale_from":{"description":"Start date of sale price.","type":"string","context":["view","edit"]},"date_on_sale_to":{"description":"End date of sale price.","type":"string","context":["view","edit"]},"on_sale":{"description":"Shows if the variation is on sale.","type":"boolean","context":["view","edit"],"readonly":true},"purchasable":{"description":"Shows if the variation can be bought.","type":"boolean","context":["view","edit"],"readonly":true},"visible":{"description":"If the variation is visible.","type":"boolean","context":["view","edit"]},"virtual":{"description":"If the variation is virtual.","type":"boolean","default":false,"context":["view","edit"]},"downloadable":{"description":"If the variation is downloadable.","type":"boolean","default":false,"context":["view","edit"]},"downloads":{"description":"List of downloadable files.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}}},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","default":null,"context":["view","edit"]},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","default":null,"context":["view","edit"]},"tax_status":{"description":"Tax status.","type":"string","default":"taxable","enum":["taxable","shipping","none"],"context":["view","edit"]},"tax_class":{"description":"Tax class.","type":"string","context":["view","edit"]},"manage_stock":{"description":"Stock management at variation level.","type":"boolean","default":false,"context":["view","edit"]},"stock_quantity":{"description":"Stock quantity.","type":"integer","context":["view","edit"]},"in_stock":{"description":"Controls whether or not the variation is listed as \"in stock\" or \"out of stock\" on the frontend.","type":"boolean","default":true,"context":["view","edit"]},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","default":"no","enum":["no","notify","yes"],"context":["view","edit"]},"backorders_allowed":{"description":"Shows if backorders are allowed.","type":"boolean","context":["view","edit"],"readonly":true},"backordered":{"description":"Shows if the variation is on backordered.","type":"boolean","context":["view","edit"],"readonly":true},"weight":{"description":"Variation weight (kg).","type":"string","context":["view","edit"]},"dimensions":{"description":"Variation dimensions.","type":"object","context":["view","edit"],"properties":{"length":{"description":"Variation length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Variation width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Variation height (cm).","type":"string","context":["view","edit"]}}},"shipping_class":{"description":"Shipping class slug.","type":"string","context":["view","edit"]},"shipping_class_id":{"description":"Shipping class ID.","type":"integer","context":["view","edit"],"readonly":true},"image":{"description":"Variation image data.","type":"object","context":["view","edit"],"properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]},"position":{"description":"Image position. 0 means that the image is featured.","type":"integer","context":["view","edit"]}}},"attributes":{"description":"List of attributes.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}}}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/products\/batch"}]}},"\/wc\/v1\/reports\/sales":{"namespace":"wc\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false},"period":{"description":"Report period.","type":"string","enum":["week","month","last_month","year"],"required":false},"date_min":{"description":"Return sales for a specific start date, the date need to be in the YYYY-MM-DD format.","type":"string","format":"date","required":false},"date_max":{"description":"Return sales for a specific end date, the date need to be in the YYYY-MM-DD format.","type":"string","format":"date","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/reports\/sales"}]}},"\/wc\/v1\/reports\/top_sellers":{"namespace":"wc\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false},"period":{"description":"Report period.","type":"string","enum":["week","month","last_month","year"],"required":false},"date_min":{"description":"Return sales for a specific start date, the date need to be in the YYYY-MM-DD format.","type":"string","format":"date","required":false},"date_max":{"description":"Return sales for a specific end date, the date need to be in the YYYY-MM-DD format.","type":"string","format":"date","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/reports\/top_sellers"}]}},"\/wc\/v1\/reports":{"namespace":"wc\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/reports"}]}},"\/wc\/v1\/taxes\/classes":{"namespace":"wc\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"name":{"description":"Tax class name.","type":"string","required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/taxes\/classes"}]}},"\/wc\/v1\/taxes\/classes\/(?P\\w[\\w\\s\\-]*)":{"namespace":"wc\/v1","methods":["DELETE"],"endpoints":[{"methods":["DELETE"],"args":{"slug":{"description":"Unique slug for the resource.","type":"string","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v1\/taxes":{"namespace":"wc\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"default":"asc","description":"Order sort attribute ascending or descending.","enum":["asc","desc"],"type":"string","required":false},"orderby":{"default":"order","description":"Sort collection by object attribute.","enum":["id","order","priority"],"type":"string","required":false},"class":{"description":"Sort by tax class.","enum":["standard","reduced-rate","zero-rate"],"type":"string","required":false}}},{"methods":["POST"],"args":{"country":{"description":"Country ISO 3166 code.","type":"string","required":false},"state":{"description":"State code.","type":"string","required":false},"postcode":{"description":"Postcode \/ ZIP.","type":"string","required":false},"city":{"description":"City name.","type":"string","required":false},"rate":{"description":"Tax rate.","type":"string","required":false},"name":{"description":"Tax rate name.","type":"string","required":false},"priority":{"default":1,"description":"Tax priority.","type":"integer","required":false},"compound":{"default":false,"description":"Whether or not this is a compound rate.","type":"boolean","required":false},"shipping":{"default":true,"description":"Whether or not this tax rate also gets applied to shipping.","type":"boolean","required":false},"order":{"description":"Indicates the order that will appear in queries.","type":"integer","required":false},"class":{"default":"standard","description":"Tax class.","type":"string","enum":["standard","reduced-rate","zero-rate"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/taxes"}]}},"\/wc\/v1\/taxes\/(?P[\\d]+)":{"namespace":"wc\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"country":{"description":"Country ISO 3166 code.","type":"string","required":false},"state":{"description":"State code.","type":"string","required":false},"postcode":{"description":"Postcode \/ ZIP.","type":"string","required":false},"city":{"description":"City name.","type":"string","required":false},"rate":{"description":"Tax rate.","type":"string","required":false},"name":{"description":"Tax rate name.","type":"string","required":false},"priority":{"description":"Tax priority.","type":"integer","required":false},"compound":{"description":"Whether or not this is a compound rate.","type":"boolean","required":false},"shipping":{"description":"Whether or not this tax rate also gets applied to shipping.","type":"boolean","required":false},"order":{"description":"Indicates the order that will appear in queries.","type":"integer","required":false},"class":{"description":"Tax class.","type":"string","enum":["standard","reduced-rate","zero-rate"],"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v1\/taxes\/batch":{"namespace":"wc\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"country":{"description":"Country ISO 3166 code.","type":"string","required":false},"state":{"description":"State code.","type":"string","required":false},"postcode":{"description":"Postcode \/ ZIP.","type":"string","required":false},"city":{"description":"City name.","type":"string","required":false},"rate":{"description":"Tax rate.","type":"string","required":false},"name":{"description":"Tax rate name.","type":"string","required":false},"priority":{"description":"Tax priority.","type":"integer","required":false},"compound":{"description":"Whether or not this is a compound rate.","type":"boolean","required":false},"shipping":{"description":"Whether or not this tax rate also gets applied to shipping.","type":"boolean","required":false},"order":{"description":"Indicates the order that will appear in queries.","type":"integer","required":false},"class":{"description":"Tax class.","type":"string","enum":["standard","reduced-rate","zero-rate"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/taxes\/batch"}]}},"\/wc\/v1\/webhooks":{"namespace":"wc\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","title"],"required":false},"status":{"default":"all","description":"Limit result set to webhooks assigned a specific status.","type":"string","enum":["all","active","paused","disabled"],"required":false}}},{"methods":["POST"],"args":{"name":{"description":"A friendly name for the webhook.","type":"string","required":false},"status":{"default":"active","description":"Webhook status.","type":"string","enum":["active","paused","disabled"],"required":false},"topic":{"type":"string","description":"Webhook topic.","required":true},"secret":{"description":"Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.","type":"string","required":false},"delivery_url":{"type":"string","description":"Webhook delivery URL.","required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/webhooks"}]}},"\/wc\/v1\/webhooks\/(?P[\\d]+)":{"namespace":"wc\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"A friendly name for the webhook.","type":"string","required":false},"status":{"description":"Webhook status.","type":"string","enum":["active","paused","disabled"],"required":false},"topic":{"description":"Webhook topic.","type":"string","required":false},"secret":{"description":"Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.","type":"string","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v1\/webhooks\/batch":{"namespace":"wc\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"A friendly name for the webhook.","type":"string","required":false},"status":{"description":"Webhook status.","type":"string","enum":["active","paused","disabled"],"required":false},"topic":{"description":"Webhook topic.","type":"string","required":false},"secret":{"description":"Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v1\/webhooks\/batch"}]}},"\/wc\/v1\/webhooks\/(?P[\\d]+)\/deliveries":{"namespace":"wc\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"webhook_id":{"description":"Unique identifier for the webhook.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}}]},"\/wc\/v1\/webhooks\/(?P[\\d]+)\/deliveries\/(?P[\\d]+)":{"namespace":"wc\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"webhook_id":{"description":"Unique identifier for the webhook.","type":"integer","required":false},"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}}]},"\/wc\/v2":{"namespace":"wc\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wc\/v2","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2"}]}},"\/wc\/v2\/coupons":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified"],"required":false},"code":{"description":"Limit result set to resources with a specific code.","type":"string","required":false}}},{"methods":["POST"],"args":{"code":{"description":"Coupon code.","type":"string","required":true},"amount":{"description":"The amount of discount. Should always be numeric, even if setting a percentage.","type":"string","required":false},"discount_type":{"default":"fixed_cart","description":"Determines the type of discount that will be applied.","type":"string","enum":["percent","fixed_cart","fixed_product"],"required":false},"description":{"description":"Coupon description.","type":"string","required":false},"date_expires":{"description":"The date the coupon expires, in the site's timezone.","type":["null","string"],"required":false},"date_expires_gmt":{"description":"The date the coupon expires, as GMT.","type":["null","string"],"required":false},"individual_use":{"default":false,"description":"If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.","type":"boolean","required":false},"product_ids":{"description":"List of product IDs the coupon can be used on.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_ids":{"description":"List of product IDs the coupon cannot be used on.","type":"array","items":{"type":"integer"},"required":false},"usage_limit":{"description":"How many times the coupon can be used in total.","type":"integer","required":false},"usage_limit_per_user":{"description":"How many times the coupon can be used per customer.","type":"integer","required":false},"limit_usage_to_x_items":{"description":"Max number of items in the cart the coupon can be applied to.","type":"integer","required":false},"free_shipping":{"default":false,"description":"If true and if the free shipping method requires a coupon, this coupon will enable free shipping.","type":"boolean","required":false},"product_categories":{"description":"List of category IDs the coupon applies to.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_categories":{"description":"List of category IDs the coupon does not apply to.","type":"array","items":{"type":"integer"},"required":false},"exclude_sale_items":{"default":false,"description":"If true, this coupon will not be applied to items that have sale prices.","type":"boolean","required":false},"minimum_amount":{"description":"Minimum order amount that needs to be in the cart before coupon applies.","type":"string","required":false},"maximum_amount":{"description":"Maximum order amount allowed when using the coupon.","type":"string","required":false},"email_restrictions":{"description":"List of email addresses that can use this coupon.","type":"array","items":{"type":"string"},"required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/coupons"}]}},"\/wc\/v2\/coupons\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"code":{"description":"Coupon code.","type":"string","required":false},"amount":{"description":"The amount of discount. Should always be numeric, even if setting a percentage.","type":"string","required":false},"discount_type":{"description":"Determines the type of discount that will be applied.","type":"string","enum":["percent","fixed_cart","fixed_product"],"required":false},"description":{"description":"Coupon description.","type":"string","required":false},"date_expires":{"description":"The date the coupon expires, in the site's timezone.","type":["null","string"],"required":false},"date_expires_gmt":{"description":"The date the coupon expires, as GMT.","type":["null","string"],"required":false},"individual_use":{"description":"If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.","type":"boolean","required":false},"product_ids":{"description":"List of product IDs the coupon can be used on.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_ids":{"description":"List of product IDs the coupon cannot be used on.","type":"array","items":{"type":"integer"},"required":false},"usage_limit":{"description":"How many times the coupon can be used in total.","type":"integer","required":false},"usage_limit_per_user":{"description":"How many times the coupon can be used per customer.","type":"integer","required":false},"limit_usage_to_x_items":{"description":"Max number of items in the cart the coupon can be applied to.","type":"integer","required":false},"free_shipping":{"description":"If true and if the free shipping method requires a coupon, this coupon will enable free shipping.","type":"boolean","required":false},"product_categories":{"description":"List of category IDs the coupon applies to.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_categories":{"description":"List of category IDs the coupon does not apply to.","type":"array","items":{"type":"integer"},"required":false},"exclude_sale_items":{"description":"If true, this coupon will not be applied to items that have sale prices.","type":"boolean","required":false},"minimum_amount":{"description":"Minimum order amount that needs to be in the cart before coupon applies.","type":"string","required":false},"maximum_amount":{"description":"Maximum order amount allowed when using the coupon.","type":"string","required":false},"email_restrictions":{"description":"List of email addresses that can use this coupon.","type":"array","items":{"type":"string"},"required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc\/v2\/coupons\/batch":{"namespace":"wc\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"code":{"description":"Coupon code.","type":"string","required":false},"amount":{"description":"The amount of discount. Should always be numeric, even if setting a percentage.","type":"string","required":false},"discount_type":{"description":"Determines the type of discount that will be applied.","type":"string","enum":["percent","fixed_cart","fixed_product"],"required":false},"description":{"description":"Coupon description.","type":"string","required":false},"date_expires":{"description":"The date the coupon expires, in the site's timezone.","type":["null","string"],"required":false},"date_expires_gmt":{"description":"The date the coupon expires, as GMT.","type":["null","string"],"required":false},"individual_use":{"description":"If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.","type":"boolean","required":false},"product_ids":{"description":"List of product IDs the coupon can be used on.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_ids":{"description":"List of product IDs the coupon cannot be used on.","type":"array","items":{"type":"integer"},"required":false},"usage_limit":{"description":"How many times the coupon can be used in total.","type":"integer","required":false},"usage_limit_per_user":{"description":"How many times the coupon can be used per customer.","type":"integer","required":false},"limit_usage_to_x_items":{"description":"Max number of items in the cart the coupon can be applied to.","type":"integer","required":false},"free_shipping":{"description":"If true and if the free shipping method requires a coupon, this coupon will enable free shipping.","type":"boolean","required":false},"product_categories":{"description":"List of category IDs the coupon applies to.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_categories":{"description":"List of category IDs the coupon does not apply to.","type":"array","items":{"type":"integer"},"required":false},"exclude_sale_items":{"description":"If true, this coupon will not be applied to items that have sale prices.","type":"boolean","required":false},"minimum_amount":{"description":"Minimum order amount that needs to be in the cart before coupon applies.","type":"string","required":false},"maximum_amount":{"description":"Maximum order amount allowed when using the coupon.","type":"string","required":false},"email_restrictions":{"description":"List of email addresses that can use this coupon.","type":"array","items":{"type":"string"},"required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/coupons\/batch"}]}},"\/wc\/v2\/customers\/(?P[\\d]+)\/downloads":{"namespace":"wc\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"customer_id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}]},"\/wc\/v2\/customers":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"default":"asc","description":"Order sort attribute ascending or descending.","enum":["asc","desc"],"type":"string","required":false},"orderby":{"default":"name","description":"Sort collection by object attribute.","enum":["id","include","name","registered_date"],"type":"string","required":false},"email":{"description":"Limit result set to resources with a specific email.","type":"string","format":"email","required":false},"role":{"description":"Limit result set to resources with a specific role.","type":"string","default":"customer","enum":["all","administrator","editor","author","contributor","subscriber","lp_teacher","customer","shop_manager","bbp_keymaster","bbp_moderator","bbp_participant","bbp_spectator","bbp_blocked","translator"],"required":false}}},{"methods":["POST"],"args":{"email":{"type":"string","description":"New user email address.","required":true},"first_name":{"description":"Customer first name.","type":"string","required":false},"last_name":{"description":"Customer last name.","type":"string","required":false},"username":{"description":"New user username.","type":"string","required":false},"password":{"description":"New user password.","type":"string","required":false},"billing":{"description":"List of billing address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"List of shipping address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]}},"required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/customers"}]}},"\/wc\/v2\/customers\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"email":{"description":"The email address for the customer.","type":"string","format":"email","required":false},"first_name":{"description":"Customer first name.","type":"string","required":false},"last_name":{"description":"Customer last name.","type":"string","required":false},"username":{"description":"Customer login name.","type":"string","required":false},"password":{"description":"Customer password.","type":"string","required":false},"billing":{"description":"List of billing address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"List of shipping address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]}},"required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false},"reassign":{"default":0,"type":"integer","description":"ID to reassign posts to.","required":false}}}]},"\/wc\/v2\/customers\/batch":{"namespace":"wc\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"email":{"description":"The email address for the customer.","type":"string","format":"email","required":false},"first_name":{"description":"Customer first name.","type":"string","required":false},"last_name":{"description":"Customer last name.","type":"string","required":false},"username":{"description":"Customer login name.","type":"string","required":false},"password":{"description":"Customer password.","type":"string","required":false},"billing":{"description":"List of billing address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"List of shipping address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]}},"required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/customers\/batch"}]}},"\/wc\/v2\/orders\/(?P[\\d]+)\/notes":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"type":{"default":"any","description":"Limit result to customers or internal notes.","type":"string","enum":["any","customer","internal"],"required":false}}},{"methods":["POST"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"note":{"type":"string","description":"Order note content.","required":true},"customer_note":{"default":false,"description":"If true, the note will be shown to customers and they will be notified. If false, the note will be for admin reference only.","type":"boolean","required":false}}}]},"\/wc\/v2\/orders\/(?P[\\d]+)\/notes\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"order_id":{"description":"The order ID.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"order_id":{"description":"The order ID.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v2\/orders\/(?P[\\d]+)\/refunds":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified"],"required":false},"parent":{"description":"Limit result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"dp":{"default":2,"description":"Number of decimal points to use in each resource.","type":"integer","required":false}}},{"methods":["POST"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"amount":{"description":"Refund amount.","type":"string","required":false},"reason":{"description":"Reason for refund.","type":"string","required":false},"refunded_by":{"description":"User ID of user who created the refund.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false},"api_refund":{"default":true,"description":"When true, the payment gateway API is used to generate the refund.","type":"boolean","required":false}}}]},"\/wc\/v2\/orders\/(?P[\\d]+)\/refunds\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":true,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v2\/orders":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified"],"required":false},"parent":{"description":"Limit result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"status":{"default":"any","description":"Limit result set to orders assigned a specific status.","type":"string","enum":["any","trash","pending","processing","on-hold","completed","cancelled","refunded","failed"],"required":false},"customer":{"description":"Limit result set to orders assigned a specific customer.","type":"integer","required":false},"product":{"description":"Limit result set to orders assigned a specific product.","type":"integer","required":false},"dp":{"default":2,"description":"Number of decimal points to use in each resource.","type":"integer","required":false}}},{"methods":["POST"],"args":{"parent_id":{"description":"Parent order ID.","type":"integer","required":false},"status":{"default":"pending","description":"Order status.","type":"string","enum":["pending","processing","on-hold","completed","cancelled","refunded","failed"],"required":false},"currency":{"default":"USD","description":"Currency the order was created with, in ISO format.","type":"string","enum":["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BRL","BSD","BTC","BTN","BWP","BYR","BYN","BZD","CAD","CDF","CHF","CLP","CNY","COP","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GGP","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","IMP","INR","IQD","IRR","IRT","ISK","JEP","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRU","MUR","MVR","MWK","MXN","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PRB","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STN","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USD","UYU","UZS","VEF","VES","VND","VUV","WST","XAF","XCD","XOF","XPF","YER","ZAR","ZMW"],"required":false},"customer_id":{"default":0,"description":"User ID who owns the order. 0 for guests.","type":"integer","required":false},"customer_note":{"description":"Note left by customer during checkout.","type":"string","required":false},"billing":{"description":"Billing address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"Shipping address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]}},"required":false},"payment_method":{"description":"Payment method ID.","type":"string","required":false},"payment_method_title":{"description":"Payment method title.","type":"string","required":false},"transaction_id":{"description":"Unique transaction ID.","type":"string","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false},"line_items":{"description":"Line items data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Product name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"parent_name":{"description":"Parent product name if the product is a variation.","type":"string","context":["view","edit"]},"product_id":{"description":"Product ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"variation_id":{"description":"Variation ID, if applicable.","type":"integer","context":["view","edit"]},"quantity":{"description":"Quantity ordered.","type":"integer","context":["view","edit"]},"tax_class":{"description":"Tax class of product.","type":"string","context":["view","edit"]},"subtotal":{"description":"Line subtotal (before discounts).","type":"string","context":["view","edit"]},"subtotal_tax":{"description":"Line subtotal tax (before discounts).","type":"string","context":["view","edit"],"readonly":true},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"]},"total":{"description":"Tax total.","type":"string","context":["view","edit"]},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"]}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"display_key":{"description":"Meta key for UI display.","type":"string","context":["view","edit"]},"display_value":{"description":"Meta value for UI display.","type":"string","context":["view","edit"]}}}},"sku":{"description":"Product SKU.","type":"string","context":["view","edit"],"readonly":true},"price":{"description":"Product price.","type":"number","context":["view","edit"],"readonly":true}}},"required":false},"shipping_lines":{"description":"Shipping lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"method_title":{"description":"Shipping method name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"method_id":{"description":"Shipping method ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"instance_id":{"description":"Shipping instance ID.","type":"string","context":["view","edit"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"fee_lines":{"description":"Fee lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Fee name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"tax_class":{"description":"Tax class of fee.","type":"string","context":["view","edit"]},"tax_status":{"description":"Tax status of fee.","type":"string","context":["view","edit"],"enum":["taxable","none"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"coupon_lines":{"description":"Coupons line data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"code":{"description":"Coupon code.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"discount":{"description":"Discount total.","type":"string","context":["view","edit"]},"discount_tax":{"description":"Discount total tax.","type":"string","context":["view","edit"],"readonly":true},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"set_paid":{"default":false,"description":"Define if the order is paid. It will set the status to processing and reduce stock items.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/orders"}]}},"\/wc\/v2\/orders\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"parent_id":{"description":"Parent order ID.","type":"integer","required":false},"status":{"description":"Order status.","type":"string","enum":["pending","processing","on-hold","completed","cancelled","refunded","failed"],"required":false},"currency":{"description":"Currency the order was created with, in ISO format.","type":"string","enum":["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BRL","BSD","BTC","BTN","BWP","BYR","BYN","BZD","CAD","CDF","CHF","CLP","CNY","COP","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GGP","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","IMP","INR","IQD","IRR","IRT","ISK","JEP","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRU","MUR","MVR","MWK","MXN","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PRB","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STN","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USD","UYU","UZS","VEF","VES","VND","VUV","WST","XAF","XCD","XOF","XPF","YER","ZAR","ZMW"],"required":false},"customer_id":{"description":"User ID who owns the order. 0 for guests.","type":"integer","required":false},"customer_note":{"description":"Note left by customer during checkout.","type":"string","required":false},"billing":{"description":"Billing address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"Shipping address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]}},"required":false},"payment_method":{"description":"Payment method ID.","type":"string","required":false},"payment_method_title":{"description":"Payment method title.","type":"string","required":false},"transaction_id":{"description":"Unique transaction ID.","type":"string","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false},"line_items":{"description":"Line items data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Product name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"parent_name":{"description":"Parent product name if the product is a variation.","type":"string","context":["view","edit"]},"product_id":{"description":"Product ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"variation_id":{"description":"Variation ID, if applicable.","type":"integer","context":["view","edit"]},"quantity":{"description":"Quantity ordered.","type":"integer","context":["view","edit"]},"tax_class":{"description":"Tax class of product.","type":"string","context":["view","edit"]},"subtotal":{"description":"Line subtotal (before discounts).","type":"string","context":["view","edit"]},"subtotal_tax":{"description":"Line subtotal tax (before discounts).","type":"string","context":["view","edit"],"readonly":true},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"]},"total":{"description":"Tax total.","type":"string","context":["view","edit"]},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"]}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"display_key":{"description":"Meta key for UI display.","type":"string","context":["view","edit"]},"display_value":{"description":"Meta value for UI display.","type":"string","context":["view","edit"]}}}},"sku":{"description":"Product SKU.","type":"string","context":["view","edit"],"readonly":true},"price":{"description":"Product price.","type":"number","context":["view","edit"],"readonly":true}}},"required":false},"shipping_lines":{"description":"Shipping lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"method_title":{"description":"Shipping method name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"method_id":{"description":"Shipping method ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"instance_id":{"description":"Shipping instance ID.","type":"string","context":["view","edit"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"fee_lines":{"description":"Fee lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Fee name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"tax_class":{"description":"Tax class of fee.","type":"string","context":["view","edit"]},"tax_status":{"description":"Tax status of fee.","type":"string","context":["view","edit"],"enum":["taxable","none"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"coupon_lines":{"description":"Coupons line data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"code":{"description":"Coupon code.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"discount":{"description":"Discount total.","type":"string","context":["view","edit"]},"discount_tax":{"description":"Discount total tax.","type":"string","context":["view","edit"],"readonly":true},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"set_paid":{"description":"Define if the order is paid. It will set the status to processing and reduce stock items.","type":"boolean","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc\/v2\/orders\/batch":{"namespace":"wc\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"parent_id":{"description":"Parent order ID.","type":"integer","required":false},"status":{"description":"Order status.","type":"string","enum":["pending","processing","on-hold","completed","cancelled","refunded","failed"],"required":false},"currency":{"description":"Currency the order was created with, in ISO format.","type":"string","enum":["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BRL","BSD","BTC","BTN","BWP","BYR","BYN","BZD","CAD","CDF","CHF","CLP","CNY","COP","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GGP","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","IMP","INR","IQD","IRR","IRT","ISK","JEP","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRU","MUR","MVR","MWK","MXN","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PRB","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STN","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USD","UYU","UZS","VEF","VES","VND","VUV","WST","XAF","XCD","XOF","XPF","YER","ZAR","ZMW"],"required":false},"customer_id":{"description":"User ID who owns the order. 0 for guests.","type":"integer","required":false},"customer_note":{"description":"Note left by customer during checkout.","type":"string","required":false},"billing":{"description":"Billing address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"Shipping address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]}},"required":false},"payment_method":{"description":"Payment method ID.","type":"string","required":false},"payment_method_title":{"description":"Payment method title.","type":"string","required":false},"transaction_id":{"description":"Unique transaction ID.","type":"string","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false},"line_items":{"description":"Line items data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Product name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"parent_name":{"description":"Parent product name if the product is a variation.","type":"string","context":["view","edit"]},"product_id":{"description":"Product ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"variation_id":{"description":"Variation ID, if applicable.","type":"integer","context":["view","edit"]},"quantity":{"description":"Quantity ordered.","type":"integer","context":["view","edit"]},"tax_class":{"description":"Tax class of product.","type":"string","context":["view","edit"]},"subtotal":{"description":"Line subtotal (before discounts).","type":"string","context":["view","edit"]},"subtotal_tax":{"description":"Line subtotal tax (before discounts).","type":"string","context":["view","edit"],"readonly":true},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"]},"total":{"description":"Tax total.","type":"string","context":["view","edit"]},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"]}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"display_key":{"description":"Meta key for UI display.","type":"string","context":["view","edit"]},"display_value":{"description":"Meta value for UI display.","type":"string","context":["view","edit"]}}}},"sku":{"description":"Product SKU.","type":"string","context":["view","edit"],"readonly":true},"price":{"description":"Product price.","type":"number","context":["view","edit"],"readonly":true}}},"required":false},"shipping_lines":{"description":"Shipping lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"method_title":{"description":"Shipping method name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"method_id":{"description":"Shipping method ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"instance_id":{"description":"Shipping instance ID.","type":"string","context":["view","edit"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"fee_lines":{"description":"Fee lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Fee name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"tax_class":{"description":"Tax class of fee.","type":"string","context":["view","edit"]},"tax_status":{"description":"Tax status of fee.","type":"string","context":["view","edit"],"enum":["taxable","none"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"coupon_lines":{"description":"Coupons line data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"code":{"description":"Coupon code.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"discount":{"description":"Discount total.","type":"string","context":["view","edit"]},"discount_tax":{"description":"Discount total tax.","type":"string","context":["view","edit"],"readonly":true},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"set_paid":{"description":"Define if the order is paid. It will set the status to processing and reduce stock items.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/orders\/batch"}]}},"\/wc\/v2\/products\/attributes\/(?P[\\d]+)\/terms":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items. Applies to hierarchical taxonomies only.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by resource attribute.","type":"string","default":"name","enum":["id","include","name","slug","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide resources not assigned to any products.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.","type":"integer","required":false},"product":{"description":"Limit result set to resources assigned to a specific product.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to resources with a specific slug.","type":"string","required":false}}},{"methods":["POST"],"args":{"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"name":{"type":"string","description":"Name for the resource.","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}}]},"\/wc\/v2\/products\/attributes\/(?P[\\d]+)\/terms\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"name":{"description":"Term name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v2\/products\/attributes\/(?P[\\d]+)\/terms\/batch":{"namespace":"wc\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"name":{"description":"Term name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}}]},"\/wc\/v2\/products\/attributes":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"name":{"description":"Name for the resource.","type":"string","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"type":{"default":"select","description":"Type of attribute.","type":"string","enum":["select"],"required":false},"order_by":{"default":"menu_order","description":"Default sort order.","type":"string","enum":["menu_order","name","name_num","id"],"required":false},"has_archives":{"default":false,"description":"Enable\/Disable attribute archives.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/products\/attributes"}]}},"\/wc\/v2\/products\/attributes\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Attribute name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"type":{"description":"Type of attribute.","type":"string","enum":["select"],"required":false},"order_by":{"description":"Default sort order.","type":"string","enum":["menu_order","name","name_num","id"],"required":false},"has_archives":{"description":"Enable\/Disable attribute archives.","type":"boolean","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":true,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v2\/products\/attributes\/batch":{"namespace":"wc\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Attribute name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"type":{"description":"Type of attribute.","type":"string","enum":["select"],"required":false},"order_by":{"description":"Default sort order.","type":"string","enum":["menu_order","name","name_num","id"],"required":false},"has_archives":{"description":"Enable\/Disable attribute archives.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/products\/attributes\/batch"}]}},"\/wc\/v2\/products\/categories":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items. Applies to hierarchical taxonomies only.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by resource attribute.","type":"string","default":"name","enum":["id","include","name","slug","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide resources not assigned to any products.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.","type":"integer","required":false},"product":{"description":"Limit result set to resources assigned to a specific product.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to resources with a specific slug.","type":"string","required":false}}},{"methods":["POST"],"args":{"name":{"type":"string","description":"Name for the resource.","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"parent":{"description":"The ID for the parent of the resource.","type":"integer","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"display":{"default":"default","description":"Category archive display type.","type":"string","enum":["default","products","subcategories","both"],"required":false},"image":{"description":"Image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"title":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/products\/categories"}]}},"\/wc\/v2\/products\/categories\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Category name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"parent":{"description":"The ID for the parent of the resource.","type":"integer","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"display":{"description":"Category archive display type.","type":"string","enum":["default","products","subcategories","both"],"required":false},"image":{"description":"Image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"title":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v2\/products\/categories\/batch":{"namespace":"wc\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Category name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"parent":{"description":"The ID for the parent of the resource.","type":"integer","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"display":{"description":"Category archive display type.","type":"string","enum":["default","products","subcategories","both"],"required":false},"image":{"description":"Image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"title":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/products\/categories\/batch"}]}},"\/wc\/v2\/products\/(?P[\\d]+)\/reviews":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the variation.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the variation.","type":"integer","required":false},"review":{"type":"string","description":"Review content.","required":true},"date_created":{"description":"The date the review was created, in the site's timezone.","type":["null","string"],"required":false},"date_created_gmt":{"description":"The date the review was created, as GMT.","type":["null","string"],"required":false},"rating":{"description":"Review rating (0 to 5).","type":"integer","required":false},"name":{"type":"string","description":"Name of the reviewer.","required":true},"email":{"type":"string","description":"Email of the reviewer.","required":true}}}]},"\/wc\/v2\/products\/(?P[\\d]+)\/reviews\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"review":{"description":"The content of the review.","type":"string","required":false},"date_created":{"description":"The date the review was created, in the site's timezone.","type":["null","string"],"required":false},"date_created_gmt":{"description":"The date the review was created, as GMT.","type":["null","string"],"required":false},"rating":{"description":"Review rating (0 to 5).","type":"integer","required":false},"name":{"description":"Reviewer name.","type":"string","required":false},"email":{"description":"Reviewer email.","type":"string","required":false}}},{"methods":["DELETE"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc\/v2\/products\/(?P[\\d]+)\/reviews\/batch":{"namespace":"wc\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"review":{"description":"The content of the review.","type":"string","required":false},"date_created":{"description":"The date the review was created, in the site's timezone.","type":["null","string"],"required":false},"date_created_gmt":{"description":"The date the review was created, as GMT.","type":["null","string"],"required":false},"rating":{"description":"Review rating (0 to 5).","type":"integer","required":false},"name":{"description":"Reviewer name.","type":"string","required":false},"email":{"description":"Reviewer email.","type":"string","required":false}}}]},"\/wc\/v2\/products\/shipping_classes":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items. Applies to hierarchical taxonomies only.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by resource attribute.","type":"string","default":"name","enum":["id","include","name","slug","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide resources not assigned to any products.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.","type":"integer","required":false},"product":{"description":"Limit result set to resources assigned to a specific product.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to resources with a specific slug.","type":"string","required":false}}},{"methods":["POST"],"args":{"name":{"type":"string","description":"Name for the resource.","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/products\/shipping_classes"}]}},"\/wc\/v2\/products\/shipping_classes\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Shipping class name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v2\/products\/shipping_classes\/batch":{"namespace":"wc\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Shipping class name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/products\/shipping_classes\/batch"}]}},"\/wc\/v2\/products\/tags":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items. Applies to hierarchical taxonomies only.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by resource attribute.","type":"string","default":"name","enum":["id","include","name","slug","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide resources not assigned to any products.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.","type":"integer","required":false},"product":{"description":"Limit result set to resources assigned to a specific product.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to resources with a specific slug.","type":"string","required":false}}},{"methods":["POST"],"args":{"name":{"type":"string","description":"Name for the resource.","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/products\/tags"}]}},"\/wc\/v2\/products\/tags\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Tag name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v2\/products\/tags\/batch":{"namespace":"wc\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Tag name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/products\/tags\/batch"}]}},"\/wc\/v2\/products":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified","menu_order"],"required":false},"parent":{"description":"Limit result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"slug":{"description":"Limit result set to products with a specific slug.","type":"string","required":false},"status":{"default":"any","description":"Limit result set to products assigned a specific status.","type":"string","enum":["any","future","trash","draft","pending","private","publish"],"required":false},"type":{"description":"Limit result set to products assigned a specific type.","type":"string","enum":["simple","grouped","external","variable"],"required":false},"sku":{"description":"Limit result set to products with specific SKU(s). Use commas to separate.","type":"string","required":false},"featured":{"description":"Limit result set to featured products.","type":"boolean","required":false},"category":{"description":"Limit result set to products assigned a specific category ID.","type":"string","required":false},"tag":{"description":"Limit result set to products assigned a specific tag ID.","type":"string","required":false},"shipping_class":{"description":"Limit result set to products assigned a specific shipping class ID.","type":"string","required":false},"attribute":{"description":"Limit result set to products with a specific attribute. Use the taxonomy name\/attribute slug.","type":"string","required":false},"attribute_term":{"description":"Limit result set to products with a specific attribute term ID (required an assigned attribute).","type":"string","required":false},"in_stock":{"description":"Limit result set to products in stock or out of stock.","type":"boolean","required":false},"on_sale":{"description":"Limit result set to products on sale.","type":"boolean","required":false},"min_price":{"description":"Limit result set to products based on a minimum price.","type":"string","required":false},"max_price":{"description":"Limit result set to products based on a maximum price.","type":"string","required":false}}},{"methods":["POST"],"args":{"name":{"description":"Product name.","type":"string","required":false},"slug":{"description":"Product slug.","type":"string","required":false},"type":{"default":"simple","description":"Product type.","type":"string","enum":["simple","grouped","external","variable"],"required":false},"status":{"default":"publish","description":"Product status (post status).","type":"string","enum":["draft","pending","private","publish","future"],"required":false},"featured":{"default":false,"description":"Featured product.","type":"boolean","required":false},"catalog_visibility":{"default":"visible","description":"Catalog visibility.","type":"string","enum":["visible","catalog","search","hidden"],"required":false},"description":{"description":"Product description.","type":"string","required":false},"short_description":{"description":"Product short description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Product regular price.","type":"string","required":false},"sale_price":{"description":"Product sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, as GMT.","type":["null","string"],"required":false},"virtual":{"default":false,"description":"If the product is virtual.","type":"boolean","required":false},"downloadable":{"default":false,"description":"If the product is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"default":-1,"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"default":-1,"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"external_url":{"description":"Product external URL. Only for external products.","type":"string","format":"uri","required":false},"button_text":{"description":"Product external button text. Only for external products.","type":"string","required":false},"tax_status":{"default":"taxable","description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"default":false,"description":"Stock management at product level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"in_stock":{"default":true,"description":"Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.","type":"boolean","required":false},"backorders":{"default":"no","description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"sold_individually":{"default":false,"description":"Allow one item to be bought in a single order.","type":"boolean","required":false},"weight":{"description":"Product weight (kg).","type":"string","required":false},"dimensions":{"description":"Product dimensions.","type":"object","properties":{"length":{"description":"Product length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Product width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Product height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"reviews_allowed":{"default":true,"description":"Allow reviews.","type":"boolean","required":false},"upsell_ids":{"description":"List of up-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"cross_sell_ids":{"description":"List of cross-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false},"purchase_note":{"description":"Optional note to send the customer after purchase.","type":"string","required":false},"categories":{"description":"List of categories.","type":"array","items":{"type":"object","properties":{"id":{"description":"Category ID.","type":"integer","context":["view","edit"]},"name":{"description":"Category name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Category slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"tags":{"description":"List of tags.","type":"array","items":{"type":"object","properties":{"id":{"description":"Tag ID.","type":"integer","context":["view","edit"]},"name":{"description":"Tag name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Tag slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"images":{"description":"List of images.","type":"array","items":{"type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]},"position":{"description":"Image position. 0 means that the image is featured.","type":"integer","context":["view","edit"]}}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"position":{"description":"Attribute position.","type":"integer","context":["view","edit"]},"visible":{"description":"Define if the attribute is visible on the \"Additional information\" tab in the product's page.","type":"boolean","default":false,"context":["view","edit"]},"variation":{"description":"Define if the attribute can be used as variation.","type":"boolean","default":false,"context":["view","edit"]},"options":{"description":"List of available term names of the attribute.","type":"array","context":["view","edit"],"items":{"type":"string"}}}},"required":false},"default_attributes":{"description":"Defaults variation attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"grouped_products":{"description":"List of grouped products ID.","type":"array","items":{"type":"integer"},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/products"}]}},"\/wc\/v2\/products\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Product name.","type":"string","required":false},"slug":{"description":"Product slug.","type":"string","required":false},"type":{"description":"Product type.","type":"string","enum":["simple","grouped","external","variable"],"required":false},"status":{"description":"Product status (post status).","type":"string","enum":["draft","pending","private","publish","future"],"required":false},"featured":{"description":"Featured product.","type":"boolean","required":false},"catalog_visibility":{"description":"Catalog visibility.","type":"string","enum":["visible","catalog","search","hidden"],"required":false},"description":{"description":"Product description.","type":"string","required":false},"short_description":{"description":"Product short description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Product regular price.","type":"string","required":false},"sale_price":{"description":"Product sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, as GMT.","type":["null","string"],"required":false},"virtual":{"description":"If the product is virtual.","type":"boolean","required":false},"downloadable":{"description":"If the product is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"external_url":{"description":"Product external URL. Only for external products.","type":"string","format":"uri","required":false},"button_text":{"description":"Product external button text. Only for external products.","type":"string","required":false},"tax_status":{"description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"description":"Stock management at product level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"in_stock":{"description":"Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.","type":"boolean","required":false},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"sold_individually":{"description":"Allow one item to be bought in a single order.","type":"boolean","required":false},"weight":{"description":"Product weight (kg).","type":"string","required":false},"dimensions":{"description":"Product dimensions.","type":"object","properties":{"length":{"description":"Product length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Product width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Product height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"reviews_allowed":{"description":"Allow reviews.","type":"boolean","required":false},"upsell_ids":{"description":"List of up-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"cross_sell_ids":{"description":"List of cross-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false},"purchase_note":{"description":"Optional note to send the customer after purchase.","type":"string","required":false},"categories":{"description":"List of categories.","type":"array","items":{"type":"object","properties":{"id":{"description":"Category ID.","type":"integer","context":["view","edit"]},"name":{"description":"Category name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Category slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"tags":{"description":"List of tags.","type":"array","items":{"type":"object","properties":{"id":{"description":"Tag ID.","type":"integer","context":["view","edit"]},"name":{"description":"Tag name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Tag slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"images":{"description":"List of images.","type":"array","items":{"type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]},"position":{"description":"Image position. 0 means that the image is featured.","type":"integer","context":["view","edit"]}}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"position":{"description":"Attribute position.","type":"integer","context":["view","edit"]},"visible":{"description":"Define if the attribute is visible on the \"Additional information\" tab in the product's page.","type":"boolean","default":false,"context":["view","edit"]},"variation":{"description":"Define if the attribute can be used as variation.","type":"boolean","default":false,"context":["view","edit"]},"options":{"description":"List of available term names of the attribute.","type":"array","context":["view","edit"],"items":{"type":"string"}}}},"required":false},"default_attributes":{"description":"Defaults variation attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"grouped_products":{"description":"List of grouped products ID.","type":"array","items":{"type":"integer"},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"description":"Whether to bypass trash and force deletion.","type":"boolean","required":false}}}]},"\/wc\/v2\/products\/batch":{"namespace":"wc\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Product name.","type":"string","required":false},"slug":{"description":"Product slug.","type":"string","required":false},"type":{"description":"Product type.","type":"string","enum":["simple","grouped","external","variable"],"required":false},"status":{"description":"Product status (post status).","type":"string","enum":["draft","pending","private","publish","future"],"required":false},"featured":{"description":"Featured product.","type":"boolean","required":false},"catalog_visibility":{"description":"Catalog visibility.","type":"string","enum":["visible","catalog","search","hidden"],"required":false},"description":{"description":"Product description.","type":"string","required":false},"short_description":{"description":"Product short description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Product regular price.","type":"string","required":false},"sale_price":{"description":"Product sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, as GMT.","type":["null","string"],"required":false},"virtual":{"description":"If the product is virtual.","type":"boolean","required":false},"downloadable":{"description":"If the product is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"external_url":{"description":"Product external URL. Only for external products.","type":"string","format":"uri","required":false},"button_text":{"description":"Product external button text. Only for external products.","type":"string","required":false},"tax_status":{"description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"description":"Stock management at product level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"in_stock":{"description":"Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.","type":"boolean","required":false},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"sold_individually":{"description":"Allow one item to be bought in a single order.","type":"boolean","required":false},"weight":{"description":"Product weight (kg).","type":"string","required":false},"dimensions":{"description":"Product dimensions.","type":"object","properties":{"length":{"description":"Product length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Product width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Product height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"reviews_allowed":{"description":"Allow reviews.","type":"boolean","required":false},"upsell_ids":{"description":"List of up-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"cross_sell_ids":{"description":"List of cross-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false},"purchase_note":{"description":"Optional note to send the customer after purchase.","type":"string","required":false},"categories":{"description":"List of categories.","type":"array","items":{"type":"object","properties":{"id":{"description":"Category ID.","type":"integer","context":["view","edit"]},"name":{"description":"Category name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Category slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"tags":{"description":"List of tags.","type":"array","items":{"type":"object","properties":{"id":{"description":"Tag ID.","type":"integer","context":["view","edit"]},"name":{"description":"Tag name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Tag slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"images":{"description":"List of images.","type":"array","items":{"type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]},"position":{"description":"Image position. 0 means that the image is featured.","type":"integer","context":["view","edit"]}}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"position":{"description":"Attribute position.","type":"integer","context":["view","edit"]},"visible":{"description":"Define if the attribute is visible on the \"Additional information\" tab in the product's page.","type":"boolean","default":false,"context":["view","edit"]},"variation":{"description":"Define if the attribute can be used as variation.","type":"boolean","default":false,"context":["view","edit"]},"options":{"description":"List of available term names of the attribute.","type":"array","context":["view","edit"],"items":{"type":"string"}}}},"required":false},"default_attributes":{"description":"Defaults variation attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"grouped_products":{"description":"List of grouped products ID.","type":"array","items":{"type":"integer"},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/products\/batch"}]}},"\/wc\/v2\/products\/(?P[\\d]+)\/variations":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified","menu_order"],"required":false},"parent":{"description":"Limit result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"slug":{"description":"Limit result set to products with a specific slug.","type":"string","required":false},"status":{"default":"any","description":"Limit result set to products assigned a specific status.","type":"string","enum":["any","future","trash","draft","pending","private","publish"],"required":false},"type":{"description":"Limit result set to products assigned a specific type.","type":"string","enum":["simple","grouped","external","variable"],"required":false},"sku":{"description":"Limit result set to products with specific SKU(s). Use commas to separate.","type":"string","required":false},"featured":{"description":"Limit result set to featured products.","type":"boolean","required":false},"category":{"description":"Limit result set to products assigned a specific category ID.","type":"string","required":false},"tag":{"description":"Limit result set to products assigned a specific tag ID.","type":"string","required":false},"shipping_class":{"description":"Limit result set to products assigned a specific shipping class ID.","type":"string","required":false},"attribute":{"description":"Limit result set to products with a specific attribute. Use the taxonomy name\/attribute slug.","type":"string","required":false},"attribute_term":{"description":"Limit result set to products with a specific attribute term ID (required an assigned attribute).","type":"string","required":false},"in_stock":{"description":"Limit result set to products in stock or out of stock.","type":"boolean","required":false},"on_sale":{"description":"Limit result set to products on sale.","type":"boolean","required":false},"min_price":{"description":"Limit result set to products based on a minimum price.","type":"string","required":false},"max_price":{"description":"Limit result set to products based on a maximum price.","type":"string","required":false}}},{"methods":["POST"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"description":{"description":"Variation description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Variation regular price.","type":"string","required":false},"sale_price":{"description":"Variation sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, as GMT.","type":["null","string"],"required":false},"visible":{"default":true,"description":"Define if the variation is visible on the product's page.","type":"boolean","required":false},"virtual":{"default":false,"description":"If the variation is virtual.","type":"boolean","required":false},"downloadable":{"default":false,"description":"If the variation is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"default":-1,"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"default":-1,"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"tax_status":{"default":"taxable","description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"default":false,"description":"Stock management at variation level.","type":["null","object","string","number","boolean","integer","array"],"required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"in_stock":{"default":true,"description":"Controls whether or not the variation is listed as \"in stock\" or \"out of stock\" on the frontend.","type":"boolean","required":false},"backorders":{"default":"no","description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"weight":{"description":"Variation weight (kg).","type":"string","required":false},"dimensions":{"description":"Variation dimensions.","type":"object","properties":{"length":{"description":"Variation length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Variation width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Variation height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"image":{"description":"Variation image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]},"position":{"description":"Image position. 0 means that the image is featured.","type":"integer","context":["view","edit"]}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}]},"\/wc\/v2\/products\/(?P[\\d]+)\/variations\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the variation.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the variation.","type":"integer","required":false},"description":{"description":"Variation description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Variation regular price.","type":"string","required":false},"sale_price":{"description":"Variation sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, as GMT.","type":["null","string"],"required":false},"visible":{"description":"Define if the variation is visible on the product's page.","type":"boolean","required":false},"virtual":{"description":"If the variation is virtual.","type":"boolean","required":false},"downloadable":{"description":"If the variation is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"tax_status":{"description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"description":"Stock management at variation level.","type":["null","object","string","number","boolean","integer","array"],"required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"in_stock":{"description":"Controls whether or not the variation is listed as \"in stock\" or \"out of stock\" on the frontend.","type":"boolean","required":false},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"weight":{"description":"Variation weight (kg).","type":"string","required":false},"dimensions":{"description":"Variation dimensions.","type":"object","properties":{"length":{"description":"Variation length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Variation width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Variation height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"image":{"description":"Variation image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]},"position":{"description":"Image position. 0 means that the image is featured.","type":"integer","context":["view","edit"]}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}},{"methods":["DELETE"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the variation.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc\/v2\/products\/(?P[\\d]+)\/variations\/batch":{"namespace":"wc\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"description":{"description":"Variation description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Variation regular price.","type":"string","required":false},"sale_price":{"description":"Variation sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, as GMT.","type":["null","string"],"required":false},"visible":{"description":"Define if the variation is visible on the product's page.","type":"boolean","required":false},"virtual":{"description":"If the variation is virtual.","type":"boolean","required":false},"downloadable":{"description":"If the variation is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"tax_status":{"description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"description":"Stock management at variation level.","type":["null","object","string","number","boolean","integer","array"],"required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"in_stock":{"description":"Controls whether or not the variation is listed as \"in stock\" or \"out of stock\" on the frontend.","type":"boolean","required":false},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"weight":{"description":"Variation weight (kg).","type":"string","required":false},"dimensions":{"description":"Variation dimensions.","type":"object","properties":{"length":{"description":"Variation length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Variation width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Variation height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"image":{"description":"Variation image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]},"position":{"description":"Image position. 0 means that the image is featured.","type":"integer","context":["view","edit"]}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}]},"\/wc\/v2\/reports\/sales":{"namespace":"wc\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false},"period":{"description":"Report period.","type":"string","enum":["week","month","last_month","year"],"required":false},"date_min":{"description":"Return sales for a specific start date, the date need to be in the YYYY-MM-DD format.","type":"string","format":"date","required":false},"date_max":{"description":"Return sales for a specific end date, the date need to be in the YYYY-MM-DD format.","type":"string","format":"date","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/reports\/sales"}]}},"\/wc\/v2\/reports\/top_sellers":{"namespace":"wc\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false},"period":{"description":"Report period.","type":"string","enum":["week","month","last_month","year"],"required":false},"date_min":{"description":"Return sales for a specific start date, the date need to be in the YYYY-MM-DD format.","type":"string","format":"date","required":false},"date_max":{"description":"Return sales for a specific end date, the date need to be in the YYYY-MM-DD format.","type":"string","format":"date","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/reports\/top_sellers"}]}},"\/wc\/v2\/reports":{"namespace":"wc\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/reports"}]}},"\/wc\/v2\/settings":{"namespace":"wc\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/settings"}]}},"\/wc\/v2\/settings\/(?P[\\w-]+)":{"namespace":"wc\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"group":{"description":"Settings group ID.","type":"string","required":false}}}]},"\/wc\/v2\/settings\/(?P[\\w-]+)\/batch":{"namespace":"wc\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"group":{"description":"Settings group ID.","type":"string","required":false},"value":{"description":"Setting value.","type":["null","object","string","number","boolean","integer","array"],"required":false}}}]},"\/wc\/v2\/settings\/(?P[\\w-]+)\/(?P[\\w-]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"group":{"description":"Settings group ID.","type":"string","required":false},"id":{"description":"Unique identifier for the resource.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"group":{"description":"Settings group ID.","type":"string","required":false},"id":{"description":"Unique identifier for the resource.","type":"string","required":false},"value":{"description":"Setting value.","type":["null","object","string","number","boolean","integer","array"],"required":false}}}]},"\/wc\/v2\/shipping\/zones":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST"],"args":{"name":{"type":"string","description":"Shipping zone name.","required":true},"order":{"description":"Shipping zone order.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/shipping\/zones"}]}},"\/wc\/v2\/shipping\/zones\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique ID for the resource.","type":"integer","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique ID for the resource.","type":"integer","required":false},"name":{"description":"Shipping zone name.","type":"string","required":false},"order":{"description":"Shipping zone order.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique ID for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc\/v2\/shipping\/zones\/(?P[\\d]+)\/locations":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique ID for the resource.","type":"integer","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique ID for the resource.","type":"integer","required":false},"code":{"description":"Shipping zone location code.","type":"string","required":false},"type":{"description":"Shipping zone location type.","type":"string","enum":["postcode","state","country","continent"],"required":false}}}]},"\/wc\/v2\/shipping\/zones\/(?P[\\d]+)\/methods":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"zone_id":{"description":"Unique ID for the zone.","type":"integer","required":false}}},{"methods":["POST"],"args":{"zone_id":{"description":"Unique ID for the zone.","type":"integer","required":false},"order":{"description":"Shipping method sort order.","type":"integer","required":false},"enabled":{"description":"Shipping method enabled status.","type":"boolean","required":false},"settings":{"description":"Shipping method settings.","type":"object","properties":{"id":{"description":"A unique identifier for the setting.","type":"string","context":["view","edit"],"readonly":true},"label":{"description":"A human readable label for the setting used in interfaces.","type":"string","context":["view","edit"],"readonly":true},"description":{"description":"A human readable description for the setting used in interfaces.","type":"string","context":["view","edit"],"readonly":true},"type":{"description":"Type of setting.","type":"string","context":["view","edit"],"enum":["text","email","number","color","password","textarea","select","multiselect","radio","image_width","checkbox"],"readonly":true},"value":{"description":"Setting value.","type":"string","context":["view","edit"]},"default":{"description":"Default value for the setting.","type":"string","context":["view","edit"],"readonly":true},"tip":{"description":"Additional help text shown to the user about the setting.","type":"string","context":["view","edit"],"readonly":true},"placeholder":{"description":"Placeholder text to be displayed in text inputs.","type":"string","context":["view","edit"],"readonly":true}},"required":false},"method_id":{"description":"Shipping method ID.","required":true}}}]},"\/wc\/v2\/shipping\/zones\/(?P[\\d]+)\/methods\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"zone_id":{"description":"Unique ID for the zone.","type":"integer","required":false},"instance_id":{"description":"Unique ID for the instance.","type":"integer","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"zone_id":{"description":"Unique ID for the zone.","type":"integer","required":false},"instance_id":{"description":"Unique ID for the instance.","type":"integer","required":false},"order":{"description":"Shipping method sort order.","type":"integer","required":false},"enabled":{"description":"Shipping method enabled status.","type":"boolean","required":false},"settings":{"description":"Shipping method settings.","type":"object","properties":{"id":{"description":"A unique identifier for the setting.","type":"string","context":["view","edit"],"readonly":true},"label":{"description":"A human readable label for the setting used in interfaces.","type":"string","context":["view","edit"],"readonly":true},"description":{"description":"A human readable description for the setting used in interfaces.","type":"string","context":["view","edit"],"readonly":true},"type":{"description":"Type of setting.","type":"string","context":["view","edit"],"enum":["text","email","number","color","password","textarea","select","multiselect","radio","image_width","checkbox"],"readonly":true},"value":{"description":"Setting value.","type":"string","context":["view","edit"]},"default":{"description":"Default value for the setting.","type":"string","context":["view","edit"],"readonly":true},"tip":{"description":"Additional help text shown to the user about the setting.","type":"string","context":["view","edit"],"readonly":true},"placeholder":{"description":"Placeholder text to be displayed in text inputs.","type":"string","context":["view","edit"],"readonly":true}},"required":false}}},{"methods":["DELETE"],"args":{"zone_id":{"description":"Unique ID for the zone.","type":"integer","required":false},"instance_id":{"description":"Unique ID for the instance.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc\/v2\/taxes\/classes":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"name":{"description":"Tax class name.","type":"string","required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/taxes\/classes"}]}},"\/wc\/v2\/taxes\/classes\/(?P\\w[\\w\\s\\-]*)":{"namespace":"wc\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"Unique slug for the resource.","type":"string","required":false}}},{"methods":["DELETE"],"args":{"slug":{"description":"Unique slug for the resource.","type":"string","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v2\/taxes":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"default":"asc","description":"Order sort attribute ascending or descending.","enum":["asc","desc"],"type":"string","required":false},"orderby":{"default":"order","description":"Sort collection by object attribute.","enum":["id","order","priority"],"type":"string","required":false},"class":{"description":"Sort by tax class.","enum":["standard","reduced-rate","zero-rate"],"type":"string","required":false}}},{"methods":["POST"],"args":{"country":{"description":"Country ISO 3166 code.","type":"string","required":false},"state":{"description":"State code.","type":"string","required":false},"postcode":{"description":"Postcode \/ ZIP.","type":"string","required":false},"city":{"description":"City name.","type":"string","required":false},"rate":{"description":"Tax rate.","type":"string","required":false},"name":{"description":"Tax rate name.","type":"string","required":false},"priority":{"default":1,"description":"Tax priority.","type":"integer","required":false},"compound":{"default":false,"description":"Whether or not this is a compound rate.","type":"boolean","required":false},"shipping":{"default":true,"description":"Whether or not this tax rate also gets applied to shipping.","type":"boolean","required":false},"order":{"description":"Indicates the order that will appear in queries.","type":"integer","required":false},"class":{"default":"standard","description":"Tax class.","type":"string","enum":["standard","reduced-rate","zero-rate"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/taxes"}]}},"\/wc\/v2\/taxes\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"country":{"description":"Country ISO 3166 code.","type":"string","required":false},"state":{"description":"State code.","type":"string","required":false},"postcode":{"description":"Postcode \/ ZIP.","type":"string","required":false},"city":{"description":"City name.","type":"string","required":false},"rate":{"description":"Tax rate.","type":"string","required":false},"name":{"description":"Tax rate name.","type":"string","required":false},"priority":{"description":"Tax priority.","type":"integer","required":false},"compound":{"description":"Whether or not this is a compound rate.","type":"boolean","required":false},"shipping":{"description":"Whether or not this tax rate also gets applied to shipping.","type":"boolean","required":false},"order":{"description":"Indicates the order that will appear in queries.","type":"integer","required":false},"class":{"description":"Tax class.","type":"string","enum":["standard","reduced-rate","zero-rate"],"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v2\/taxes\/batch":{"namespace":"wc\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"country":{"description":"Country ISO 3166 code.","type":"string","required":false},"state":{"description":"State code.","type":"string","required":false},"postcode":{"description":"Postcode \/ ZIP.","type":"string","required":false},"city":{"description":"City name.","type":"string","required":false},"rate":{"description":"Tax rate.","type":"string","required":false},"name":{"description":"Tax rate name.","type":"string","required":false},"priority":{"description":"Tax priority.","type":"integer","required":false},"compound":{"description":"Whether or not this is a compound rate.","type":"boolean","required":false},"shipping":{"description":"Whether or not this tax rate also gets applied to shipping.","type":"boolean","required":false},"order":{"description":"Indicates the order that will appear in queries.","type":"integer","required":false},"class":{"description":"Tax class.","type":"string","enum":["standard","reduced-rate","zero-rate"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/taxes\/batch"}]}},"\/wc\/v2\/webhooks":{"namespace":"wc\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","title"],"required":false},"status":{"default":"all","description":"Limit result set to webhooks assigned a specific status.","type":"string","enum":["all","active","paused","disabled"],"required":false}}},{"methods":["POST"],"args":{"name":{"description":"A friendly name for the webhook.","type":"string","required":false},"status":{"default":"active","description":"Webhook status.","type":"string","enum":["active","paused","disabled"],"required":false},"topic":{"type":"string","description":"Webhook topic.","required":true},"secret":{"description":"Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.","type":"string","required":false},"delivery_url":{"type":"string","description":"Webhook delivery URL.","required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/webhooks"}]}},"\/wc\/v2\/webhooks\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"A friendly name for the webhook.","type":"string","required":false},"status":{"description":"Webhook status.","type":"string","enum":["active","paused","disabled"],"required":false},"topic":{"description":"Webhook topic.","type":"string","required":false},"secret":{"description":"Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.","type":"string","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v2\/webhooks\/batch":{"namespace":"wc\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"A friendly name for the webhook.","type":"string","required":false},"status":{"description":"Webhook status.","type":"string","enum":["active","paused","disabled"],"required":false},"topic":{"description":"Webhook topic.","type":"string","required":false},"secret":{"description":"Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/webhooks\/batch"}]}},"\/wc\/v2\/webhooks\/(?P[\\d]+)\/deliveries":{"namespace":"wc\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"webhook_id":{"description":"Unique identifier for the webhook.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}}]},"\/wc\/v2\/webhooks\/(?P[\\d]+)\/deliveries\/(?P[\\d]+)":{"namespace":"wc\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"webhook_id":{"description":"Unique identifier for the webhook.","type":"integer","required":false},"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}}]},"\/wc\/v2\/system_status":{"namespace":"wc\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/system_status"}]}},"\/wc\/v2\/system_status\/tools":{"namespace":"wc\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/system_status\/tools"}]}},"\/wc\/v2\/system_status\/tools\/(?P[\\w-]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"A unique identifier for the tool.","type":"string","required":false},"name":{"description":"Tool name.","type":"string","required":false},"action":{"description":"What running the tool will do.","type":"string","required":false},"description":{"description":"Tool description.","type":"string","required":false},"success":{"description":"Did the tool run successfully?","type":"boolean","required":false},"message":{"description":"Tool return message.","type":"string","required":false}}}]},"\/wc\/v2\/shipping_methods":{"namespace":"wc\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/shipping_methods"}]}},"\/wc\/v2\/shipping_methods\/(?P[\\w-]+)":{"namespace":"wc\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"string","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}]},"\/wc\/v2\/payment_gateways":{"namespace":"wc\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v2\/payment_gateways"}]}},"\/wc\/v2\/payment_gateways\/(?P[\\w-]+)":{"namespace":"wc\/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"string","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"string","required":false},"title":{"description":"Payment gateway title on checkout.","type":"string","required":false},"description":{"description":"Payment gateway description on checkout.","type":"string","required":false},"order":{"description":"Payment gateway sort order.","type":"integer","required":false},"enabled":{"description":"Payment gateway enabled status.","type":"boolean","required":false},"settings":{"description":"Payment gateway settings.","type":"object","properties":{"id":{"description":"A unique identifier for the setting.","type":"string","context":["view","edit"],"readonly":true},"label":{"description":"A human readable label for the setting used in interfaces.","type":"string","context":["view","edit"],"readonly":true},"description":{"description":"A human readable description for the setting used in interfaces.","type":"string","context":["view","edit"],"readonly":true},"type":{"description":"Type of setting.","type":"string","context":["view","edit"],"enum":["text","email","number","color","password","textarea","select","multiselect","radio","image_width","checkbox"],"readonly":true},"value":{"description":"Setting value.","type":"string","context":["view","edit"]},"default":{"description":"Default value for the setting.","type":"string","context":["view","edit"],"readonly":true},"tip":{"description":"Additional help text shown to the user about the setting.","type":"string","context":["view","edit"],"readonly":true},"placeholder":{"description":"Placeholder text to be displayed in text inputs.","type":"string","context":["view","edit"],"readonly":true}},"required":false}}}]},"\/wc\/v3":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wc\/v3","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3"}]}},"\/wc\/v3\/coupons":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified"],"required":false},"code":{"description":"Limit result set to resources with a specific code.","type":"string","required":false}}},{"methods":["POST"],"args":{"code":{"description":"Coupon code.","type":"string","required":true},"amount":{"description":"The amount of discount. Should always be numeric, even if setting a percentage.","type":"string","required":false},"discount_type":{"default":"fixed_cart","description":"Determines the type of discount that will be applied.","type":"string","enum":["percent","fixed_cart","fixed_product"],"required":false},"description":{"description":"Coupon description.","type":"string","required":false},"date_expires":{"description":"The date the coupon expires, in the site's timezone.","type":["null","string"],"required":false},"date_expires_gmt":{"description":"The date the coupon expires, as GMT.","type":["null","string"],"required":false},"individual_use":{"default":false,"description":"If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.","type":"boolean","required":false},"product_ids":{"description":"List of product IDs the coupon can be used on.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_ids":{"description":"List of product IDs the coupon cannot be used on.","type":"array","items":{"type":"integer"},"required":false},"usage_limit":{"description":"How many times the coupon can be used in total.","type":"integer","required":false},"usage_limit_per_user":{"description":"How many times the coupon can be used per customer.","type":"integer","required":false},"limit_usage_to_x_items":{"description":"Max number of items in the cart the coupon can be applied to.","type":"integer","required":false},"free_shipping":{"default":false,"description":"If true and if the free shipping method requires a coupon, this coupon will enable free shipping.","type":"boolean","required":false},"product_categories":{"description":"List of category IDs the coupon applies to.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_categories":{"description":"List of category IDs the coupon does not apply to.","type":"array","items":{"type":"integer"},"required":false},"exclude_sale_items":{"default":false,"description":"If true, this coupon will not be applied to items that have sale prices.","type":"boolean","required":false},"minimum_amount":{"description":"Minimum order amount that needs to be in the cart before coupon applies.","type":"string","required":false},"maximum_amount":{"description":"Maximum order amount allowed when using the coupon.","type":"string","required":false},"email_restrictions":{"description":"List of email addresses that can use this coupon.","type":"array","items":{"type":"string"},"required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/coupons"}]}},"\/wc\/v3\/coupons\/(?P[\\d]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"code":{"description":"Coupon code.","type":"string","required":false},"amount":{"description":"The amount of discount. Should always be numeric, even if setting a percentage.","type":"string","required":false},"discount_type":{"description":"Determines the type of discount that will be applied.","type":"string","enum":["percent","fixed_cart","fixed_product"],"required":false},"description":{"description":"Coupon description.","type":"string","required":false},"date_expires":{"description":"The date the coupon expires, in the site's timezone.","type":["null","string"],"required":false},"date_expires_gmt":{"description":"The date the coupon expires, as GMT.","type":["null","string"],"required":false},"individual_use":{"description":"If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.","type":"boolean","required":false},"product_ids":{"description":"List of product IDs the coupon can be used on.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_ids":{"description":"List of product IDs the coupon cannot be used on.","type":"array","items":{"type":"integer"},"required":false},"usage_limit":{"description":"How many times the coupon can be used in total.","type":"integer","required":false},"usage_limit_per_user":{"description":"How many times the coupon can be used per customer.","type":"integer","required":false},"limit_usage_to_x_items":{"description":"Max number of items in the cart the coupon can be applied to.","type":"integer","required":false},"free_shipping":{"description":"If true and if the free shipping method requires a coupon, this coupon will enable free shipping.","type":"boolean","required":false},"product_categories":{"description":"List of category IDs the coupon applies to.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_categories":{"description":"List of category IDs the coupon does not apply to.","type":"array","items":{"type":"integer"},"required":false},"exclude_sale_items":{"description":"If true, this coupon will not be applied to items that have sale prices.","type":"boolean","required":false},"minimum_amount":{"description":"Minimum order amount that needs to be in the cart before coupon applies.","type":"string","required":false},"maximum_amount":{"description":"Maximum order amount allowed when using the coupon.","type":"string","required":false},"email_restrictions":{"description":"List of email addresses that can use this coupon.","type":"array","items":{"type":"string"},"required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc\/v3\/coupons\/batch":{"namespace":"wc\/v3","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"code":{"description":"Coupon code.","type":"string","required":false},"amount":{"description":"The amount of discount. Should always be numeric, even if setting a percentage.","type":"string","required":false},"discount_type":{"description":"Determines the type of discount that will be applied.","type":"string","enum":["percent","fixed_cart","fixed_product"],"required":false},"description":{"description":"Coupon description.","type":"string","required":false},"date_expires":{"description":"The date the coupon expires, in the site's timezone.","type":["null","string"],"required":false},"date_expires_gmt":{"description":"The date the coupon expires, as GMT.","type":["null","string"],"required":false},"individual_use":{"description":"If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.","type":"boolean","required":false},"product_ids":{"description":"List of product IDs the coupon can be used on.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_ids":{"description":"List of product IDs the coupon cannot be used on.","type":"array","items":{"type":"integer"},"required":false},"usage_limit":{"description":"How many times the coupon can be used in total.","type":"integer","required":false},"usage_limit_per_user":{"description":"How many times the coupon can be used per customer.","type":"integer","required":false},"limit_usage_to_x_items":{"description":"Max number of items in the cart the coupon can be applied to.","type":"integer","required":false},"free_shipping":{"description":"If true and if the free shipping method requires a coupon, this coupon will enable free shipping.","type":"boolean","required":false},"product_categories":{"description":"List of category IDs the coupon applies to.","type":"array","items":{"type":"integer"},"required":false},"excluded_product_categories":{"description":"List of category IDs the coupon does not apply to.","type":"array","items":{"type":"integer"},"required":false},"exclude_sale_items":{"description":"If true, this coupon will not be applied to items that have sale prices.","type":"boolean","required":false},"minimum_amount":{"description":"Minimum order amount that needs to be in the cart before coupon applies.","type":"string","required":false},"maximum_amount":{"description":"Maximum order amount allowed when using the coupon.","type":"string","required":false},"email_restrictions":{"description":"List of email addresses that can use this coupon.","type":"array","items":{"type":"string"},"required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/coupons\/batch"}]}},"\/wc\/v3\/customers\/(?P[\\d]+)\/downloads":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"customer_id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}]},"\/wc\/v3\/customers":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"default":"asc","description":"Order sort attribute ascending or descending.","enum":["asc","desc"],"type":"string","required":false},"orderby":{"default":"name","description":"Sort collection by object attribute.","enum":["id","include","name","registered_date"],"type":"string","required":false},"email":{"description":"Limit result set to resources with a specific email.","type":"string","format":"email","required":false},"role":{"description":"Limit result set to resources with a specific role.","type":"string","default":"customer","enum":["all","administrator","editor","author","contributor","subscriber","lp_teacher","customer","shop_manager","bbp_keymaster","bbp_moderator","bbp_participant","bbp_spectator","bbp_blocked","translator"],"required":false}}},{"methods":["POST"],"args":{"email":{"type":"string","description":"New user email address.","required":true},"first_name":{"description":"Customer first name.","type":"string","required":false},"last_name":{"description":"Customer last name.","type":"string","required":false},"username":{"description":"New user username.","type":"string","required":false},"password":{"description":"New user password.","type":"string","required":false},"billing":{"description":"List of billing address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"List of shipping address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]}},"required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/customers"}]}},"\/wc\/v3\/customers\/(?P[\\d]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"email":{"description":"The email address for the customer.","type":"string","format":"email","required":false},"first_name":{"description":"Customer first name.","type":"string","required":false},"last_name":{"description":"Customer last name.","type":"string","required":false},"username":{"description":"Customer login name.","type":"string","required":false},"password":{"description":"Customer password.","type":"string","required":false},"billing":{"description":"List of billing address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"List of shipping address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]}},"required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false},"reassign":{"default":0,"type":"integer","description":"ID to reassign posts to.","required":false}}}]},"\/wc\/v3\/customers\/batch":{"namespace":"wc\/v3","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"email":{"description":"The email address for the customer.","type":"string","format":"email","required":false},"first_name":{"description":"Customer first name.","type":"string","required":false},"last_name":{"description":"Customer last name.","type":"string","required":false},"username":{"description":"Customer login name.","type":"string","required":false},"password":{"description":"Customer password.","type":"string","required":false},"billing":{"description":"List of billing address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"List of shipping address data.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"ISO code of the country.","type":"string","context":["view","edit"]}},"required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/customers\/batch"}]}},"\/wc\/v3\/orders\/(?P[\\d]+)\/notes":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"type":{"default":"any","description":"Limit result to customers or internal notes.","type":"string","enum":["any","customer","internal"],"required":false}}},{"methods":["POST"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"note":{"type":"string","description":"Order note content.","required":true},"customer_note":{"default":false,"description":"If true, the note will be shown to customers and they will be notified. If false, the note will be for admin reference only.","type":"boolean","required":false},"added_by_user":{"default":false,"description":"If true, this note will be attributed to the current user. If false, the note will be attributed to the system.","type":"boolean","required":false}}}]},"\/wc\/v3\/orders\/(?P[\\d]+)\/notes\/(?P[\\d]+)":{"namespace":"wc\/v3","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"order_id":{"description":"The order ID.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"order_id":{"description":"The order ID.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v3\/orders\/(?P[\\d]+)\/refunds":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified"],"required":false},"parent":{"description":"Limit result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"dp":{"default":2,"description":"Number of decimal points to use in each resource.","type":"integer","required":false}}},{"methods":["POST"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"amount":{"description":"Refund amount.","type":"string","required":false},"reason":{"description":"Reason for refund.","type":"string","required":false},"refunded_by":{"description":"User ID of user who created the refund.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false},"api_refund":{"default":true,"description":"When true, the payment gateway API is used to generate the refund.","type":"boolean","required":false}}}]},"\/wc\/v3\/orders\/(?P[\\d]+)\/refunds\/(?P[\\d]+)":{"namespace":"wc\/v3","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"order_id":{"description":"The order ID.","type":"integer","required":false},"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":true,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v3\/orders":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified"],"required":false},"parent":{"description":"Limit result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"status":{"default":"any","description":"Limit result set to orders which have specific statuses.","type":"array","items":{"type":"string","enum":["any","trash","pending","processing","on-hold","completed","cancelled","refunded","failed"]},"required":false},"customer":{"description":"Limit result set to orders assigned a specific customer.","type":"integer","required":false},"product":{"description":"Limit result set to orders assigned a specific product.","type":"integer","required":false},"dp":{"default":2,"description":"Number of decimal points to use in each resource.","type":"integer","required":false}}},{"methods":["POST"],"args":{"parent_id":{"description":"Parent order ID.","type":"integer","required":false},"status":{"default":"pending","description":"Order status.","type":"string","enum":["pending","processing","on-hold","completed","cancelled","refunded","failed"],"required":false},"currency":{"default":"USD","description":"Currency the order was created with, in ISO format.","type":"string","enum":["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BRL","BSD","BTC","BTN","BWP","BYR","BYN","BZD","CAD","CDF","CHF","CLP","CNY","COP","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GGP","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","IMP","INR","IQD","IRR","IRT","ISK","JEP","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRU","MUR","MVR","MWK","MXN","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PRB","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STN","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USD","UYU","UZS","VEF","VES","VND","VUV","WST","XAF","XCD","XOF","XPF","YER","ZAR","ZMW"],"required":false},"customer_id":{"default":0,"description":"User ID who owns the order. 0 for guests.","type":"integer","required":false},"customer_note":{"description":"Note left by customer during checkout.","type":"string","required":false},"billing":{"description":"Billing address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"Shipping address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]}},"required":false},"payment_method":{"description":"Payment method ID.","type":"string","required":false},"payment_method_title":{"description":"Payment method title.","type":"string","required":false},"transaction_id":{"description":"Unique transaction ID.","type":"string","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false},"line_items":{"description":"Line items data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Product name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"parent_name":{"description":"Parent product name if the product is a variation.","type":"string","context":["view","edit"]},"product_id":{"description":"Product ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"variation_id":{"description":"Variation ID, if applicable.","type":"integer","context":["view","edit"]},"quantity":{"description":"Quantity ordered.","type":"integer","context":["view","edit"]},"tax_class":{"description":"Tax class of product.","type":"string","context":["view","edit"]},"subtotal":{"description":"Line subtotal (before discounts).","type":"string","context":["view","edit"]},"subtotal_tax":{"description":"Line subtotal tax (before discounts).","type":"string","context":["view","edit"],"readonly":true},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"]},"total":{"description":"Tax total.","type":"string","context":["view","edit"]},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"]}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"display_key":{"description":"Meta key for UI display.","type":"string","context":["view","edit"]},"display_value":{"description":"Meta value for UI display.","type":"string","context":["view","edit"]}}}},"sku":{"description":"Product SKU.","type":"string","context":["view","edit"],"readonly":true},"price":{"description":"Product price.","type":"number","context":["view","edit"],"readonly":true}}},"required":false},"shipping_lines":{"description":"Shipping lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"method_title":{"description":"Shipping method name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"method_id":{"description":"Shipping method ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"instance_id":{"description":"Shipping instance ID.","type":"string","context":["view","edit"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"fee_lines":{"description":"Fee lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Fee name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"tax_class":{"description":"Tax class of fee.","type":"string","context":["view","edit"]},"tax_status":{"description":"Tax status of fee.","type":"string","context":["view","edit"],"enum":["taxable","none"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"coupon_lines":{"description":"Coupons line data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"code":{"description":"Coupon code.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"discount":{"description":"Discount total.","type":"string","context":["view","edit"],"readonly":true},"discount_tax":{"description":"Discount total tax.","type":"string","context":["view","edit"],"readonly":true},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"set_paid":{"default":false,"description":"Define if the order is paid. It will set the status to processing and reduce stock items.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/orders"}]}},"\/wc\/v3\/orders\/(?P[\\d]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"parent_id":{"description":"Parent order ID.","type":"integer","required":false},"status":{"description":"Order status.","type":"string","enum":["pending","processing","on-hold","completed","cancelled","refunded","failed"],"required":false},"currency":{"description":"Currency the order was created with, in ISO format.","type":"string","enum":["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BRL","BSD","BTC","BTN","BWP","BYR","BYN","BZD","CAD","CDF","CHF","CLP","CNY","COP","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GGP","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","IMP","INR","IQD","IRR","IRT","ISK","JEP","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRU","MUR","MVR","MWK","MXN","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PRB","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STN","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USD","UYU","UZS","VEF","VES","VND","VUV","WST","XAF","XCD","XOF","XPF","YER","ZAR","ZMW"],"required":false},"customer_id":{"description":"User ID who owns the order. 0 for guests.","type":"integer","required":false},"customer_note":{"description":"Note left by customer during checkout.","type":"string","required":false},"billing":{"description":"Billing address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"Shipping address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]}},"required":false},"payment_method":{"description":"Payment method ID.","type":"string","required":false},"payment_method_title":{"description":"Payment method title.","type":"string","required":false},"transaction_id":{"description":"Unique transaction ID.","type":"string","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false},"line_items":{"description":"Line items data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Product name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"parent_name":{"description":"Parent product name if the product is a variation.","type":"string","context":["view","edit"]},"product_id":{"description":"Product ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"variation_id":{"description":"Variation ID, if applicable.","type":"integer","context":["view","edit"]},"quantity":{"description":"Quantity ordered.","type":"integer","context":["view","edit"]},"tax_class":{"description":"Tax class of product.","type":"string","context":["view","edit"]},"subtotal":{"description":"Line subtotal (before discounts).","type":"string","context":["view","edit"]},"subtotal_tax":{"description":"Line subtotal tax (before discounts).","type":"string","context":["view","edit"],"readonly":true},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"]},"total":{"description":"Tax total.","type":"string","context":["view","edit"]},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"]}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"display_key":{"description":"Meta key for UI display.","type":"string","context":["view","edit"]},"display_value":{"description":"Meta value for UI display.","type":"string","context":["view","edit"]}}}},"sku":{"description":"Product SKU.","type":"string","context":["view","edit"],"readonly":true},"price":{"description":"Product price.","type":"number","context":["view","edit"],"readonly":true}}},"required":false},"shipping_lines":{"description":"Shipping lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"method_title":{"description":"Shipping method name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"method_id":{"description":"Shipping method ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"instance_id":{"description":"Shipping instance ID.","type":"string","context":["view","edit"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"fee_lines":{"description":"Fee lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Fee name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"tax_class":{"description":"Tax class of fee.","type":"string","context":["view","edit"]},"tax_status":{"description":"Tax status of fee.","type":"string","context":["view","edit"],"enum":["taxable","none"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"coupon_lines":{"description":"Coupons line data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"code":{"description":"Coupon code.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"discount":{"description":"Discount total.","type":"string","context":["view","edit"],"readonly":true},"discount_tax":{"description":"Discount total tax.","type":"string","context":["view","edit"],"readonly":true},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"set_paid":{"description":"Define if the order is paid. It will set the status to processing and reduce stock items.","type":"boolean","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc\/v3\/orders\/batch":{"namespace":"wc\/v3","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"parent_id":{"description":"Parent order ID.","type":"integer","required":false},"status":{"description":"Order status.","type":"string","enum":["pending","processing","on-hold","completed","cancelled","refunded","failed"],"required":false},"currency":{"description":"Currency the order was created with, in ISO format.","type":"string","enum":["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BRL","BSD","BTC","BTN","BWP","BYR","BYN","BZD","CAD","CDF","CHF","CLP","CNY","COP","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GGP","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","IMP","INR","IQD","IRR","IRT","ISK","JEP","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRU","MUR","MVR","MWK","MXN","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PRB","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STN","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USD","UYU","UZS","VEF","VES","VND","VUV","WST","XAF","XCD","XOF","XPF","YER","ZAR","ZMW"],"required":false},"customer_id":{"description":"User ID who owns the order. 0 for guests.","type":"integer","required":false},"customer_note":{"description":"Note left by customer during checkout.","type":"string","required":false},"billing":{"description":"Billing address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]},"email":{"description":"Email address.","type":"string","format":"email","context":["view","edit"]},"phone":{"description":"Phone number.","type":"string","context":["view","edit"]}},"required":false},"shipping":{"description":"Shipping address.","type":"object","properties":{"first_name":{"description":"First name.","type":"string","context":["view","edit"]},"last_name":{"description":"Last name.","type":"string","context":["view","edit"]},"company":{"description":"Company name.","type":"string","context":["view","edit"]},"address_1":{"description":"Address line 1","type":"string","context":["view","edit"]},"address_2":{"description":"Address line 2","type":"string","context":["view","edit"]},"city":{"description":"City name.","type":"string","context":["view","edit"]},"state":{"description":"ISO code or name of the state, province or district.","type":"string","context":["view","edit"]},"postcode":{"description":"Postal code.","type":"string","context":["view","edit"]},"country":{"description":"Country code in ISO 3166-1 alpha-2 format.","type":"string","context":["view","edit"]}},"required":false},"payment_method":{"description":"Payment method ID.","type":"string","required":false},"payment_method_title":{"description":"Payment method title.","type":"string","required":false},"transaction_id":{"description":"Unique transaction ID.","type":"string","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false},"line_items":{"description":"Line items data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Product name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"parent_name":{"description":"Parent product name if the product is a variation.","type":"string","context":["view","edit"]},"product_id":{"description":"Product ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"variation_id":{"description":"Variation ID, if applicable.","type":"integer","context":["view","edit"]},"quantity":{"description":"Quantity ordered.","type":"integer","context":["view","edit"]},"tax_class":{"description":"Tax class of product.","type":"string","context":["view","edit"]},"subtotal":{"description":"Line subtotal (before discounts).","type":"string","context":["view","edit"]},"subtotal_tax":{"description":"Line subtotal tax (before discounts).","type":"string","context":["view","edit"],"readonly":true},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"]},"total":{"description":"Tax total.","type":"string","context":["view","edit"]},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"]}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"display_key":{"description":"Meta key for UI display.","type":"string","context":["view","edit"]},"display_value":{"description":"Meta value for UI display.","type":"string","context":["view","edit"]}}}},"sku":{"description":"Product SKU.","type":"string","context":["view","edit"],"readonly":true},"price":{"description":"Product price.","type":"number","context":["view","edit"],"readonly":true}}},"required":false},"shipping_lines":{"description":"Shipping lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"method_title":{"description":"Shipping method name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"method_id":{"description":"Shipping method ID.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"instance_id":{"description":"Shipping instance ID.","type":"string","context":["view","edit"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"fee_lines":{"description":"Fee lines data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"name":{"description":"Fee name.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"tax_class":{"description":"Tax class of fee.","type":"string","context":["view","edit"]},"tax_status":{"description":"Tax status of fee.","type":"string","context":["view","edit"],"enum":["taxable","none"]},"total":{"description":"Line total (after discounts).","type":"string","context":["view","edit"]},"total_tax":{"description":"Line total tax (after discounts).","type":"string","context":["view","edit"],"readonly":true},"taxes":{"description":"Line taxes.","type":"array","context":["view","edit"],"readonly":true,"items":{"type":"object","properties":{"id":{"description":"Tax rate ID.","type":"integer","context":["view","edit"],"readonly":true},"total":{"description":"Tax total.","type":"string","context":["view","edit"],"readonly":true},"subtotal":{"description":"Tax subtotal.","type":"string","context":["view","edit"],"readonly":true}}}},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"coupon_lines":{"description":"Coupons line data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Item ID.","type":"integer","context":["view","edit"],"readonly":true},"code":{"description":"Coupon code.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]},"discount":{"description":"Discount total.","type":"string","context":["view","edit"],"readonly":true},"discount_tax":{"description":"Discount total tax.","type":"string","context":["view","edit"],"readonly":true},"meta_data":{"description":"Meta data.","type":"array","context":["view","edit"],"items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}}}}},"required":false},"set_paid":{"description":"Define if the order is paid. It will set the status to processing and reduce stock items.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/orders\/batch"}]}},"\/wc\/v3\/products\/attributes\/(?P[\\d]+)\/terms":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items. Applies to hierarchical taxonomies only.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by resource attribute.","type":"string","default":"name","enum":["id","include","name","slug","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide resources not assigned to any products.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.","type":"integer","required":false},"product":{"description":"Limit result set to resources assigned to a specific product.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to resources with a specific slug.","type":"string","required":false}}},{"methods":["POST"],"args":{"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"name":{"type":"string","description":"Name for the resource.","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}}]},"\/wc\/v3\/products\/attributes\/(?P[\\d]+)\/terms\/(?P[\\d]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"name":{"description":"Term name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v3\/products\/attributes\/(?P[\\d]+)\/terms\/batch":{"namespace":"wc\/v3","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"attribute_id":{"description":"Unique identifier for the attribute of the terms.","type":"integer","required":false},"name":{"description":"Term name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}}]},"\/wc\/v3\/products\/attributes":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"name":{"description":"Name for the resource.","type":"string","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"type":{"default":"select","description":"Type of attribute.","type":"string","enum":["select"],"required":false},"order_by":{"default":"menu_order","description":"Default sort order.","type":"string","enum":["menu_order","name","name_num","id"],"required":false},"has_archives":{"default":false,"description":"Enable\/Disable attribute archives.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/products\/attributes"}]}},"\/wc\/v3\/products\/attributes\/(?P[\\d]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Attribute name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"type":{"description":"Type of attribute.","type":"string","enum":["select"],"required":false},"order_by":{"description":"Default sort order.","type":"string","enum":["menu_order","name","name_num","id"],"required":false},"has_archives":{"description":"Enable\/Disable attribute archives.","type":"boolean","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":true,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v3\/products\/attributes\/batch":{"namespace":"wc\/v3","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Attribute name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"type":{"description":"Type of attribute.","type":"string","enum":["select"],"required":false},"order_by":{"description":"Default sort order.","type":"string","enum":["menu_order","name","name_num","id"],"required":false},"has_archives":{"description":"Enable\/Disable attribute archives.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/products\/attributes\/batch"}]}},"\/wc\/v3\/products\/categories":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items. Applies to hierarchical taxonomies only.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by resource attribute.","type":"string","default":"name","enum":["id","include","name","slug","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide resources not assigned to any products.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.","type":"integer","required":false},"product":{"description":"Limit result set to resources assigned to a specific product.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to resources with a specific slug.","type":"string","required":false}}},{"methods":["POST"],"args":{"name":{"type":"string","description":"Name for the resource.","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"parent":{"description":"The ID for the parent of the resource.","type":"integer","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"display":{"default":"default","description":"Category archive display type.","type":"string","enum":["default","products","subcategories","both"],"required":false},"image":{"description":"Image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/products\/categories"}]}},"\/wc\/v3\/products\/categories\/(?P[\\d]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Category name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"parent":{"description":"The ID for the parent of the resource.","type":"integer","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"display":{"description":"Category archive display type.","type":"string","enum":["default","products","subcategories","both"],"required":false},"image":{"description":"Image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v3\/products\/categories\/batch":{"namespace":"wc\/v3","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Category name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"parent":{"description":"The ID for the parent of the resource.","type":"integer","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false},"display":{"description":"Category archive display type.","type":"string","enum":["default","products","subcategories","both"],"required":false},"image":{"description":"Image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"menu_order":{"description":"Menu order, used to custom sort the resource.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/products\/categories\/batch"}]}},"\/wc\/v3\/products\/reviews":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to reviews published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date_gmt","enum":["date","date_gmt","id","include","product"],"required":false},"reviewer":{"description":"Limit result set to reviews assigned to specific user IDs.","type":"array","items":{"type":"integer"},"required":false},"reviewer_exclude":{"description":"Ensure result set excludes reviews assigned to specific user IDs.","type":"array","items":{"type":"integer"},"required":false},"reviewer_email":{"default":null,"description":"Limit result set to that from a specific author email.","format":"email","type":"string","required":false},"product":{"default":[],"description":"Limit result set to reviews assigned to specific product IDs.","type":"array","items":{"type":"integer"},"required":false},"status":{"default":"approved","description":"Limit result set to reviews assigned a specific status.","type":"string","enum":["all","hold","approved","spam","trash"],"required":false}}},{"methods":["POST"],"args":{"product_id":{"description":"Unique identifier for the product.","type":"integer","required":true},"status":{"default":"approved","description":"Status of the review.","type":"string","enum":["approved","hold","spam","unspam","trash","untrash"],"required":false},"reviewer":{"type":"string","description":"Name of the reviewer.","required":true},"reviewer_email":{"type":"string","description":"Email of the reviewer.","required":true},"review":{"type":"string","description":"Review content.","required":true},"rating":{"description":"Review rating (0 to 5).","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/products\/reviews"}]}},"\/wc\/v3\/products\/reviews\/(?P[\\d]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"product_id":{"description":"Unique identifier for the product that the review belongs to.","type":"integer","required":false},"status":{"description":"Status of the review.","type":"string","enum":["approved","hold","spam","unspam","trash","untrash"],"required":false},"reviewer":{"description":"Reviewer name.","type":"string","required":false},"reviewer_email":{"description":"Reviewer email.","type":"string","format":"email","required":false},"review":{"description":"The content of the review.","type":"string","required":false},"rating":{"description":"Review rating (0 to 5).","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc\/v3\/products\/reviews\/batch":{"namespace":"wc\/v3","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"product_id":{"description":"Unique identifier for the product that the review belongs to.","type":"integer","required":false},"status":{"description":"Status of the review.","type":"string","enum":["approved","hold","spam","unspam","trash","untrash"],"required":false},"reviewer":{"description":"Reviewer name.","type":"string","required":false},"reviewer_email":{"description":"Reviewer email.","type":"string","format":"email","required":false},"review":{"description":"The content of the review.","type":"string","required":false},"rating":{"description":"Review rating (0 to 5).","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/products\/reviews\/batch"}]}},"\/wc\/v3\/products\/shipping_classes":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items. Applies to hierarchical taxonomies only.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by resource attribute.","type":"string","default":"name","enum":["id","include","name","slug","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide resources not assigned to any products.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.","type":"integer","required":false},"product":{"description":"Limit result set to resources assigned to a specific product.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to resources with a specific slug.","type":"string","required":false}}},{"methods":["POST"],"args":{"name":{"type":"string","description":"Name for the resource.","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/products\/shipping_classes"}]}},"\/wc\/v3\/products\/shipping_classes\/(?P[\\d]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Shipping class name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v3\/products\/shipping_classes\/batch":{"namespace":"wc\/v3","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Shipping class name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/products\/shipping_classes\/batch"}]}},"\/wc\/v3\/products\/tags":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items. Applies to hierarchical taxonomies only.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by resource attribute.","type":"string","default":"name","enum":["id","include","name","slug","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide resources not assigned to any products.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.","type":"integer","required":false},"product":{"description":"Limit result set to resources assigned to a specific product.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to resources with a specific slug.","type":"string","required":false}}},{"methods":["POST"],"args":{"name":{"type":"string","description":"Name for the resource.","required":true},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/products\/tags"}]}},"\/wc\/v3\/products\/tags\/(?P[\\d]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Tag name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v3\/products\/tags\/batch":{"namespace":"wc\/v3","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Tag name.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the resource unique to its type.","type":"string","required":false},"description":{"description":"HTML description of the resource.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/products\/tags\/batch"}]}},"\/wc\/v3\/products":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified","menu_order","price","popularity","rating"],"required":false},"parent":{"description":"Limit result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"slug":{"description":"Limit result set to products with a specific slug.","type":"string","required":false},"status":{"default":"any","description":"Limit result set to products assigned a specific status.","type":"string","enum":["any","future","trash","draft","pending","private","publish"],"required":false},"type":{"description":"Limit result set to products assigned a specific type.","type":"string","enum":["simple","grouped","external","variable"],"required":false},"sku":{"description":"Limit result set to products with specific SKU(s). Use commas to separate.","type":"string","required":false},"featured":{"description":"Limit result set to featured products.","type":"boolean","required":false},"category":{"description":"Limit result set to products assigned a specific category ID.","type":"string","required":false},"tag":{"description":"Limit result set to products assigned a specific tag ID.","type":"string","required":false},"shipping_class":{"description":"Limit result set to products assigned a specific shipping class ID.","type":"string","required":false},"attribute":{"description":"Limit result set to products with a specific attribute. Use the taxonomy name\/attribute slug.","type":"string","required":false},"attribute_term":{"description":"Limit result set to products with a specific attribute term ID (required an assigned attribute).","type":"string","required":false},"on_sale":{"description":"Limit result set to products on sale.","type":"boolean","required":false},"min_price":{"description":"Limit result set to products based on a minimum price.","type":"string","required":false},"max_price":{"description":"Limit result set to products based on a maximum price.","type":"string","required":false},"stock_status":{"description":"Limit result set to products with specified stock status.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false}}},{"methods":["POST"],"args":{"name":{"description":"Product name.","type":"string","required":false},"slug":{"description":"Product slug.","type":"string","required":false},"date_created":{"description":"The date the product was created, in the site's timezone.","type":["null","string"],"required":false},"date_created_gmt":{"description":"The date the product was created, as GMT.","type":["null","string"],"required":false},"type":{"default":"simple","description":"Product type.","type":"string","enum":["simple","grouped","external","variable"],"required":false},"status":{"default":"publish","description":"Product status (post status).","type":"string","enum":["draft","pending","private","publish","future"],"required":false},"featured":{"default":false,"description":"Featured product.","type":"boolean","required":false},"catalog_visibility":{"default":"visible","description":"Catalog visibility.","type":"string","enum":["visible","catalog","search","hidden"],"required":false},"description":{"description":"Product description.","type":"string","required":false},"short_description":{"description":"Product short description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Product regular price.","type":"string","required":false},"sale_price":{"description":"Product sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"virtual":{"default":false,"description":"If the product is virtual.","type":"boolean","required":false},"downloadable":{"default":false,"description":"If the product is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"default":-1,"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"default":-1,"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"external_url":{"description":"Product external URL. Only for external products.","type":"string","format":"uri","required":false},"button_text":{"description":"Product external button text. Only for external products.","type":"string","required":false},"tax_status":{"default":"taxable","description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"default":false,"description":"Stock management at product level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"stock_status":{"default":"instock","description":"Controls the stock status of the product.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false},"backorders":{"default":"no","description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"low_stock_amount":{"description":"Low Stock amount for the product.","type":["integer","null"],"required":false},"sold_individually":{"default":false,"description":"Allow one item to be bought in a single order.","type":"boolean","required":false},"weight":{"description":"Product weight (kg).","type":"string","required":false},"dimensions":{"description":"Product dimensions.","type":"object","properties":{"length":{"description":"Product length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Product width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Product height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"reviews_allowed":{"default":true,"description":"Allow reviews.","type":"boolean","required":false},"upsell_ids":{"description":"List of up-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"cross_sell_ids":{"description":"List of cross-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false},"purchase_note":{"description":"Optional note to send the customer after purchase.","type":"string","required":false},"categories":{"description":"List of categories.","type":"array","items":{"type":"object","properties":{"id":{"description":"Category ID.","type":"integer","context":["view","edit"]},"name":{"description":"Category name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Category slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"tags":{"description":"List of tags.","type":"array","items":{"type":"object","properties":{"id":{"description":"Tag ID.","type":"integer","context":["view","edit"]},"name":{"description":"Tag name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Tag slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"images":{"description":"List of images.","type":"array","items":{"type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"position":{"description":"Attribute position.","type":"integer","context":["view","edit"]},"visible":{"description":"Define if the attribute is visible on the \"Additional information\" tab in the product's page.","type":"boolean","default":false,"context":["view","edit"]},"variation":{"description":"Define if the attribute can be used as variation.","type":"boolean","default":false,"context":["view","edit"]},"options":{"description":"List of available term names of the attribute.","type":"array","items":{"type":"string"},"context":["view","edit"]}}},"required":false},"default_attributes":{"description":"Defaults variation attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/products"}]}},"\/wc\/v3\/products\/(?P[\\d]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"Product name.","type":"string","required":false},"slug":{"description":"Product slug.","type":"string","required":false},"date_created":{"description":"The date the product was created, in the site's timezone.","type":["null","string"],"required":false},"date_created_gmt":{"description":"The date the product was created, as GMT.","type":["null","string"],"required":false},"type":{"description":"Product type.","type":"string","enum":["simple","grouped","external","variable"],"required":false},"status":{"description":"Product status (post status).","type":"string","enum":["draft","pending","private","publish","future"],"required":false},"featured":{"description":"Featured product.","type":"boolean","required":false},"catalog_visibility":{"description":"Catalog visibility.","type":"string","enum":["visible","catalog","search","hidden"],"required":false},"description":{"description":"Product description.","type":"string","required":false},"short_description":{"description":"Product short description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Product regular price.","type":"string","required":false},"sale_price":{"description":"Product sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"virtual":{"description":"If the product is virtual.","type":"boolean","required":false},"downloadable":{"description":"If the product is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"external_url":{"description":"Product external URL. Only for external products.","type":"string","format":"uri","required":false},"button_text":{"description":"Product external button text. Only for external products.","type":"string","required":false},"tax_status":{"description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"description":"Stock management at product level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"stock_status":{"description":"Controls the stock status of the product.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"low_stock_amount":{"description":"Low Stock amount for the product.","type":["integer","null"],"required":false},"sold_individually":{"description":"Allow one item to be bought in a single order.","type":"boolean","required":false},"weight":{"description":"Product weight (kg).","type":"string","required":false},"dimensions":{"description":"Product dimensions.","type":"object","properties":{"length":{"description":"Product length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Product width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Product height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"reviews_allowed":{"description":"Allow reviews.","type":"boolean","required":false},"upsell_ids":{"description":"List of up-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"cross_sell_ids":{"description":"List of cross-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false},"purchase_note":{"description":"Optional note to send the customer after purchase.","type":"string","required":false},"categories":{"description":"List of categories.","type":"array","items":{"type":"object","properties":{"id":{"description":"Category ID.","type":"integer","context":["view","edit"]},"name":{"description":"Category name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Category slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"tags":{"description":"List of tags.","type":"array","items":{"type":"object","properties":{"id":{"description":"Tag ID.","type":"integer","context":["view","edit"]},"name":{"description":"Tag name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Tag slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"images":{"description":"List of images.","type":"array","items":{"type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"position":{"description":"Attribute position.","type":"integer","context":["view","edit"]},"visible":{"description":"Define if the attribute is visible on the \"Additional information\" tab in the product's page.","type":"boolean","default":false,"context":["view","edit"]},"variation":{"description":"Define if the attribute can be used as variation.","type":"boolean","default":false,"context":["view","edit"]},"options":{"description":"List of available term names of the attribute.","type":"array","items":{"type":"string"},"context":["view","edit"]}}},"required":false},"default_attributes":{"description":"Defaults variation attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"description":"Whether to bypass trash and force deletion.","type":"boolean","required":false}}}]},"\/wc\/v3\/products\/batch":{"namespace":"wc\/v3","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Product name.","type":"string","required":false},"slug":{"description":"Product slug.","type":"string","required":false},"date_created":{"description":"The date the product was created, in the site's timezone.","type":["null","string"],"required":false},"date_created_gmt":{"description":"The date the product was created, as GMT.","type":["null","string"],"required":false},"type":{"description":"Product type.","type":"string","enum":["simple","grouped","external","variable"],"required":false},"status":{"description":"Product status (post status).","type":"string","enum":["draft","pending","private","publish","future"],"required":false},"featured":{"description":"Featured product.","type":"boolean","required":false},"catalog_visibility":{"description":"Catalog visibility.","type":"string","enum":["visible","catalog","search","hidden"],"required":false},"description":{"description":"Product description.","type":"string","required":false},"short_description":{"description":"Product short description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Product regular price.","type":"string","required":false},"sale_price":{"description":"Product sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"virtual":{"description":"If the product is virtual.","type":"boolean","required":false},"downloadable":{"description":"If the product is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"external_url":{"description":"Product external URL. Only for external products.","type":"string","format":"uri","required":false},"button_text":{"description":"Product external button text. Only for external products.","type":"string","required":false},"tax_status":{"description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"description":"Stock management at product level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"stock_status":{"description":"Controls the stock status of the product.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"low_stock_amount":{"description":"Low Stock amount for the product.","type":["integer","null"],"required":false},"sold_individually":{"description":"Allow one item to be bought in a single order.","type":"boolean","required":false},"weight":{"description":"Product weight (kg).","type":"string","required":false},"dimensions":{"description":"Product dimensions.","type":"object","properties":{"length":{"description":"Product length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Product width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Product height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"reviews_allowed":{"description":"Allow reviews.","type":"boolean","required":false},"upsell_ids":{"description":"List of up-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"cross_sell_ids":{"description":"List of cross-sell products IDs.","type":"array","items":{"type":"integer"},"required":false},"parent_id":{"description":"Product parent ID.","type":"integer","required":false},"purchase_note":{"description":"Optional note to send the customer after purchase.","type":"string","required":false},"categories":{"description":"List of categories.","type":"array","items":{"type":"object","properties":{"id":{"description":"Category ID.","type":"integer","context":["view","edit"]},"name":{"description":"Category name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Category slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"tags":{"description":"List of tags.","type":"array","items":{"type":"object","properties":{"id":{"description":"Tag ID.","type":"integer","context":["view","edit"]},"name":{"description":"Tag name.","type":"string","context":["view","edit"],"readonly":true},"slug":{"description":"Tag slug.","type":"string","context":["view","edit"],"readonly":true}}},"required":false},"images":{"description":"List of images.","type":"array","items":{"type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"position":{"description":"Attribute position.","type":"integer","context":["view","edit"]},"visible":{"description":"Define if the attribute is visible on the \"Additional information\" tab in the product's page.","type":"boolean","default":false,"context":["view","edit"]},"variation":{"description":"Define if the attribute can be used as variation.","type":"boolean","default":false,"context":["view","edit"]},"options":{"description":"List of available term names of the attribute.","type":"array","items":{"type":"string"},"context":["view","edit"]}}},"required":false},"default_attributes":{"description":"Defaults variation attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/products\/batch"}]}},"\/wc\/v3\/products\/(?P[\\d]+)\/variations":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","title","slug","modified","menu_order"],"required":false},"parent":{"description":"Limit result set to those of particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"slug":{"description":"Limit result set to products with a specific slug.","type":"string","required":false},"status":{"default":"any","description":"Limit result set to products assigned a specific status.","type":"string","enum":["any","future","trash","draft","pending","private","publish"],"required":false},"sku":{"description":"Limit result set to products with specific SKU(s). Use commas to separate.","type":"string","required":false},"on_sale":{"description":"Limit result set to products on sale.","type":"boolean","required":false},"min_price":{"description":"Limit result set to products based on a minimum price.","type":"string","required":false},"max_price":{"description":"Limit result set to products based on a maximum price.","type":"string","required":false},"stock_status":{"description":"Limit result set to products with specified stock status.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false}}},{"methods":["POST"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"description":{"description":"Variation description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Variation regular price.","type":"string","required":false},"sale_price":{"description":"Variation sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"status":{"default":"publish","description":"Variation status.","type":"string","enum":["draft","pending","private","publish"],"required":false},"virtual":{"default":false,"description":"If the variation is virtual.","type":"boolean","required":false},"downloadable":{"default":false,"description":"If the variation is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"default":-1,"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"default":-1,"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"tax_status":{"default":"taxable","description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"default":false,"description":"Stock management at variation level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"stock_status":{"default":"instock","description":"Controls the stock status of the product.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false},"backorders":{"default":"no","description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"low_stock_amount":{"description":"Low Stock amount for the variation.","type":["integer","null"],"required":false},"weight":{"description":"Variation weight (kg).","type":"string","required":false},"dimensions":{"description":"Variation dimensions.","type":"object","properties":{"length":{"description":"Variation length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Variation width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Variation height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"image":{"description":"Variation image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}]},"\/wc\/v3\/products\/(?P[\\d]+)\/variations\/(?P[\\d]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the variation.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the variation.","type":"integer","required":false},"description":{"description":"Variation description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Variation regular price.","type":"string","required":false},"sale_price":{"description":"Variation sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"status":{"description":"Variation status.","type":"string","enum":["draft","pending","private","publish"],"required":false},"virtual":{"description":"If the variation is virtual.","type":"boolean","required":false},"downloadable":{"description":"If the variation is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"tax_status":{"description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"description":"Stock management at variation level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"stock_status":{"description":"Controls the stock status of the product.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"low_stock_amount":{"description":"Low Stock amount for the variation.","type":["integer","null"],"required":false},"weight":{"description":"Variation weight (kg).","type":"string","required":false},"dimensions":{"description":"Variation dimensions.","type":"object","properties":{"length":{"description":"Variation length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Variation width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Variation height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"image":{"description":"Variation image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}},{"methods":["DELETE"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"id":{"description":"Unique identifier for the variation.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc\/v3\/products\/(?P[\\d]+)\/variations\/batch":{"namespace":"wc\/v3","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"product_id":{"description":"Unique identifier for the variable product.","type":"integer","required":false},"description":{"description":"Variation description.","type":"string","required":false},"sku":{"description":"Unique identifier.","type":"string","required":false},"regular_price":{"description":"Variation regular price.","type":"string","required":false},"sale_price":{"description":"Variation sale price.","type":"string","required":false},"date_on_sale_from":{"description":"Start date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_from_gmt":{"description":"Start date of sale price, as GMT.","type":["null","string"],"required":false},"date_on_sale_to":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"date_on_sale_to_gmt":{"description":"End date of sale price, in the site's timezone.","type":["null","string"],"required":false},"status":{"description":"Variation status.","type":"string","enum":["draft","pending","private","publish"],"required":false},"virtual":{"description":"If the variation is virtual.","type":"boolean","required":false},"downloadable":{"description":"If the variation is downloadable.","type":"boolean","required":false},"downloads":{"description":"List of downloadable files.","type":"array","items":{"type":"object","properties":{"id":{"description":"File ID.","type":"string","context":["view","edit"]},"name":{"description":"File name.","type":"string","context":["view","edit"]},"file":{"description":"File URL.","type":"string","context":["view","edit"]}}},"required":false},"download_limit":{"description":"Number of times downloadable files can be downloaded after purchase.","type":"integer","required":false},"download_expiry":{"description":"Number of days until access to downloadable files expires.","type":"integer","required":false},"tax_status":{"description":"Tax status.","type":"string","enum":["taxable","shipping","none"],"required":false},"tax_class":{"description":"Tax class.","type":"string","required":false},"manage_stock":{"description":"Stock management at variation level.","type":"boolean","required":false},"stock_quantity":{"description":"Stock quantity.","type":"integer","required":false},"stock_status":{"description":"Controls the stock status of the product.","type":"string","enum":["instock","outofstock","onbackorder"],"required":false},"backorders":{"description":"If managing stock, this controls if backorders are allowed.","type":"string","enum":["no","notify","yes"],"required":false},"low_stock_amount":{"description":"Low Stock amount for the variation.","type":["integer","null"],"required":false},"weight":{"description":"Variation weight (kg).","type":"string","required":false},"dimensions":{"description":"Variation dimensions.","type":"object","properties":{"length":{"description":"Variation length (cm).","type":"string","context":["view","edit"]},"width":{"description":"Variation width (cm).","type":"string","context":["view","edit"]},"height":{"description":"Variation height (cm).","type":"string","context":["view","edit"]}},"required":false},"shipping_class":{"description":"Shipping class slug.","type":"string","required":false},"image":{"description":"Variation image data.","type":"object","properties":{"id":{"description":"Image ID.","type":"integer","context":["view","edit"]},"date_created":{"description":"The date the image was created, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_created_gmt":{"description":"The date the image was created, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified":{"description":"The date the image was last modified, in the site's timezone.","type":["null","string"],"context":["view","edit"],"readonly":true},"date_modified_gmt":{"description":"The date the image was last modified, as GMT.","type":["null","string"],"context":["view","edit"],"readonly":true},"src":{"description":"Image URL.","type":"string","format":"uri","context":["view","edit"]},"name":{"description":"Image name.","type":"string","context":["view","edit"]},"alt":{"description":"Image alternative text.","type":"string","context":["view","edit"]}},"required":false},"attributes":{"description":"List of attributes.","type":"array","items":{"type":"object","properties":{"id":{"description":"Attribute ID.","type":"integer","context":["view","edit"]},"name":{"description":"Attribute name.","type":"string","context":["view","edit"]},"option":{"description":"Selected attribute term name.","type":"string","context":["view","edit"]}}},"required":false},"menu_order":{"description":"Menu order, used to custom sort products.","type":"integer","required":false},"meta_data":{"description":"Meta data.","type":"array","items":{"type":"object","properties":{"id":{"description":"Meta ID.","type":"integer","context":["view","edit"],"readonly":true},"key":{"description":"Meta key.","type":"string","context":["view","edit"]},"value":{"description":"Meta value.","type":["null","object","string","number","boolean","integer","array"],"context":["view","edit"]}}},"required":false}}}]},"\/wc\/v3\/reports\/sales":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false},"period":{"description":"Report period.","type":"string","enum":["week","month","last_month","year"],"required":false},"date_min":{"description":"Return sales for a specific start date, the date need to be in the YYYY-MM-DD format.","type":"string","format":"date","required":false},"date_max":{"description":"Return sales for a specific end date, the date need to be in the YYYY-MM-DD format.","type":"string","format":"date","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/reports\/sales"}]}},"\/wc\/v3\/reports\/top_sellers":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false},"period":{"description":"Report period.","type":"string","enum":["week","month","last_month","year"],"required":false},"date_min":{"description":"Return sales for a specific start date, the date need to be in the YYYY-MM-DD format.","type":"string","format":"date","required":false},"date_max":{"description":"Return sales for a specific end date, the date need to be in the YYYY-MM-DD format.","type":"string","format":"date","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/reports\/top_sellers"}]}},"\/wc\/v3\/reports\/orders\/totals":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/reports\/orders\/totals"}]}},"\/wc\/v3\/reports\/products\/totals":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/reports\/products\/totals"}]}},"\/wc\/v3\/reports\/customers\/totals":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/reports\/customers\/totals"}]}},"\/wc\/v3\/reports\/coupons\/totals":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/reports\/coupons\/totals"}]}},"\/wc\/v3\/reports\/reviews\/totals":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/reports\/reviews\/totals"}]}},"\/wc\/v3\/reports":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/reports"}]}},"\/wc\/v3\/settings":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/settings"}]}},"\/wc\/v3\/settings\/batch":{"namespace":"wc\/v3","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/settings\/batch"}]}},"\/wc\/v3\/settings\/(?P[\\w-]+)":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"group":{"description":"Settings group ID.","type":"string","required":false}}}]},"\/wc\/v3\/settings\/(?P[\\w-]+)\/batch":{"namespace":"wc\/v3","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"group":{"description":"Settings group ID.","type":"string","required":false},"value":{"description":"Setting value.","type":["null","object","string","number","boolean","integer","array"],"required":false}}}]},"\/wc\/v3\/settings\/(?P[\\w-]+)\/(?P[\\w-]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"group":{"description":"Settings group ID.","type":"string","required":false},"id":{"description":"Unique identifier for the resource.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"group":{"description":"Settings group ID.","type":"string","required":false},"id":{"description":"Unique identifier for the resource.","type":"string","required":false},"value":{"description":"Setting value.","type":["null","object","string","number","boolean","integer","array"],"required":false}}}]},"\/wc\/v3\/shipping\/zones":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST"],"args":{"name":{"type":"string","description":"Shipping zone name.","required":true},"order":{"description":"Shipping zone order.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/shipping\/zones"}]}},"\/wc\/v3\/shipping\/zones\/(?P[\\d]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique ID for the resource.","type":"integer","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique ID for the resource.","type":"integer","required":false},"name":{"description":"Shipping zone name.","type":"string","required":false},"order":{"description":"Shipping zone order.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique ID for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc\/v3\/shipping\/zones\/(?P[\\d]+)\/locations":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique ID for the resource.","type":"integer","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique ID for the resource.","type":"integer","required":false},"code":{"description":"Shipping zone location code.","type":"string","required":false},"type":{"description":"Shipping zone location type.","type":"string","enum":["postcode","state","country","continent"],"required":false}}}]},"\/wc\/v3\/shipping\/zones\/(?P[\\d]+)\/methods":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"zone_id":{"description":"Unique ID for the zone.","type":"integer","required":false}}},{"methods":["POST"],"args":{"zone_id":{"description":"Unique ID for the zone.","type":"integer","required":false},"order":{"description":"Shipping method sort order.","type":"integer","required":false},"enabled":{"description":"Shipping method enabled status.","type":"boolean","required":false},"settings":{"description":"Shipping method settings.","type":"object","properties":{"id":{"description":"A unique identifier for the setting.","type":"string","context":["view","edit"],"readonly":true},"label":{"description":"A human readable label for the setting used in interfaces.","type":"string","context":["view","edit"],"readonly":true},"description":{"description":"A human readable description for the setting used in interfaces.","type":"string","context":["view","edit"],"readonly":true},"type":{"description":"Type of setting.","type":"string","context":["view","edit"],"enum":["text","email","number","color","password","textarea","select","multiselect","radio","image_width","checkbox","class","order"],"readonly":true},"value":{"description":"Setting value.","type":"string","context":["view","edit"]},"default":{"description":"Default value for the setting.","type":"string","context":["view","edit"],"readonly":true},"tip":{"description":"Additional help text shown to the user about the setting.","type":"string","context":["view","edit"],"readonly":true},"placeholder":{"description":"Placeholder text to be displayed in text inputs.","type":"string","context":["view","edit"],"readonly":true}},"required":false},"method_id":{"description":"Shipping method ID.","required":true}}}]},"\/wc\/v3\/shipping\/zones\/(?P[\\d]+)\/methods\/(?P[\\d]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"zone_id":{"description":"Unique ID for the zone.","type":"integer","required":false},"instance_id":{"description":"Unique ID for the instance.","type":"integer","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"zone_id":{"description":"Unique ID for the zone.","type":"integer","required":false},"instance_id":{"description":"Unique ID for the instance.","type":"integer","required":false},"order":{"description":"Shipping method sort order.","type":"integer","required":false},"enabled":{"description":"Shipping method enabled status.","type":"boolean","required":false},"settings":{"description":"Shipping method settings.","type":"object","properties":{"id":{"description":"A unique identifier for the setting.","type":"string","context":["view","edit"],"readonly":true},"label":{"description":"A human readable label for the setting used in interfaces.","type":"string","context":["view","edit"],"readonly":true},"description":{"description":"A human readable description for the setting used in interfaces.","type":"string","context":["view","edit"],"readonly":true},"type":{"description":"Type of setting.","type":"string","context":["view","edit"],"enum":["text","email","number","color","password","textarea","select","multiselect","radio","image_width","checkbox","class","order"],"readonly":true},"value":{"description":"Setting value.","type":"string","context":["view","edit"]},"default":{"description":"Default value for the setting.","type":"string","context":["view","edit"],"readonly":true},"tip":{"description":"Additional help text shown to the user about the setting.","type":"string","context":["view","edit"],"readonly":true},"placeholder":{"description":"Placeholder text to be displayed in text inputs.","type":"string","context":["view","edit"],"readonly":true}},"required":false}}},{"methods":["DELETE"],"args":{"zone_id":{"description":"Unique ID for the zone.","type":"integer","required":false},"instance_id":{"description":"Unique ID for the instance.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Whether to bypass trash and force deletion.","required":false}}}]},"\/wc\/v3\/taxes\/classes":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"name":{"description":"Tax class name.","type":"string","required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/taxes\/classes"}]}},"\/wc\/v3\/taxes\/classes\/(?P\\w[\\w\\s\\-]*)":{"namespace":"wc\/v3","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"Unique slug for the resource.","type":"string","required":false}}},{"methods":["DELETE"],"args":{"slug":{"description":"Unique slug for the resource.","type":"string","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v3\/taxes":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"default":"asc","description":"Order sort attribute ascending or descending.","enum":["asc","desc"],"type":"string","required":false},"orderby":{"default":"order","description":"Sort collection by object attribute.","enum":["id","order","priority"],"type":"string","required":false},"class":{"description":"Sort by tax class.","enum":["standard","reduced-rate","zero-rate"],"type":"string","required":false}}},{"methods":["POST"],"args":{"country":{"description":"Country ISO 3166 code.","type":"string","required":false},"state":{"description":"State code.","type":"string","required":false},"postcode":{"description":"Postcode\/ZIP, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'postcodes' should be used instead.","type":"string","required":false},"city":{"description":"City name, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'cities' should be used instead.","type":"string","required":false},"rate":{"description":"Tax rate.","type":"string","required":false},"name":{"description":"Tax rate name.","type":"string","required":false},"priority":{"default":1,"description":"Tax priority.","type":"integer","required":false},"compound":{"default":false,"description":"Whether or not this is a compound rate.","type":"boolean","required":false},"shipping":{"default":true,"description":"Whether or not this tax rate also gets applied to shipping.","type":"boolean","required":false},"order":{"description":"Indicates the order that will appear in queries.","type":"integer","required":false},"class":{"default":"standard","description":"Tax class.","type":"string","enum":["standard","reduced-rate","zero-rate"],"required":false},"postcodes":{"description":"List of postcodes \/ ZIPs. Introduced in WooCommerce 5.3.","type":"array","items":{"type":"string"},"required":false},"cities":{"description":"List of city names. Introduced in WooCommerce 5.3.","type":"array","items":{"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/taxes"}]}},"\/wc\/v3\/taxes\/(?P[\\d]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"country":{"description":"Country ISO 3166 code.","type":"string","required":false},"state":{"description":"State code.","type":"string","required":false},"postcode":{"description":"Postcode\/ZIP, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'postcodes' should be used instead.","type":"string","required":false},"city":{"description":"City name, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'cities' should be used instead.","type":"string","required":false},"rate":{"description":"Tax rate.","type":"string","required":false},"name":{"description":"Tax rate name.","type":"string","required":false},"priority":{"description":"Tax priority.","type":"integer","required":false},"compound":{"description":"Whether or not this is a compound rate.","type":"boolean","required":false},"shipping":{"description":"Whether or not this tax rate also gets applied to shipping.","type":"boolean","required":false},"order":{"description":"Indicates the order that will appear in queries.","type":"integer","required":false},"class":{"description":"Tax class.","type":"string","enum":["standard","reduced-rate","zero-rate"],"required":false},"postcodes":{"description":"List of postcodes \/ ZIPs. Introduced in WooCommerce 5.3.","type":"array","items":{"type":"string"},"required":false},"cities":{"description":"List of city names. Introduced in WooCommerce 5.3.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v3\/taxes\/batch":{"namespace":"wc\/v3","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"country":{"description":"Country ISO 3166 code.","type":"string","required":false},"state":{"description":"State code.","type":"string","required":false},"postcode":{"description":"Postcode\/ZIP, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'postcodes' should be used instead.","type":"string","required":false},"city":{"description":"City name, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'cities' should be used instead.","type":"string","required":false},"rate":{"description":"Tax rate.","type":"string","required":false},"name":{"description":"Tax rate name.","type":"string","required":false},"priority":{"description":"Tax priority.","type":"integer","required":false},"compound":{"description":"Whether or not this is a compound rate.","type":"boolean","required":false},"shipping":{"description":"Whether or not this tax rate also gets applied to shipping.","type":"boolean","required":false},"order":{"description":"Indicates the order that will appear in queries.","type":"integer","required":false},"class":{"description":"Tax class.","type":"string","enum":["standard","reduced-rate","zero-rate"],"required":false},"postcodes":{"description":"List of postcodes \/ ZIPs. Introduced in WooCommerce 5.3.","type":"array","items":{"type":"string"},"required":false},"cities":{"description":"List of city names. Introduced in WooCommerce 5.3.","type":"array","items":{"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/taxes\/batch"}]}},"\/wc\/v3\/webhooks":{"namespace":"wc\/v3","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Limit response to resources published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to resources published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific ids.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","title"],"required":false},"status":{"default":"all","description":"Limit result set to webhooks assigned a specific status.","type":"string","enum":["all","active","paused","disabled"],"required":false}}},{"methods":["POST"],"args":{"name":{"description":"A friendly name for the webhook.","type":"string","required":false},"status":{"default":"active","description":"Webhook status.","type":"string","enum":["active","paused","disabled"],"required":false},"topic":{"type":"string","description":"Webhook topic.","required":true},"secret":{"description":"Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.","type":"string","required":false},"delivery_url":{"type":"string","description":"Webhook delivery URL.","required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/webhooks"}]}},"\/wc\/v3\/webhooks\/(?P[\\d]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"name":{"description":"A friendly name for the webhook.","type":"string","required":false},"status":{"description":"Webhook status.","type":"string","enum":["active","paused","disabled"],"required":false},"topic":{"description":"Webhook topic.","type":"string","required":false},"secret":{"description":"Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.","type":"string","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the resource.","type":"integer","required":false},"force":{"default":false,"type":"boolean","description":"Required to be true, as resource does not support trashing.","required":false}}}]},"\/wc\/v3\/webhooks\/batch":{"namespace":"wc\/v3","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"A friendly name for the webhook.","type":"string","required":false},"status":{"description":"Webhook status.","type":"string","enum":["active","paused","disabled"],"required":false},"topic":{"description":"Webhook topic.","type":"string","required":false},"secret":{"description":"Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/webhooks\/batch"}]}},"\/wc\/v3\/system_status":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/system_status"}]}},"\/wc\/v3\/system_status\/tools":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/system_status\/tools"}]}},"\/wc\/v3\/system_status\/tools\/(?P[\\w-]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"A unique identifier for the tool.","type":"string","required":false},"name":{"description":"Tool name.","type":"string","required":false},"action":{"description":"What running the tool will do.","type":"string","required":false},"description":{"description":"Tool description.","type":"string","required":false},"success":{"description":"Did the tool run successfully?","type":"boolean","required":false},"message":{"description":"Tool return message.","type":"string","required":false}}}]},"\/wc\/v3\/shipping_methods":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/shipping_methods"}]}},"\/wc\/v3\/shipping_methods\/(?P[\\w-]+)":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"string","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view"],"default":"view","required":false}}}]},"\/wc\/v3\/payment_gateways":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/payment_gateways"}]}},"\/wc\/v3\/payment_gateways\/(?P[\\w-]+)":{"namespace":"wc\/v3","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the resource.","type":"string","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the resource.","type":"string","required":false},"title":{"description":"Payment gateway title on checkout.","type":"string","required":false},"description":{"description":"Payment gateway description on checkout.","type":"string","required":false},"order":{"description":"Payment gateway sort order.","type":"integer","required":false},"enabled":{"description":"Payment gateway enabled status.","type":"boolean","required":false},"settings":{"description":"Payment gateway settings.","type":"object","properties":{"id":{"description":"A unique identifier for the setting.","type":"string","context":["view","edit"],"readonly":true},"label":{"description":"A human readable label for the setting used in interfaces.","type":"string","context":["view","edit"],"readonly":true},"description":{"description":"A human readable description for the setting used in interfaces.","type":"string","context":["view","edit"],"readonly":true},"type":{"description":"Type of setting.","type":"string","context":["view","edit"],"enum":["text","email","number","color","password","textarea","select","multiselect","radio","image_width","checkbox"],"readonly":true},"value":{"description":"Setting value.","type":"string","context":["view","edit"]},"default":{"description":"Default value for the setting.","type":"string","context":["view","edit"],"readonly":true},"tip":{"description":"Additional help text shown to the user about the setting.","type":"string","context":["view","edit"],"readonly":true},"placeholder":{"description":"Placeholder text to be displayed in text inputs.","type":"string","context":["view","edit"],"readonly":true}},"required":false}}}]},"\/wc\/v3\/data":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/data"}]}},"\/wc\/v3\/data\/continents":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/data\/continents"}]}},"\/wc\/v3\/data\/continents\/(?P[\\w-]+)":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"continent":{"description":"2 character continent code.","type":"string","required":false}}}]},"\/wc\/v3\/data\/countries":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/data\/countries"}]}},"\/wc\/v3\/data\/countries\/(?P[\\w-]+)":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"location":{"description":"ISO3166 alpha-2 country code.","type":"string","required":false}}}]},"\/wc\/v3\/data\/currencies":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/data\/currencies"}]}},"\/wc\/v3\/data\/currencies\/current":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wc\/v3\/data\/currencies\/current"}]}},"\/wc\/v3\/data\/currencies\/(?P[\\w-]{3})":{"namespace":"wc\/v3","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"location":{"description":"ISO4217 currency code.","type":"string","required":false}}}]},"\/wccom-site\/v1":{"namespace":"wccom-site\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wccom-site\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wccom-site\/v1"}]}},"\/wccom-site\/v1\/installer":{"namespace":"wccom-site\/v1","methods":["GET","POST","DELETE"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST"],"args":{"products":{"type":"object","required":true}}},{"methods":["DELETE"],"args":[]}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wccom-site\/v1\/installer"}]}},"\/elementor\/v1\/send-event":{"namespace":"elementor\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false}}},{"methods":["POST"],"args":{"event_data":{"description":"All the recorded event data in JSON format","type":"object","required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/elementor\/v1\/send-event"}]}},"\/buddypress\/v1":{"namespace":"buddypress\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"buddypress\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/buddypress\/v1"}]}},"\/buddypress\/v1\/components":{"namespace":"buddypress\/v1","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"status":{"description":"Limit result set to items with a specific status.","default":"all","type":"string","enum":["all","active","inactive"],"required":false},"type":{"description":"Limit result set to items with a specific type.","default":"all","type":"string","enum":["all","optional","retired","required"],"required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"name":{"type":"string","description":"Name of the component.","required":true},"action":{"description":"Whether to activate or deactivate the component.","type":"string","enum":["activate","deactivate"],"required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/buddypress\/v1\/components"}]}},"\/buddypress\/v1\/members":{"namespace":"buddypress\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"type":{"description":"Shorthand for certain orderby\/order combinations.","default":"newest","type":"string","enum":["active","newest","alphabetical","random","online","popular"],"required":false},"user_id":{"description":"Limit results to friends of a user.","default":0,"type":"integer","required":false},"user_ids":{"description":"Pass IDs of users to limit result set.","default":[],"type":"array","items":{"type":"integer"},"required":false},"include":{"description":"Ensure result set includes specific IDs.","default":[],"type":"array","items":{"type":"integer"},"required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","default":[],"type":"array","items":{"type":"integer"},"required":false},"populate_extras":{"description":"Whether to fetch extra BP data about the returned members.","default":false,"type":"boolean","required":false},"member_type":{"description":"Limit results set to certain type(s).","default":[],"type":"array","items":{"type":"string"},"required":false},"xprofile":{"description":"Limit results set to a certain XProfile field.","default":"","type":"string","required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"name":{"description":"Display name for the member.","type":"string","required":false},"user_login":{"description":"An alphanumeric identifier for the Member.","type":"string","required":true},"password":{"description":"Password for the member (never included).","type":"string","required":true},"roles":{"description":"Roles assigned to the member.","type":"array","items":{"type":"string"},"required":false},"member_type":{"description":"Assign a member type to a member, use a comma separated list of member types to assign more than one.","type":"string","enum":[],"required":false},"email":{"description":"The email address for the member.","type":"string","format":"email","required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/buddypress\/v1\/members"}]}},"\/buddypress\/v1\/members\/(?P[\\d]+)":{"namespace":"buddypress\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the member.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"populate_extras":{"description":"Whether to fetch extra BP data about the returned member.","default":false,"type":"boolean","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the member.","type":"integer","required":false},"name":{"description":"Display name for the member.","type":"string","required":false},"roles":{"description":"Roles assigned to the member.","type":"array","items":{"type":"string"},"required":false},"member_type":{"description":"Assign a member type to a member, use a comma separated list of member types to assign more than one.","type":"string","enum":[],"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the member.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as members do not support trashing.","required":false},"reassign":{"type":"integer","description":"Reassign the deleted member's posts and links to this user ID.","required":true}}}]},"\/buddypress\/v1\/members\/me":{"namespace":"buddypress\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"name":{"description":"Display name for the member.","type":"string","required":false},"roles":{"description":"Roles assigned to the member.","type":"array","items":{"type":"string"},"required":false},"member_type":{"description":"Assign a member type to a member, use a comma separated list of member types to assign more than one.","type":"string","enum":[],"required":false}}},{"methods":["DELETE"],"args":{"force":{"type":"boolean","default":false,"description":"B\u1eaft bu\u1ed9c l\u00e0 true, v\u00ec ng\u01b0\u1eddi s\u1eed d\u1ee5ng kh\u00f4ng h\u1ed7 tr\u1ee3 \u0111\u01b0a v\u00e0o th\u00f9ng r\u00e1c.","required":false},"reassign":{"type":"integer","description":"G\u00e1n l\u1ea1i b\u00e0i vi\u1ebft v\u00e0 c\u00e1c li\u00ean k\u1ebft c\u1ee7a ng\u01b0\u1eddi d\u00f9ng b\u1ecb x\u00f3a cho ng\u01b0\u1eddi d\u00f9ng v\u1edbi ID n\u00e0y.","required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/buddypress\/v1\/members\/me"}]}},"\/buddypress\/v1\/members\/(?P[\\d]+)\/avatar":{"namespace":"buddypress\/v1","methods":["GET","POST","DELETE"],"endpoints":[{"methods":["GET"],"args":{"user_id":{"description":"A unique numeric ID for the Member.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"html":{"description":"Whether to return an
HTML element, vs a raw URL to an avatar.","default":false,"type":"boolean","required":false},"alt":{"description":"The alt attribute for the
element.","default":"","type":"string","required":false},"no_gravatar":{"description":"Whether to disable the default Gravatar fallback.","default":false,"type":"boolean","required":false}}},{"methods":["POST"],"args":{"user_id":{"description":"A unique numeric ID for the Member.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"user_id":{"description":"A unique numeric ID for the Member.","type":"integer","required":false}}}]},"\/buddypress\/v1\/members\/(?P[\\d]+)\/cover":{"namespace":"buddypress\/v1","methods":["GET","POST","DELETE"],"endpoints":[{"methods":["GET"],"args":{"user_id":{"description":"A unique numeric ID for the User.","type":"integer","required":false}}},{"methods":["POST"],"args":{"user_id":{"description":"A unique numeric ID for the User.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"user_id":{"description":"A unique numeric ID for the User.","type":"integer","required":false}}}]},"\/buddypress\/v1\/xprofile\/fields":{"namespace":"buddypress\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"profile_group_id":{"description":"ID of the profile group of fields that have profile fields","default":0,"type":"integer","required":false},"hide_empty_groups":{"description":"Whether to hide profile groups of fields that do not have any profile fields or not.","default":false,"type":"boolean","required":false},"user_id":{"description":"Required if you want to load a specific user's data.","default":0,"type":"integer","required":false},"member_type":{"description":"Limit fields by those restricted to a given member type, or array of member types. If `$user_id` is provided, the value of `$member_type` will be overridden by the member types of the provided user. The special value of 'any' will return only those fields that are unrestricted by member type - i.e., those applicable to any type.","default":[],"type":"array","items":{"type":"string"},"required":false},"hide_empty_fields":{"description":"Whether to hide profile fields where the user has not provided data or not.","default":false,"type":"boolean","required":false},"fetch_field_data":{"description":"Whether to fetch data for each field. Requires a $user_id.","default":false,"type":"boolean","required":false},"fetch_visibility_level":{"description":"Whether to fetch the visibility level for each field.","default":false,"type":"boolean","required":false},"exclude_groups":{"description":"Ensure result set excludes specific profile field groups.","default":[],"type":"array","items":{"type":"integer"},"required":false},"exclude_fields":{"description":"Ensure result set excludes specific profile fields.","default":[],"type":"array","items":{"type":"string"},"required":false},"update_meta_cache":{"description":"Whether to pre-fetch xprofilemeta for all retrieved groups, fields, and data.","default":true,"type":"boolean","required":false}}},{"methods":["POST"],"args":{"group_id":{"description":"The ID of the group the field is part of.","type":"integer","required":true},"parent_id":{"description":"The ID of the parent field.","type":"integer","required":false},"type":{"description":"The type for the profile field.","type":"string","enum":["checkbox","datebox","multiselectbox","number","url","radio","selectbox","textarea","textbox","telephone","option"],"required":true},"name":{"description":"The name of the profile field.","type":"string","required":true},"description":{"description":"The description of the profile field.","type":"string","required":false},"is_required":{"description":"Whether the profile field must have a value.","type":"boolean","required":false},"can_delete":{"default":true,"description":"Whether the profile field can be deleted or not.","type":"boolean","required":false},"field_order":{"description":"The order of the profile field into the group of fields.","type":"integer","required":false},"option_order":{"description":"The order of the option into the profile field list of options","type":"integer","required":false},"order_by":{"default":"asc","description":"The way profile field's options are ordered.","type":"string","enum":["asc","desc"],"required":false},"is_default_option":{"description":"Whether the option is the default one for the profile field.","type":"boolean","required":false},"default_visibility":{"default":"public","description":"Default visibility for the profile field.","type":"string","enum":["public","adminsonly","loggedin"],"required":false},"allow_custom_visibility":{"description":"Whether to allow members to set the visibility for the profile field data or not.","default":"allowed","type":"string","enum":["allowed","disabled"],"required":false},"do_autolink":{"description":"Autolink status for this profile field","default":"off","type":"string","enum":["on","off"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/buddypress\/v1\/xprofile\/fields"}]}},"\/buddypress\/v1\/xprofile\/fields\/(?P[\\d]+)":{"namespace":"buddypress\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"A unique numeric ID for the profile field.","type":"integer","required":false},"user_id":{"description":"Required if you want to load a specific user's data.","default":0,"type":"integer","required":false},"fetch_field_data":{"description":"Whether to fetch data for the field. Requires a $user_id.","default":false,"type":"boolean","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"A unique numeric ID for the profile field.","type":"integer","required":false},"group_id":{"description":"The ID of the group the field is part of.","type":"integer","required":false},"parent_id":{"description":"The ID of the parent field.","type":"integer","required":false},"type":{"description":"The type for the profile field.","type":"string","enum":["checkbox","datebox","multiselectbox","number","url","radio","selectbox","textarea","textbox","telephone","option"],"required":false},"name":{"description":"The name of the profile field.","type":"string","required":false},"description":{"description":"The description of the profile field.","type":"string","required":false},"is_required":{"description":"Whether the profile field must have a value.","type":"boolean","required":false},"can_delete":{"description":"Whether the profile field can be deleted or not.","type":"boolean","default":true,"required":false},"field_order":{"description":"The order of the profile field into the group of fields.","type":"integer","required":false},"option_order":{"description":"The order of the option into the profile field list of options","type":"integer","required":false},"order_by":{"description":"The way profile field's options are ordered.","type":"string","enum":["asc","desc"],"default":"asc","required":false},"is_default_option":{"description":"Whether the option is the default one for the profile field.","type":"boolean","required":false},"default_visibility":{"description":"Default visibility for the profile field.","type":"string","enum":["public","adminsonly","loggedin"],"default":"public","required":false},"allow_custom_visibility":{"description":"Whether to allow members to set the visibility for the profile field data or not.","default":"allowed","type":"string","enum":["allowed","disabled"],"required":false},"do_autolink":{"description":"Autolink status for this profile field","default":"off","type":"string","enum":["on","off"],"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"A unique numeric ID for the profile field.","type":"integer","required":false},"delete_data":{"description":"Required if you want to delete users data for the field.","default":false,"type":"boolean","required":false}}}]},"\/buddypress\/v1\/xprofile\/groups":{"namespace":"buddypress\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"profile_group_id":{"description":"ID of the field group that have fields.","default":0,"type":"integer","required":false},"hide_empty_groups":{"description":"Whether to hide profile groups of fields that do not have any profile fields or not.","default":false,"type":"boolean","required":false},"user_id":{"description":"Required if you want to load a specific user's data.","default":0,"type":"integer","required":false},"member_type":{"description":"Limit fields by those restricted to a given member type, or array of member types. If `$user_id` is provided, the value of `$member_type` will be overridden by the member types of the provided user. The special value of 'any' will return only those fields that are unrestricted by member type - i.e., those applicable to any type.","default":[],"type":"array","items":{"type":"string"},"required":false},"hide_empty_fields":{"description":"Whether to hide profile groups of fields that do not have any profile fields or not.","default":false,"type":"boolean","required":false},"fetch_fields":{"description":"Whether to fetch the fields for each group.","default":false,"type":"boolean","required":false},"fetch_field_data":{"description":"Whether to fetch data for each field. Requires a $user_id.","default":false,"type":"boolean","required":false},"fetch_visibility_level":{"description":"Whether to fetch the visibility level for each field.","default":false,"type":"boolean","required":false},"exclude_groups":{"description":"Ensure result set excludes specific profile field groups.","default":[],"type":"array","items":{"type":"integer"},"required":false},"exclude_fields":{"description":"Ensure result set excludes specific profile fields.","default":[],"type":"array","items":{"type":"string"},"required":false},"update_meta_cache":{"description":"Whether to pre-fetch xprofilemeta for all retrieved groups, fields, and data.","default":true,"type":"boolean","required":false}}},{"methods":["POST"],"args":{"name":{"description":"The name of group of profile fields.","type":"string","required":false},"description":{"description":"The description of the group of profile fields.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/buddypress\/v1\/xprofile\/groups"}]}},"\/buddypress\/v1\/xprofile\/groups\/(?P[\\d]+)":{"namespace":"buddypress\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"A unique numeric ID for the group of profile fields.","type":"integer","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"A unique numeric ID for the group of profile fields.","type":"integer","required":false},"name":{"description":"The name of group of profile fields.","type":"string","required":false},"description":{"description":"The description of the group of profile fields.","type":"string","required":false},"group_order":{"description":"The order of the group of profile fields.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"A unique numeric ID for the group of profile fields.","type":"integer","required":false}}}]},"\/buddypress\/v1\/xprofile\/(?P[\\d]+)\/data\/(?P[\\d]+)":{"namespace":"buddypress\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"field_id":{"description":"The ID of the field the data is from.","type":"integer","required":true},"user_id":{"description":"The ID of user the field data is from.","type":"integer","required":true}}},{"methods":["POST","PUT","PATCH"],"args":{"field_id":{"description":"The ID of the field the data is from.","type":"integer","required":true},"user_id":{"description":"The ID of user the field data is from.","type":"integer","required":true},"value":{"description":"The value(s) for the field data.","type":"array","items":{"type":"string"},"required":true}}},{"methods":["DELETE"],"args":{"field_id":{"description":"The ID of the field the data is from.","type":"integer","required":true},"user_id":{"description":"The ID of user the field data is from.","type":"integer","required":true}}}]},"\/buddypress\/v1\/activity":{"namespace":"buddypress\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","default":[],"type":"array","items":{"type":"integer"},"required":false},"include":{"description":"Ensure result set includes specific IDs.","default":[],"type":"array","items":{"type":"integer"},"required":false},"order":{"description":"Order sort attribute ascending or descending.","default":"desc","type":"string","enum":["asc","desc"],"required":false},"after":{"description":"Limit result set to items published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"user_id":{"description":"Limit result set to items created by a specific user (ID).","default":0,"type":"integer","required":false},"status":{"description":"Limit result set to items with a specific status.","default":"ham_only","type":"string","enum":["ham_only","spam_only","all"],"required":false},"scope":{"description":"Limit result set to items with a specific scope.","type":"string","enum":["just-me","friends","groups","favorites","mentions"],"required":false},"group_id":{"description":"Limit result set to items created by a specific group.","default":0,"type":"integer","required":false},"site_id":{"description":"Limit result set to items created by a specific site.","default":0,"type":"integer","required":false},"primary_id":{"description":"Limit result set to items with a specific prime association ID.","default":0,"type":"integer","required":false},"secondary_id":{"description":"Limit result set to items with a specific secondary association ID.","default":0,"type":"integer","required":false},"component":{"description":"Limit result set to items with a specific active BuddyPress component.","type":"string","enum":["activity","members","settings","xprofile","notifications"],"required":false},"type":{"description":"Limit result set to items with a specific activity type.","type":"array","items":{"enum":["new_member","new_avatar","updated_profile","activity_update","activity_comment","bbp_topic_create","bbp_reply_create"],"type":"string"},"required":false},"display_comments":{"description":"No comments by default, stream for within stream display, threaded for below each activity item.","default":"","type":"string","required":false}}},{"methods":["POST"],"args":{"primary_item_id":{"description":"The ID of some other object primarily associated with this one.","type":"integer","required":false},"secondary_item_id":{"description":"The ID of some other object also associated with this one.","type":"integer","required":false},"link":{"description":"The permalink to this activity on the site.","type":"string","format":"uri","required":false},"component":{"description":"The active BuddyPress component the activity relates to.","type":"string","enum":["activity","members","settings","xprofile","notifications"],"required":false},"type":{"description":"The activity type of the activity.","type":"string","enum":["new_member","new_avatar","updated_profile","activity_update","activity_comment","bbp_topic_create","bbp_reply_create"],"required":false},"content":{"description":"Allowed HTML content for the activity.","type":"string","required":false},"date":{"description":"The date the activity was published, in the site's timezone.","type":"string","format":"date-time","required":false},"hidden":{"description":"Whether the activity object should be sitewide hidden or not.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/buddypress\/v1\/activity"}]}},"\/buddypress\/v1\/activity\/(?P[\\d]+)":{"namespace":"buddypress\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"A unique numeric ID for the activity.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"A unique numeric ID for the activity.","type":"integer","required":false},"primary_item_id":{"description":"The ID of some other object primarily associated with this one.","type":"integer","required":false},"secondary_item_id":{"description":"The ID of some other object also associated with this one.","type":"integer","required":false},"link":{"description":"The permalink to this activity on the site.","type":"string","format":"uri","required":false},"component":{"description":"The active BuddyPress component the activity relates to.","type":"string","enum":["activity","members","settings","xprofile","notifications"],"required":false},"type":{"description":"The activity type of the activity.","type":"string","enum":["new_member","new_avatar","updated_profile","activity_update","activity_comment","bbp_topic_create","bbp_reply_create"],"required":true},"content":{"description":"Allowed HTML content for the activity.","type":"string","required":false},"date":{"description":"The date the activity was published, in the site's timezone.","type":"string","format":"date-time","required":false},"hidden":{"description":"Whether the activity object should be sitewide hidden or not.","type":"boolean","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"A unique numeric ID for the activity.","type":"integer","required":false}}}]},"\/buddypress\/v1\/activity\/(?P[\\d]+)\/favorite":{"namespace":"buddypress\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"A unique numeric ID for the activity.","type":"integer","required":false}}}]},"\/buddypress\/v1\/notifications":{"namespace":"buddypress\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"order_by":{"description":"Name of the field to order according to.","default":"id","type":"string","enum":["id","date_notified","item_id","secondary_item_id","component_name","component_action"],"required":false},"sort_order":{"description":"Order sort attribute ascending or descending.","default":"ASC","type":"string","enum":["ASC","DESC"],"required":false},"component_name":{"description":"Limit result set to notifications associated with a specific component","default":"","type":"string","required":false},"component_action":{"description":"Limit result set to notifications associated with a specific component's action name.","default":"","type":"string","required":false},"user_id":{"description":"Limit result set to notifications addressed to a specific user.","default":0,"type":"integer","required":false},"item_id":{"description":"Limit result set to notifications associated with a specific item ID.","default":0,"type":"integer","required":false},"secondary_item_id":{"description":"Limit result set to notifications associated with a specific secondary item ID.","default":0,"type":"integer","required":false},"is_new":{"description":"Limit result set to items from specific states.","default":true,"type":"boolean","required":false}}},{"methods":["POST"],"args":{"user_id":{"default":0,"description":"The ID of the user the notification is addressed to.","type":"integer","required":false},"item_id":{"description":"The ID of the item associated with the notification.","type":"integer","required":false},"secondary_item_id":{"description":"The ID of the secondary item associated with the notification.","type":"integer","required":false},"component":{"description":"The name of the BuddyPress component the notification relates to.","type":"string","required":false},"action":{"description":"The name of the component's action the notification is about.","type":"string","required":false},"date":{"description":"The date the notification was created, in the site's timezone.","type":"string","format":"date-time","required":false},"is_new":{"default":1,"description":"Whether it's a new notification or not.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/buddypress\/v1\/notifications"}]}},"\/buddypress\/v1\/notifications\/(?P[\\d]+)":{"namespace":"buddypress\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"A unique numeric ID for the notification.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"A unique numeric ID for the notification.","type":"integer","required":false},"is_new":{"description":"Whether it's a new notification or not.","type":"integer","default":0,"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"A unique numeric ID for the notification.","type":"integer","required":false}}}]},"\/wp\/v2\/posts":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"author":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 l\u00e0 c\u00e1c b\u00e0i vi\u1ebft c\u1ee7a c\u00e1c t\u00e1c gi\u1ea3 c\u1ee5 th\u1ec3.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"\u0110\u1ea3m b\u1ea3o r\u1eb1ng k\u1ebft qu\u1ea3 \u0111\u00e3 lo\u1ea1i b\u1ecf nh\u1eefng b\u00e0i vi\u1ebft c\u1ee7a c\u00e1c t\u00e1c gi\u1ea3 c\u1ee5 th\u1ec3.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed","any"],"type":"string"},"required":false},"tax_relation":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 d\u1ef1a tr\u00ean m\u1ed1i quan h\u1ec7 gi\u1eefa nhi\u1ec1u nguy\u00ean t\u1eafc ph\u00e2n lo\u1ea1i.","type":"string","enum":["AND","OR"],"required":false},"categories":{"description":"Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh trong ph\u00e2n lo\u1ea1i categories.","type":["object","array"],"oneOf":[{"title":"Danh s\u00e1ch ID Thu\u1eadt ng\u1eef","description":"Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.","type":"array","items":{"type":"integer"}},{"title":"Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef","description":"Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.","type":"object","properties":{"terms":{"description":"ID c\u1ee7a thu\u1eadt ng\u1eef.","type":"array","items":{"type":"integer"},"default":[]},"include_children":{"description":"C\u00f3 bao g\u1ed3m c\u00e1c thu\u1eadt ng\u1eef con trong c\u00e1c thu\u1eadt ng\u1eef gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 hay kh\u00f4ng.","type":"boolean","default":false},"operator":{"description":"Cho d\u00f9 c\u00e1c m\u1ee5c \u0111\u1ec1u \u0111\u01b0\u1ee3c g\u00e1n ho\u1eb7c b\u1ea5t k\u1ef3 m\u1ee5c c\u1ee5 th\u1ec3 n\u00e0o.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"categories_exclude":{"description":"Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c ngo\u1ea1i tr\u1eeb nh\u1eefng m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c g\u00e1n trong ph\u00e2n lo\u1ea1i categories.","type":["object","array"],"oneOf":[{"title":"Danh s\u00e1ch ID Thu\u1eadt ng\u1eef","description":"Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.","type":"array","items":{"type":"integer"}},{"title":"Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef","description":"Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.","type":"object","properties":{"terms":{"description":"ID c\u1ee7a thu\u1eadt ng\u1eef.","type":"array","items":{"type":"integer"},"default":[]},"include_children":{"description":"C\u00f3 bao g\u1ed3m c\u00e1c thu\u1eadt ng\u1eef con trong c\u00e1c thu\u1eadt ng\u1eef gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 hay kh\u00f4ng.","type":"boolean","default":false}},"additionalProperties":false}],"required":false},"tags":{"description":"Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh trong ph\u00e2n lo\u1ea1i tags.","type":["object","array"],"oneOf":[{"title":"Danh s\u00e1ch ID Thu\u1eadt ng\u1eef","description":"Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.","type":"array","items":{"type":"integer"}},{"title":"Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef","description":"Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.","type":"object","properties":{"terms":{"description":"ID c\u1ee7a thu\u1eadt ng\u1eef.","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"Cho d\u00f9 c\u00e1c m\u1ee5c \u0111\u1ec1u \u0111\u01b0\u1ee3c g\u00e1n ho\u1eb7c b\u1ea5t k\u1ef3 m\u1ee5c c\u1ee5 th\u1ec3 n\u00e0o.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"tags_exclude":{"description":"Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c ngo\u1ea1i tr\u1eeb nh\u1eefng m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c g\u00e1n trong ph\u00e2n lo\u1ea1i tags.","type":["object","array"],"oneOf":[{"title":"Danh s\u00e1ch ID Thu\u1eadt ng\u1eef","description":"Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.","type":"array","items":{"type":"integer"}},{"title":"Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef","description":"Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.","type":"object","properties":{"terms":{"description":"ID c\u1ee7a thu\u1eadt ng\u1eef.","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false},"sticky":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 g\u1ed3m nh\u1eefng b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c ghim.","type":"boolean","required":false},"ignore_sticky":{"description":"C\u00f3 b\u1ecf qua b\u00e0i \u0111\u0103ng n\u1ed5i b\u1eadt hay kh\u00f4ng.","type":"boolean","default":true,"required":false},"format":{"description":"Gi\u1edbi h\u1ea1n t\u1eadp k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u1ecbnh d\u1ea1ng nh\u1ea5t \u0111\u1ecbnh.","type":"array","uniqueItems":true,"items":{"enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"ID c\u1ee7a t\u00e1c gi\u1ea3 c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"excerpt":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"comment_status":{"description":"Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.","type":"string","enum":["open","closed"],"required":false},"format":{"description":"\u0110\u1ecbnh d\u1ea1ng cho b\u00e0i vi\u1ebft.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_voice_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_anonymous_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_topic_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_forum_subforum_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"pmpro_default_level":{"type":"integer","title":"","description":"","default":0},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"sticky":{"description":"Li\u1ec7u b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c ghim n\u1ed5i b\u1eadt hay kh\u00f4ng.","type":"boolean","required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false},"categories":{"description":"C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy category.","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy post_tag.","type":"array","items":{"type":"integer"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp\/v2\/posts"}]}},"\/wp\/v2\/posts\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Ghi \u0111\u00e8 \u0111\u1ed9 d\u00e0i \u0111o\u1ea1n tr\u00edch m\u1eb7c \u0111\u1ecbnh.","type":"integer","required":false},"password":{"description":"M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"ID c\u1ee7a t\u00e1c gi\u1ea3 c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"excerpt":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"comment_status":{"description":"Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.","type":"string","enum":["open","closed"],"required":false},"format":{"description":"\u0110\u1ecbnh d\u1ea1ng cho b\u00e0i vi\u1ebft.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_voice_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_anonymous_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_topic_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_forum_subforum_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"pmpro_default_level":{"type":"integer","title":"","description":"","default":0},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"sticky":{"description":"Li\u1ec7u b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c ghim n\u1ed5i b\u1eadt hay kh\u00f4ng.","type":"boolean","required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false},"categories":{"description":"C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy category.","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy post_tag.","type":"array","items":{"type":"integer"},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.","required":false}}}]},"\/wp\/v2\/posts\/(?P[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/posts\/(?P[\\d]+)\/revisions\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.","type":"integer","required":false},"id":{"description":"T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.","type":"integer","required":false},"id":{"description":"T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Y\u00eau c\u1ea7u b\u1eaft bu\u1ed9c ph\u1ea3i \u0111\u00fang v\u00ec b\u1ea3n th\u1ea3o kh\u00f4ng h\u1ed7 tr\u1ee3 b\u1ecf th\u00f9ng r\u00e1c.","required":false}}}]},"\/wp\/v2\/posts\/(?P[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"ID c\u1ee7a t\u00e1c gi\u1ea3 c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"excerpt":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"comment_status":{"description":"Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.","type":"string","enum":["open","closed"],"required":false},"format":{"description":"\u0110\u1ecbnh d\u1ea1ng cho b\u00e0i vi\u1ebft.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_voice_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_anonymous_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_topic_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_forum_subforum_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"pmpro_default_level":{"type":"integer","title":"","description":"","default":0},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"sticky":{"description":"Li\u1ec7u b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c ghim n\u1ed5i b\u1eadt hay kh\u00f4ng.","type":"boolean","required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false},"categories":{"description":"C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy category.","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy post_tag.","type":"array","items":{"type":"integer"},"required":false}}}]},"\/wp\/v2\/posts\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"id":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/pages":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"author":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 l\u00e0 c\u00e1c b\u00e0i vi\u1ebft c\u1ee7a c\u00e1c t\u00e1c gi\u1ea3 c\u1ee5 th\u1ec3.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"\u0110\u1ea3m b\u1ea3o r\u1eb1ng k\u1ebft qu\u1ea3 \u0111\u00e3 lo\u1ea1i b\u1ecf nh\u1eefng b\u00e0i vi\u1ebft c\u1ee7a c\u00e1c t\u00e1c gi\u1ea3 c\u1ee5 th\u1ec3.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"menu_order":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho b\u00e0i vi\u1ebft c\u00f3 gi\u00e1 tr\u1ecb menu_order c\u1ee5 th\u1ec3.","type":"integer","required":false},"search_semantics":{"description":"C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","menu_order"],"required":false},"parent":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng b\u00e0i vi\u1ebft thu\u1ed9c v\u1ec1 nh\u1eefng ID cha c\u1ee5 th\u1ec3.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 tr\u1eeb nh\u1eefng b\u00e0i vi\u1ebft kh\u00f4ng thu\u1ed9c v\u1ec1 m\u1ed9t ID cha c\u1ee5 th\u1ec3.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_columns":{"default":[],"description":"M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"parent":{"description":"ID cha c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"ID c\u1ee7a t\u00e1c gi\u1ea3 c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"excerpt":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"comment_status":{"description":"Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"Th\u1ee9 t\u1ef1 c\u1ee7a b\u00e0i vi\u1ebft t\u00ednh theo s\u1ef1 li\u00ean quan v\u1edbi c\u00e1c b\u00e0i vi\u1ebft kh\u00e1c.","type":"integer","required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_voice_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_anonymous_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_topic_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_forum_subforum_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"pmpro_default_level":{"type":"integer","title":"","description":"","default":0},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp\/v2\/pages"}]}},"\/wp\/v2\/pages\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Ghi \u0111\u00e8 \u0111\u1ed9 d\u00e0i \u0111o\u1ea1n tr\u00edch m\u1eb7c \u0111\u1ecbnh.","type":"integer","required":false},"password":{"description":"M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"parent":{"description":"ID cha c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"ID c\u1ee7a t\u00e1c gi\u1ea3 c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"excerpt":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"comment_status":{"description":"Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"Th\u1ee9 t\u1ef1 c\u1ee7a b\u00e0i vi\u1ebft t\u00ednh theo s\u1ef1 li\u00ean quan v\u1edbi c\u00e1c b\u00e0i vi\u1ebft kh\u00e1c.","type":"integer","required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_voice_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_anonymous_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_topic_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_forum_subforum_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"pmpro_default_level":{"type":"integer","title":"","description":"","default":0},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.","required":false}}}]},"\/wp\/v2\/pages\/(?P[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/pages\/(?P[\\d]+)\/revisions\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.","type":"integer","required":false},"id":{"description":"T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.","type":"integer","required":false},"id":{"description":"T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Y\u00eau c\u1ea7u b\u1eaft bu\u1ed9c ph\u1ea3i \u0111\u00fang v\u00ec b\u1ea3n th\u1ea3o kh\u00f4ng h\u1ed7 tr\u1ee3 b\u1ecf th\u00f9ng r\u00e1c.","required":false}}}]},"\/wp\/v2\/pages\/(?P[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"ID c\u1ee7a t\u00e1c gi\u1ea3 c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"excerpt":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"comment_status":{"description":"Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"Th\u1ee9 t\u1ef1 c\u1ee7a b\u00e0i vi\u1ebft t\u00ednh theo s\u1ef1 li\u00ean quan v\u1edbi c\u00e1c b\u00e0i vi\u1ebft kh\u00e1c.","type":"integer","required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_voice_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_anonymous_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_topic_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_forum_subforum_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"pmpro_default_level":{"type":"integer","title":"","description":"","default":0},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false}}}]},"\/wp\/v2\/pages\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"id":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/media":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"author":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 l\u00e0 c\u00e1c b\u00e0i vi\u1ebft c\u1ee7a c\u00e1c t\u00e1c gi\u1ea3 c\u1ee5 th\u1ec3.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"\u0110\u1ea3m b\u1ea3o r\u1eb1ng k\u1ebft qu\u1ea3 \u0111\u00e3 lo\u1ea1i b\u1ecf nh\u1eefng b\u00e0i vi\u1ebft c\u1ee7a c\u00e1c t\u00e1c gi\u1ea3 c\u1ee5 th\u1ec3.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"parent":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng b\u00e0i vi\u1ebft thu\u1ed9c v\u1ec1 nh\u1eefng ID cha c\u1ee5 th\u1ec3.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 tr\u1eeb nh\u1eefng b\u00e0i vi\u1ebft kh\u00f4ng thu\u1ed9c v\u1ec1 m\u1ed9t ID cha c\u1ee5 th\u1ec3.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_columns":{"default":[],"description":"M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"inherit","description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.","type":"array","items":{"enum":["inherit","private","trash"],"type":"string"},"required":false},"media_type":{"default":null,"description":"Limit result set to attachments of a particular media type or media types.","type":"array","items":{"type":"string","enum":["image","video","text","application","audio"]},"required":false},"mime_type":{"default":null,"description":"Limit result set to attachments of a particular MIME type or MIME types.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"args":{"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"ID c\u1ee7a t\u00e1c gi\u1ea3 c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"featured_media":{"description":"ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"comment_status":{"description":"Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.","type":"string","enum":["open","closed"],"required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_voice_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_anonymous_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_topic_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_forum_subforum_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"pmpro_default_level":{"type":"integer","title":"","description":"","default":0}},"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false},"alt_text":{"description":"Ch\u1eef hi\u1ec7n th\u1ecb thay th\u1ebf khi t\u1ec7p tin \u0111\u00ednh k\u00e8m kh\u00f4ng th\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","required":false},"caption":{"description":"Ch\u00fa th\u00edch c\u1ee7a t\u1ec7p tin \u0111\u00ednh k\u00e8m.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 cho t\u1ec7p tin \u0111\u00ednh k\u00e8m, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML cho t\u1ec7p tin \u0111\u00ednh k\u00e8m, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Mi\u00eau t\u1ea3 c\u1ee7a t\u1ec7p tin \u0111\u00ednh k\u00e8m.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 cho file \u0111\u00ednh k\u00e8m, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"M\u00f4 t\u1ea3 HTML cho file \u0111\u00ednh k\u00e8m, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit"],"readonly":true}},"required":false},"post":{"description":"ID c\u1ee7a b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c \u0111\u01b0\u1ee3c \u0111\u00ednh v\u1edbi t\u1ec7p tin \u0111\u00ednh k\u00e8m.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp\/v2\/media"}]}},"\/wp\/v2\/media\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"ID c\u1ee7a t\u00e1c gi\u1ea3 c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"featured_media":{"description":"ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"comment_status":{"description":"Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.","type":"string","enum":["open","closed"],"required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_voice_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_anonymous_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_topic_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_forum_subforum_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"pmpro_default_level":{"type":"integer","title":"","description":"","default":0}},"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false},"alt_text":{"description":"Ch\u1eef hi\u1ec7n th\u1ecb thay th\u1ebf khi t\u1ec7p tin \u0111\u00ednh k\u00e8m kh\u00f4ng th\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","required":false},"caption":{"description":"Ch\u00fa th\u00edch c\u1ee7a t\u1ec7p tin \u0111\u00ednh k\u00e8m.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 cho t\u1ec7p tin \u0111\u00ednh k\u00e8m, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML cho t\u1ec7p tin \u0111\u00ednh k\u00e8m, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Mi\u00eau t\u1ea3 c\u1ee7a t\u1ec7p tin \u0111\u00ednh k\u00e8m.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 cho file \u0111\u00ednh k\u00e8m, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"M\u00f4 t\u1ea3 HTML cho file \u0111\u00ednh k\u00e8m, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit"],"readonly":true}},"required":false},"post":{"description":"ID c\u1ee7a b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c \u0111\u01b0\u1ee3c \u0111\u00ednh v\u1edbi t\u1ec7p tin \u0111\u00ednh k\u00e8m.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.","required":false}}}]},"\/wp\/v2\/media\/(?P[\\d]+)\/post-process":{"namespace":"wp\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"ID \u0111\u1ecbnh danh duy nh\u1ea5t c\u1ee7a file \u0111\u00ednh k\u00e8m.","type":"integer","required":false},"action":{"type":"string","enum":["create-image-subsizes"],"required":true}}}]},"\/wp\/v2\/media\/(?P[\\d]+)\/edit":{"namespace":"wp\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"src":{"description":"URL t\u1edbi file \u1ea3nh \u0111\u00e3 s\u1eeda.","type":"string","format":"uri","required":true},"modifiers":{"description":"M\u1ea3ng ch\u1ec9nh s\u1eeda h\u00ecnh \u1ea3nh.","type":"array","minItems":1,"items":{"description":"Ch\u1ec9nh s\u1eeda h\u00ecnh \u1ea3nh.","type":"object","required":["type","args"],"oneOf":[{"title":"Flip","properties":{"type":{"description":"Flip type.","type":"string","enum":["flip"]},"args":{"description":"Flip arguments.","type":"object","required":["flip"],"properties":{"flip":{"description":"Flip direction.","type":"object","required":["horizontal","vertical"],"properties":{"horizontal":{"description":"Whether to flip in the horizontal direction.","type":"boolean"},"vertical":{"description":"Whether to flip in the vertical direction.","type":"boolean"}}}}}}},{"title":"Xoay","properties":{"type":{"description":"Ki\u1ec3u xoay.","type":"string","enum":["rotate"]},"args":{"description":"Tham s\u1ed1 xoay v\u00f2ng.","type":"object","required":["angle"],"properties":{"angle":{"description":"G\u00f3c xoay theo chi\u1ec1u kim \u0111\u1ed3ng h\u1ed3 theo \u0111\u1ed9.","type":"number"}}}}},{"title":"C\u1eaft \u1ea3nh","properties":{"type":{"description":"Ki\u1ec3u c\u1eaft.","type":"string","enum":["crop"]},"args":{"description":"Tham s\u1ed1 c\u1eaft.","type":"object","required":["left","top","width","height"],"properties":{"left":{"description":"V\u1ecb tr\u00ed n\u1eb1m ngang t\u1eeb b\u00ean tr\u00e1i \u0111\u1ec3 b\u1eaft \u0111\u1ea7u c\u1eaft theo t\u1ef7 l\u1ec7 ph\u1ea7n tr\u0103m c\u1ee7a chi\u1ec1u r\u1ed9ng h\u00ecnh \u1ea3nh.","type":"number"},"top":{"description":"V\u1ecb tr\u00ed d\u1ecdc t\u1eeb tr\u00ean xu\u1ed1ng \u0111\u1ec3 b\u1eaft \u0111\u1ea7u c\u1eaft theo t\u1ef7 l\u1ec7 ph\u1ea7n tr\u0103m c\u1ee7a chi\u1ec1u cao h\u00ecnh \u1ea3nh.","type":"number"},"width":{"description":"Chi\u1ec1u r\u1ed9ng c\u1ee7a v\u00f9ng c\u1eaft theo t\u1ef7 l\u1ec7 ph\u1ea7n tr\u0103m c\u1ee7a chi\u1ec1u r\u1ed9ng h\u00ecnh \u1ea3nh.","type":"number"},"height":{"description":"Chi\u1ec1u cao c\u1ee7a v\u00f9ng c\u1eaft theo t\u1ef7 l\u1ec7 ph\u1ea7n tr\u0103m c\u1ee7a chi\u1ec1u cao h\u00ecnh \u1ea3nh.","type":"number"}}}}}]},"required":false},"rotation":{"description":"S\u1ed1 \u0111\u1ed9 xoay \u1ea3nh theo chi\u1ec1u kim \u0111\u1ed3ng h\u1ed3. KH\u00d4NG D\u00d9NG N\u1eeeA: Thay v\u00e0o \u0111\u00f3, h\u00e3y d\u00f9ng `modifiers`.","type":"integer","minimum":0,"exclusiveMinimum":true,"maximum":360,"exclusiveMaximum":true,"required":false},"x":{"description":"T\u00ednh theo ph\u1ea7n tr\u0103m c\u1ee7a h\u00ecnh \u1ea3nh, v\u1ecb tr\u00ed x \u0111\u1ec3 b\u1eaft \u0111\u1ea7u c\u1eaft x\u00e9n. \u0110\u00c3 B\u1ece QUA: Thay v\u00e0o \u0111\u00f3, h\u00e3y s\u1eed d\u1ee5ng `modifiers`.","type":"number","minimum":0,"maximum":100,"required":false},"y":{"description":"T\u00ednh theo ph\u1ea7n tr\u0103m c\u1ee7a h\u00ecnh \u1ea3nh, v\u1ecb tr\u00ed y \u0111\u1ec3 b\u1eaft \u0111\u1ea7u c\u1eaft x\u00e9n. \u0110\u00c3 B\u1ece QUA: Thay v\u00e0o \u0111\u00f3, h\u00e3y s\u1eed d\u1ee5ng `modifiers`.","type":"number","minimum":0,"maximum":100,"required":false},"width":{"description":"T\u00ednh theo ph\u1ea7n tr\u0103m c\u1ee7a h\u00ecnh \u1ea3nh, chi\u1ec1u r\u1ed9ng \u0111\u1ec3 c\u1eaft h\u00ecnh \u1ea3nh. \u0110\u00c3 B\u1ece QUA: Thay v\u00e0o \u0111\u00f3, h\u00e3y s\u1eed d\u1ee5ng `modifiers`.","type":"number","minimum":0,"maximum":100,"required":false},"height":{"description":"T\u00ednh theo ph\u1ea7n tr\u0103m c\u1ee7a h\u00ecnh \u1ea3nh, chi\u1ec1u cao \u0111\u1ec3 c\u1eaft h\u00ecnh \u1ea3nh. \u0110\u00c3 B\u1ece QUA: Thay v\u00e0o \u0111\u00f3, h\u00e3y s\u1eed d\u1ee5ng `modifiers`.","type":"number","minimum":0,"maximum":100,"required":false},"caption":{"description":"Ch\u00fa th\u00edch c\u1ee7a t\u1ec7p tin \u0111\u00ednh k\u00e8m.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 cho t\u1ec7p tin \u0111\u00ednh k\u00e8m, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML cho t\u1ec7p tin \u0111\u00ednh k\u00e8m, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Mi\u00eau t\u1ea3 c\u1ee7a t\u1ec7p tin \u0111\u00ednh k\u00e8m.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 cho file \u0111\u00ednh k\u00e8m, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"M\u00f4 t\u1ea3 HTML cho file \u0111\u00ednh k\u00e8m, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit"],"readonly":true}},"required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"post":{"description":"ID c\u1ee7a b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c \u0111\u01b0\u1ee3c \u0111\u00ednh v\u1edbi t\u1ec7p tin \u0111\u00ednh k\u00e8m.","type":"integer","required":false},"alt_text":{"description":"Ch\u1eef hi\u1ec7n th\u1ecb thay th\u1ebf khi t\u1ec7p tin \u0111\u00ednh k\u00e8m kh\u00f4ng th\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","required":false}}}]},"\/wp\/v2\/menu-items":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":100,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.","type":"string","default":"menu_order","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","menu_order"],"required":false},"search_columns":{"default":[],"description":"M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed","any"],"type":"string"},"required":false},"tax_relation":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 d\u1ef1a tr\u00ean m\u1ed1i quan h\u1ec7 gi\u1eefa nhi\u1ec1u nguy\u00ean t\u1eafc ph\u00e2n lo\u1ea1i.","type":"string","enum":["AND","OR"],"required":false},"menus":{"description":"Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh trong ph\u00e2n lo\u1ea1i menus.","type":["object","array"],"oneOf":[{"title":"Danh s\u00e1ch ID Thu\u1eadt ng\u1eef","description":"Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.","type":"array","items":{"type":"integer"}},{"title":"Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef","description":"Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.","type":"object","properties":{"terms":{"description":"ID c\u1ee7a thu\u1eadt ng\u1eef.","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"Cho d\u00f9 c\u00e1c m\u1ee5c \u0111\u1ec1u \u0111\u01b0\u1ee3c g\u00e1n ho\u1eb7c b\u1ea5t k\u1ef3 m\u1ee5c c\u1ee5 th\u1ec3 n\u00e0o.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"menus_exclude":{"description":"Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c ngo\u1ea1i tr\u1eeb nh\u1eefng m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c g\u00e1n trong ph\u00e2n lo\u1ea1i menus.","type":["object","array"],"oneOf":[{"title":"Danh s\u00e1ch ID Thu\u1eadt ng\u1eef","description":"Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.","type":"array","items":{"type":"integer"}},{"title":"Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef","description":"Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.","type":"object","properties":{"terms":{"description":"ID c\u1ee7a thu\u1eadt ng\u1eef.","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false},"menu_order":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho b\u00e0i vi\u1ebft c\u00f3 gi\u00e1 tr\u1ecb menu_order c\u1ee5 th\u1ec3.","type":"integer","required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"title":{"description":"Ti\u00eau \u0111\u1ec1 cho \u0111\u1ed1i t\u01b0\u1ee3ng.","type":["string","object"],"properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 cho \u0111\u1ed1i t\u01b0\u1ee3ng, nh\u01b0 n\u00f3 \u0111\u00e3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML cho \u0111\u1ed1i t\u01b0\u1ee3ng, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"default":"custom","description":"B\u1ed9 \u0111\u1ed1i t\u01b0\u1ee3ng \u0111\u01b0\u1ee3c \u0111\u1ea1i di\u1ec7n ban \u0111\u1ea7u, ch\u1eb3ng h\u1ea1n nh\u01b0 \"post_type\" ho\u1eb7c \"taxonomy\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"default":"publish","description":"Tr\u1ea1ng th\u00e1i \u0111\u01b0\u1ee3c \u0111\u1eb7t t\u00ean cho \u0111\u1ed1i t\u01b0\u1ee3ng.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"parent":{"default":0,"description":"ID m\u1eb9 c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.","type":"integer","minimum":0,"required":false},"attr_title":{"description":"N\u1ed9i dung cho thu\u1ed9c t\u00ednh ti\u00eau \u0111\u1ec1 c\u1ee7a th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft cho m\u1ee5c menu n\u00e0y.","type":"string","required":false},"classes":{"description":"T\u00ean l\u1edbp cho th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft c\u1ee7a m\u1ee5c menu n\u00e0y.","type":"array","items":{"type":"string"},"required":false},"description":{"description":"M\u00f4 t\u1ea3 c\u1ee7a m\u1ee5c menu n\u00e0y.","type":"string","required":false},"menu_order":{"default":1,"description":"ID DB c\u1ee7a nav_menu_item l\u00e0 ngu\u1ed3n g\u1ed1c menu c\u1ee7a m\u1ee5c n\u00e0y, n\u1ebfu c\u00f3, n\u1ebfu kh\u00f4ng th\u00ec l\u00e0 0.","type":"integer","minimum":1,"required":false},"object":{"description":"Lo\u1ea1i \u0111\u1ed1i t\u01b0\u1ee3ng \u0111\u01b0\u1ee3c \u0111\u1ea1i di\u1ec7n, ch\u1eb3ng h\u1ea1n nh\u01b0 \"danh m\u1ee5c\", \"b\u00e0i vi\u1ebft\" ho\u1eb7c \"t\u1ec7p tin \u0111\u00ednh k\u00e8m\".","type":"string","required":false},"object_id":{"default":0,"description":"ID c\u01a1 s\u1edf d\u1eef li\u1ec7u c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng ban \u0111\u1ea7u m\u00e0 m\u1ee5c menu n\u00e0y \u0111\u1ea1i di\u1ec7n, v\u00ed d\u1ee5: ID cho c\u00e1c b\u00e0i vi\u1ebft v\u00e0 term_id cho c\u00e1c danh m\u1ee5c.","type":"integer","minimum":0,"required":false},"target":{"description":"Thu\u1ed9c t\u00ednh \u0111\u00edch c\u1ee7a th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft cho m\u1ee5c menu n\u00e0y.","type":"string","enum":["_blank",""],"required":false},"url":{"description":"URL m\u00e0 m\u1ee5c menu n\u00e0y tr\u1ecf \u0111\u1ebfn.","type":"string","format":"uri","required":false},"xfn":{"description":"M\u1ed1i quan h\u1ec7 XFN \u0111\u01b0\u1ee3c th\u1ec3 hi\u1ec7n trong li\u00ean k\u1ebft c\u1ee7a m\u1ee5c menu n\u00e0y.","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"Thu\u1eadt ng\u1eef \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t \u0111\u1ed1i t\u01b0\u1ee3ng c\u1ee7a ph\u00e2n lo\u1ea1i b\u00e0i vi\u1ebft nav_menu.","type":"integer","required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_voice_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_anonymous_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_topic_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_forum_subforum_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"pmpro_default_level":{"type":"integer","title":"","description":"","default":0}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp\/v2\/menu-items"}]}},"\/wp\/v2\/menu-items\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho \u0111\u1ed1i t\u01b0\u1ee3ng.","type":["string","object"],"properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 cho \u0111\u1ed1i t\u01b0\u1ee3ng, nh\u01b0 n\u00f3 \u0111\u00e3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML cho \u0111\u1ed1i t\u01b0\u1ee3ng, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"description":"B\u1ed9 \u0111\u1ed1i t\u01b0\u1ee3ng \u0111\u01b0\u1ee3c \u0111\u1ea1i di\u1ec7n ban \u0111\u1ea7u, ch\u1eb3ng h\u1ea1n nh\u01b0 \"post_type\" ho\u1eb7c \"taxonomy\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i \u0111\u01b0\u1ee3c \u0111\u1eb7t t\u00ean cho \u0111\u1ed1i t\u01b0\u1ee3ng.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"parent":{"description":"ID m\u1eb9 c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.","type":"integer","minimum":0,"required":false},"attr_title":{"description":"N\u1ed9i dung cho thu\u1ed9c t\u00ednh ti\u00eau \u0111\u1ec1 c\u1ee7a th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft cho m\u1ee5c menu n\u00e0y.","type":"string","required":false},"classes":{"description":"T\u00ean l\u1edbp cho th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft c\u1ee7a m\u1ee5c menu n\u00e0y.","type":"array","items":{"type":"string"},"required":false},"description":{"description":"M\u00f4 t\u1ea3 c\u1ee7a m\u1ee5c menu n\u00e0y.","type":"string","required":false},"menu_order":{"description":"ID DB c\u1ee7a nav_menu_item l\u00e0 ngu\u1ed3n g\u1ed1c menu c\u1ee7a m\u1ee5c n\u00e0y, n\u1ebfu c\u00f3, n\u1ebfu kh\u00f4ng th\u00ec l\u00e0 0.","type":"integer","minimum":1,"required":false},"object":{"description":"Lo\u1ea1i \u0111\u1ed1i t\u01b0\u1ee3ng \u0111\u01b0\u1ee3c \u0111\u1ea1i di\u1ec7n, ch\u1eb3ng h\u1ea1n nh\u01b0 \"danh m\u1ee5c\", \"b\u00e0i vi\u1ebft\" ho\u1eb7c \"t\u1ec7p tin \u0111\u00ednh k\u00e8m\".","type":"string","required":false},"object_id":{"description":"ID c\u01a1 s\u1edf d\u1eef li\u1ec7u c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng ban \u0111\u1ea7u m\u00e0 m\u1ee5c menu n\u00e0y \u0111\u1ea1i di\u1ec7n, v\u00ed d\u1ee5: ID cho c\u00e1c b\u00e0i vi\u1ebft v\u00e0 term_id cho c\u00e1c danh m\u1ee5c.","type":"integer","minimum":0,"required":false},"target":{"description":"Thu\u1ed9c t\u00ednh \u0111\u00edch c\u1ee7a th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft cho m\u1ee5c menu n\u00e0y.","type":"string","enum":["_blank",""],"required":false},"url":{"description":"URL m\u00e0 m\u1ee5c menu n\u00e0y tr\u1ecf \u0111\u1ebfn.","type":"string","format":"uri","required":false},"xfn":{"description":"M\u1ed1i quan h\u1ec7 XFN \u0111\u01b0\u1ee3c th\u1ec3 hi\u1ec7n trong li\u00ean k\u1ebft c\u1ee7a m\u1ee5c menu n\u00e0y.","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"Thu\u1eadt ng\u1eef \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t \u0111\u1ed1i t\u01b0\u1ee3ng c\u1ee7a ph\u00e2n lo\u1ea1i b\u00e0i vi\u1ebft nav_menu.","type":"integer","required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_voice_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_anonymous_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_topic_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_forum_subforum_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"pmpro_default_level":{"type":"integer","title":"","description":"","default":0}},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.","required":false}}}]},"\/wp\/v2\/menu-items\/(?P[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"ID m\u1eb9 c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.","type":"integer","minimum":0,"required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho \u0111\u1ed1i t\u01b0\u1ee3ng.","type":["string","object"],"properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 cho \u0111\u1ed1i t\u01b0\u1ee3ng, nh\u01b0 n\u00f3 \u0111\u00e3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML cho \u0111\u1ed1i t\u01b0\u1ee3ng, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"description":"B\u1ed9 \u0111\u1ed1i t\u01b0\u1ee3ng \u0111\u01b0\u1ee3c \u0111\u1ea1i di\u1ec7n ban \u0111\u1ea7u, ch\u1eb3ng h\u1ea1n nh\u01b0 \"post_type\" ho\u1eb7c \"taxonomy\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i \u0111\u01b0\u1ee3c \u0111\u1eb7t t\u00ean cho \u0111\u1ed1i t\u01b0\u1ee3ng.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"attr_title":{"description":"N\u1ed9i dung cho thu\u1ed9c t\u00ednh ti\u00eau \u0111\u1ec1 c\u1ee7a th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft cho m\u1ee5c menu n\u00e0y.","type":"string","required":false},"classes":{"description":"T\u00ean l\u1edbp cho th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft c\u1ee7a m\u1ee5c menu n\u00e0y.","type":"array","items":{"type":"string"},"required":false},"description":{"description":"M\u00f4 t\u1ea3 c\u1ee7a m\u1ee5c menu n\u00e0y.","type":"string","required":false},"menu_order":{"description":"ID DB c\u1ee7a nav_menu_item l\u00e0 ngu\u1ed3n g\u1ed1c menu c\u1ee7a m\u1ee5c n\u00e0y, n\u1ebfu c\u00f3, n\u1ebfu kh\u00f4ng th\u00ec l\u00e0 0.","type":"integer","minimum":1,"required":false},"object":{"description":"Lo\u1ea1i \u0111\u1ed1i t\u01b0\u1ee3ng \u0111\u01b0\u1ee3c \u0111\u1ea1i di\u1ec7n, ch\u1eb3ng h\u1ea1n nh\u01b0 \"danh m\u1ee5c\", \"b\u00e0i vi\u1ebft\" ho\u1eb7c \"t\u1ec7p tin \u0111\u00ednh k\u00e8m\".","type":"string","required":false},"object_id":{"description":"ID c\u01a1 s\u1edf d\u1eef li\u1ec7u c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng ban \u0111\u1ea7u m\u00e0 m\u1ee5c menu n\u00e0y \u0111\u1ea1i di\u1ec7n, v\u00ed d\u1ee5: ID cho c\u00e1c b\u00e0i vi\u1ebft v\u00e0 term_id cho c\u00e1c danh m\u1ee5c.","type":"integer","minimum":0,"required":false},"target":{"description":"Thu\u1ed9c t\u00ednh \u0111\u00edch c\u1ee7a th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft cho m\u1ee5c menu n\u00e0y.","type":"string","enum":["_blank",""],"required":false},"url":{"description":"URL m\u00e0 m\u1ee5c menu n\u00e0y tr\u1ecf \u0111\u1ebfn.","type":"string","format":"uri","required":false},"xfn":{"description":"M\u1ed1i quan h\u1ec7 XFN \u0111\u01b0\u1ee3c th\u1ec3 hi\u1ec7n trong li\u00ean k\u1ebft c\u1ee7a m\u1ee5c menu n\u00e0y.","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"Thu\u1eadt ng\u1eef \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t \u0111\u1ed1i t\u01b0\u1ee3ng c\u1ee7a ph\u00e2n lo\u1ea1i b\u00e0i vi\u1ebft nav_menu.","type":"integer","required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_voice_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_anonymous_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_topic_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_forum_subforum_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"pmpro_default_level":{"type":"integer","title":"","description":"","default":0}},"required":false}}}]},"\/wp\/v2\/menu-items\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"id":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/blocks":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed","any"],"type":"string"},"required":false},"tax_relation":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 d\u1ef1a tr\u00ean m\u1ed1i quan h\u1ec7 gi\u1eefa nhi\u1ec1u nguy\u00ean t\u1eafc ph\u00e2n lo\u1ea1i.","type":"string","enum":["AND","OR"],"required":false},"wp_pattern_category":{"description":"Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh trong ph\u00e2n lo\u1ea1i wp_pattern_category.","type":["object","array"],"oneOf":[{"title":"Danh s\u00e1ch ID Thu\u1eadt ng\u1eef","description":"Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.","type":"array","items":{"type":"integer"}},{"title":"Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef","description":"Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.","type":"object","properties":{"terms":{"description":"ID c\u1ee7a thu\u1eadt ng\u1eef.","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"Cho d\u00f9 c\u00e1c m\u1ee5c \u0111\u1ec1u \u0111\u01b0\u1ee3c g\u00e1n ho\u1eb7c b\u1ea5t k\u1ef3 m\u1ee5c c\u1ee5 th\u1ec3 n\u00e0o.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"wp_pattern_category_exclude":{"description":"Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c ngo\u1ea1i tr\u1eeb nh\u1eefng m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c g\u00e1n trong ph\u00e2n lo\u1ea1i wp_pattern_category.","type":["object","array"],"oneOf":[{"title":"Danh s\u00e1ch ID Thu\u1eadt ng\u1eef","description":"Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.","type":"array","items":{"type":"integer"}},{"title":"Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef","description":"Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.","type":"object","properties":{"terms":{"description":"ID c\u1ee7a thu\u1eadt ng\u1eef.","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit"]},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_voice_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_anonymous_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_topic_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_forum_subforum_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"pmpro_default_level":{"type":"integer","title":"","description":"","default":0},"wp_pattern_sync_status":{"type":"string","title":"","description":"","default":"","enum":["partial","unsynced"]},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false},"wp_pattern_category":{"description":"C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy wp_pattern_category.","type":"array","items":{"type":"integer"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp\/v2\/blocks"}]}},"\/wp\/v2\/blocks\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Ghi \u0111\u00e8 \u0111\u1ed9 d\u00e0i \u0111o\u1ea1n tr\u00edch m\u1eb7c \u0111\u1ecbnh.","type":"integer","required":false},"password":{"description":"M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit"]},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_voice_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_anonymous_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_topic_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_forum_subforum_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"pmpro_default_level":{"type":"integer","title":"","description":"","default":0},"wp_pattern_sync_status":{"type":"string","title":"","description":"","default":"","enum":["partial","unsynced"]},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false},"wp_pattern_category":{"description":"C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy wp_pattern_category.","type":"array","items":{"type":"integer"},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.","required":false}}}]},"\/wp\/v2\/blocks\/(?P[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/blocks\/(?P[\\d]+)\/revisions\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.","type":"integer","required":false},"id":{"description":"T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.","type":"integer","required":false},"id":{"description":"T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Y\u00eau c\u1ea7u b\u1eaft bu\u1ed9c ph\u1ea3i \u0111\u00fang v\u00ec b\u1ea3n th\u1ea3o kh\u00f4ng h\u1ed7 tr\u1ee3 b\u1ecf th\u00f9ng r\u00e1c.","required":false}}}]},"\/wp\/v2\/blocks\/(?P[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit"]},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_voice_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_anonymous_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_topic_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_forum_subforum_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"pmpro_default_level":{"type":"integer","title":"","description":"","default":0},"wp_pattern_sync_status":{"type":"string","title":"","description":"","default":"","enum":["partial","unsynced"]},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false},"wp_pattern_category":{"description":"C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy wp_pattern_category.","type":"array","items":{"type":"integer"},"required":false}}}]},"\/wp\/v2\/blocks\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"id":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"id":{"description":"T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"id":{"description":"T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Y\u00eau c\u1ea7u b\u1eaft bu\u1ed9c ph\u1ea3i \u0111\u00fang v\u00ec b\u1ea3n th\u1ea3o kh\u00f4ng h\u1ed7 tr\u1ee3 b\u1ecf th\u00f9ng r\u00e1c.","required":false}}}]},"\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"id":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"slug":{"description":"Slug duy nh\u1ea5t \u0111\u1ecbnh danh cho m\u1eabu.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"\u0110\u1ecbnh danh giao di\u1ec7n c\u1ee7a m\u1eabu.","type":"string","required":false},"type":{"description":"Lo\u1ea1i m\u1eabu.","type":"string","required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a m\u1eabu.","type":["object","string"],"properties":{"raw":{"description":"N\u1ed9i dung cho m\u1eabu, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit"]},"block_version":{"description":"Phi\u00ean b\u1ea3n c\u1ee7a \u0111\u1ecbnh d\u1ea1ng kh\u1ed1i n\u1ed9i dung \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi m\u1eabu.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"T\u00ean m\u1eabu.","type":["object","string"],"properties":{"raw":{"description":"T\u00ean template, trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML cho m\u1eabu, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"M\u00f4 t\u1ea3 c\u1ee7a m\u1eabu.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u1ee7a m\u1eabu.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"author":{"description":"ID cho t\u00e1c gi\u1ea3 c\u1ee7a m\u1eabu.","type":"integer","required":false}}}]},"\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"id":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/templates":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"wp_id":{"description":"Gi\u1edbi h\u1ea1n \u0111\u1ed1i v\u1edbi id b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh.","type":"integer","required":false},"area":{"description":"Gi\u1edbi h\u1ea1n v\u00f9ng ch\u1ee9a th\u00e0nh ph\u1ea7n m\u1eabu trang c\u1ee5 th\u1ec3.","type":"string","required":false},"post_type":{"description":"Ki\u1ec3u b\u00e0i vi\u1ebft s\u1ebd \u0111\u01b0\u1ee3c nh\u1eadn m\u1eabu.","type":"string","required":false}}},{"methods":["POST"],"args":{"slug":{"description":"Slug duy nh\u1ea5t \u0111\u1ecbnh danh cho m\u1eabu.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":true},"theme":{"description":"\u0110\u1ecbnh danh giao di\u1ec7n c\u1ee7a m\u1eabu.","type":"string","required":false},"type":{"description":"Lo\u1ea1i m\u1eabu.","type":"string","required":false},"content":{"default":"","description":"N\u1ed9i dung c\u1ee7a m\u1eabu.","type":["object","string"],"properties":{"raw":{"description":"N\u1ed9i dung cho m\u1eabu, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit"]},"block_version":{"description":"Phi\u00ean b\u1ea3n c\u1ee7a \u0111\u1ecbnh d\u1ea1ng kh\u1ed1i n\u1ed9i dung \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi m\u1eabu.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"default":"","description":"T\u00ean m\u1eabu.","type":["object","string"],"properties":{"raw":{"description":"T\u00ean template, trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML cho m\u1eabu, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"default":"","description":"M\u00f4 t\u1ea3 c\u1ee7a m\u1eabu.","type":"string","required":false},"status":{"default":"publish","description":"Tr\u1ea1ng th\u00e1i c\u1ee7a m\u1eabu.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"author":{"description":"ID cho t\u00e1c gi\u1ea3 c\u1ee7a m\u1eabu.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp\/v2\/templates"}]}},"\/wp\/v2\/templates\/lookup":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"Slug c\u1ee7a m\u1eabu \u0111\u1ec3 l\u1ea5y ph\u1ea7n d\u1ef1 ph\u00f2ng cho","type":"string","required":true},"is_custom":{"description":"Ch\u1ec9 ra n\u1ebfu m\u1ed9t m\u1eabu l\u00e0 t\u00f9y ch\u1ec9nh ho\u1eb7c l\u00e0 m\u1ed9t ph\u1ea7n c\u1ee7a h\u1ec7 th\u1ed1ng m\u1eabu","type":"boolean","required":false},"template_prefix":{"description":"Ti\u1ec1n t\u1ed1 m\u1eabu cho m\u1eabu \u0111\u00e3 t\u1ea1o. \u0110i\u1ec1u n\u00e0y \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng \u0111\u1ec3 tr\u00edch xu\u1ea5t lo\u1ea1i m\u1eabu ch\u00ednh, v\u00ed d\u1ee5: trong `s\u00e1ch ph\u00e2n lo\u1ea1i` tr\u00edch xu\u1ea5t `ph\u00e2n lo\u1ea1i`","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp\/v2\/templates\/lookup"}]}},"\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"slug":{"description":"Slug duy nh\u1ea5t \u0111\u1ecbnh danh cho m\u1eabu.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"\u0110\u1ecbnh danh giao di\u1ec7n c\u1ee7a m\u1eabu.","type":"string","required":false},"type":{"description":"Lo\u1ea1i m\u1eabu.","type":"string","required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a m\u1eabu.","type":["object","string"],"properties":{"raw":{"description":"N\u1ed9i dung cho m\u1eabu, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit"]},"block_version":{"description":"Phi\u00ean b\u1ea3n c\u1ee7a \u0111\u1ecbnh d\u1ea1ng kh\u1ed1i n\u1ed9i dung \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi m\u1eabu.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"T\u00ean m\u1eabu.","type":["object","string"],"properties":{"raw":{"description":"T\u00ean template, trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML cho m\u1eabu, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"M\u00f4 t\u1ea3 c\u1ee7a m\u1eabu.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u1ee7a m\u1eabu.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"author":{"description":"ID cho t\u00e1c gi\u1ea3 c\u1ee7a m\u1eabu.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"force":{"type":"boolean","default":false,"description":"C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.","required":false}}}]},"\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"id":{"description":"T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"id":{"description":"T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Y\u00eau c\u1ea7u b\u1eaft bu\u1ed9c ph\u1ea3i \u0111\u00fang v\u00ec b\u1ea3n th\u1ea3o kh\u00f4ng h\u1ed7 tr\u1ee3 b\u1ecf th\u00f9ng r\u00e1c.","required":false}}}]},"\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"id":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"slug":{"description":"Slug duy nh\u1ea5t \u0111\u1ecbnh danh cho m\u1eabu.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"\u0110\u1ecbnh danh giao di\u1ec7n c\u1ee7a m\u1eabu.","type":"string","required":false},"type":{"description":"Lo\u1ea1i m\u1eabu.","type":"string","required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a m\u1eabu.","type":["object","string"],"properties":{"raw":{"description":"N\u1ed9i dung cho m\u1eabu, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit"]},"block_version":{"description":"Phi\u00ean b\u1ea3n c\u1ee7a \u0111\u1ecbnh d\u1ea1ng kh\u1ed1i n\u1ed9i dung \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi m\u1eabu.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"T\u00ean m\u1eabu.","type":["object","string"],"properties":{"raw":{"description":"T\u00ean template, trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML cho m\u1eabu, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"M\u00f4 t\u1ea3 c\u1ee7a m\u1eabu.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u1ee7a m\u1eabu.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"author":{"description":"ID cho t\u00e1c gi\u1ea3 c\u1ee7a m\u1eabu.","type":"integer","required":false},"area":{"description":"N\u01a1i th\u00e0nh ph\u1ea7n m\u1eabu trang \u0111\u01b0\u1ee3c d\u1ef1 \u0111\u1ecbnh s\u1eed d\u1ee5ng (\u0111\u1ea7u trang, ch\u00e2n trang, v.v.)","type":"string","required":false}}}]},"\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"id":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/template-parts":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"wp_id":{"description":"Gi\u1edbi h\u1ea1n \u0111\u1ed1i v\u1edbi id b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh.","type":"integer","required":false},"area":{"description":"Gi\u1edbi h\u1ea1n v\u00f9ng ch\u1ee9a th\u00e0nh ph\u1ea7n m\u1eabu trang c\u1ee5 th\u1ec3.","type":"string","required":false},"post_type":{"description":"Ki\u1ec3u b\u00e0i vi\u1ebft s\u1ebd \u0111\u01b0\u1ee3c nh\u1eadn m\u1eabu.","type":"string","required":false}}},{"methods":["POST"],"args":{"slug":{"description":"Slug duy nh\u1ea5t \u0111\u1ecbnh danh cho m\u1eabu.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":true},"theme":{"description":"\u0110\u1ecbnh danh giao di\u1ec7n c\u1ee7a m\u1eabu.","type":"string","required":false},"type":{"description":"Lo\u1ea1i m\u1eabu.","type":"string","required":false},"content":{"default":"","description":"N\u1ed9i dung c\u1ee7a m\u1eabu.","type":["object","string"],"properties":{"raw":{"description":"N\u1ed9i dung cho m\u1eabu, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit"]},"block_version":{"description":"Phi\u00ean b\u1ea3n c\u1ee7a \u0111\u1ecbnh d\u1ea1ng kh\u1ed1i n\u1ed9i dung \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi m\u1eabu.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"default":"","description":"T\u00ean m\u1eabu.","type":["object","string"],"properties":{"raw":{"description":"T\u00ean template, trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML cho m\u1eabu, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"default":"","description":"M\u00f4 t\u1ea3 c\u1ee7a m\u1eabu.","type":"string","required":false},"status":{"default":"publish","description":"Tr\u1ea1ng th\u00e1i c\u1ee7a m\u1eabu.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"author":{"description":"ID cho t\u00e1c gi\u1ea3 c\u1ee7a m\u1eabu.","type":"integer","required":false},"area":{"description":"N\u01a1i th\u00e0nh ph\u1ea7n m\u1eabu trang \u0111\u01b0\u1ee3c d\u1ef1 \u0111\u1ecbnh s\u1eed d\u1ee5ng (\u0111\u1ea7u trang, ch\u00e2n trang, v.v.)","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp\/v2\/template-parts"}]}},"\/wp\/v2\/template-parts\/lookup":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"Slug c\u1ee7a m\u1eabu \u0111\u1ec3 l\u1ea5y ph\u1ea7n d\u1ef1 ph\u00f2ng cho","type":"string","required":true},"is_custom":{"description":"Ch\u1ec9 ra n\u1ebfu m\u1ed9t m\u1eabu l\u00e0 t\u00f9y ch\u1ec9nh ho\u1eb7c l\u00e0 m\u1ed9t ph\u1ea7n c\u1ee7a h\u1ec7 th\u1ed1ng m\u1eabu","type":"boolean","required":false},"template_prefix":{"description":"Ti\u1ec1n t\u1ed1 m\u1eabu cho m\u1eabu \u0111\u00e3 t\u1ea1o. \u0110i\u1ec1u n\u00e0y \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng \u0111\u1ec3 tr\u00edch xu\u1ea5t lo\u1ea1i m\u1eabu ch\u00ednh, v\u00ed d\u1ee5: trong `s\u00e1ch ph\u00e2n lo\u1ea1i` tr\u00edch xu\u1ea5t `ph\u00e2n lo\u1ea1i`","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp\/v2\/template-parts\/lookup"}]}},"\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"slug":{"description":"Slug duy nh\u1ea5t \u0111\u1ecbnh danh cho m\u1eabu.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"\u0110\u1ecbnh danh giao di\u1ec7n c\u1ee7a m\u1eabu.","type":"string","required":false},"type":{"description":"Lo\u1ea1i m\u1eabu.","type":"string","required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a m\u1eabu.","type":["object","string"],"properties":{"raw":{"description":"N\u1ed9i dung cho m\u1eabu, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit"]},"block_version":{"description":"Phi\u00ean b\u1ea3n c\u1ee7a \u0111\u1ecbnh d\u1ea1ng kh\u1ed1i n\u1ed9i dung \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi m\u1eabu.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"T\u00ean m\u1eabu.","type":["object","string"],"properties":{"raw":{"description":"T\u00ean template, trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML cho m\u1eabu, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"M\u00f4 t\u1ea3 c\u1ee7a m\u1eabu.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u1ee7a m\u1eabu.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"author":{"description":"ID cho t\u00e1c gi\u1ea3 c\u1ee7a m\u1eabu.","type":"integer","required":false},"area":{"description":"N\u01a1i th\u00e0nh ph\u1ea7n m\u1eabu trang \u0111\u01b0\u1ee3c d\u1ef1 \u0111\u1ecbnh s\u1eed d\u1ee5ng (\u0111\u1ea7u trang, ch\u00e2n trang, v.v.)","type":"string","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Id c\u1ee7a m\u1eabu","type":"string","required":false},"force":{"type":"boolean","default":false,"description":"C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.","required":false}}}]},"\/wp\/v2\/global-styles\/(?P[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","minimum":1,"maximum":100,"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false}}}]},"\/wp\/v2\/global-styles\/(?P[\\d]+)\/revisions\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID c\u1ee7a cha m\u1eb9 c\u1ee7a b\u1ea3n s\u1eeda \u0111\u1ed5i ki\u1ec3u chung.","type":"integer","required":false},"id":{"description":"M\u00e3 \u0111\u1ecbnh danh duy nh\u1ea5t cho b\u1ea3n s\u1eeda \u0111\u1ed5i ki\u1ec3u to\u00e0n c\u1ea7u.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/global-styles\/themes\/(?P[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":false},"args":{"stylesheet":{"description":"Ng\u01b0\u1eddi x\u00e1c \u0111\u1ecbnh ch\u1ee7 \u0111\u1ec1","type":"string","required":false}}}]},"\/wp\/v2\/global-styles\/themes\/(?P[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":false},"args":{"stylesheet":{"description":"Ng\u01b0\u1eddi x\u00e1c \u0111\u1ecbnh ch\u1ee7 \u0111\u1ec1","type":"string","required":false}}}]},"\/wp\/v2\/global-styles\/(?P[\\\/\\d+]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":false},"args":{"id":{"description":"ID thi\u1ebft l\u1eadp ki\u1ec3u d\u00e1ng to\u00e0n c\u1ee5c.","type":"integer","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":false},"args":{"styles":{"description":"Ki\u1ec3u d\u00e1ng to\u00e0n c\u1ee5c.","type":["object"],"required":false},"settings":{"description":"C\u1ea5u h\u00ecnh chung.","type":["object"],"required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho bi\u1ebfn th\u1ec3 ki\u1ec3u to\u00e0n c\u1ee5c.","type":["object","string"],"properties":{"raw":{"description":"T\u1ef1a \u0111\u1ec1 cho bi\u1ebfn th\u1ec3 ki\u1ec3u to\u00e0n c\u1ee5c, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false}}}]},"\/wp\/v2\/navigation":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit","embed"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit","embed"]},"rendered":{"description":"N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp\/v2\/navigation"}]}},"\/wp\/v2\/navigation\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit","embed"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit","embed"]},"rendered":{"description":"N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.","required":false}}}]},"\/wp\/v2\/navigation\/(?P[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/navigation\/(?P[\\d]+)\/revisions\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.","type":"integer","required":false},"id":{"description":"T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.","type":"integer","required":false},"id":{"description":"T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Y\u00eau c\u1ea7u b\u1eaft bu\u1ed9c ph\u1ea3i \u0111\u00fang v\u00ec b\u1ea3n th\u1ea3o kh\u00f4ng h\u1ed7 tr\u1ee3 b\u1ecf th\u00f9ng r\u00e1c.","required":false}}}]},"\/wp\/v2\/navigation\/(?P[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit","embed"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit","embed"]},"rendered":{"description":"N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false}}}]},"\/wp\/v2\/navigation\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"id":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/font-families":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","default":"id","enum":["id","include"],"required":false},"slug":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"args":{"theme_json_version":{"description":"Phi\u00ean b\u1ea3n c\u1ee7a l\u01b0\u1ee3c \u0111\u1ed3 theme.json \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng cho c\u00e0i \u0111\u1eb7t ki\u1ec3u ch\u1eef.","type":"integer","default":3,"minimum":2,"maximum":3,"required":false},"font_family_settings":{"description":"khai b\u00e1o h\u1ecd ph\u00f4ng ch\u1eef \u1edf \u0111\u1ecbnh d\u1ea1ng theme.json, \u0111\u01b0\u1ee3c m\u00e3 h\u00f3a d\u01b0\u1edbi d\u1ea1ng chu\u1ed7i.","type":"string","required":true}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp\/v2\/font-families"}]}},"\/wp\/v2\/font-families\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"theme_json_version":{"description":"Phi\u00ean b\u1ea3n c\u1ee7a l\u01b0\u1ee3c \u0111\u1ed3 theme.json \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng cho c\u00e0i \u0111\u1eb7t ki\u1ec3u ch\u1eef.","type":"integer","default":3,"minimum":2,"maximum":3,"required":false},"font_family_settings":{"description":"khai b\u00e1o h\u1ecd ph\u00f4ng ch\u1eef \u1edf \u0111\u1ecbnh d\u1ea1ng theme.json, \u0111\u01b0\u1ee3c m\u00e3 h\u00f3a d\u01b0\u1edbi d\u1ea1ng chu\u1ed7i.","type":"string","required":true}}},{"methods":["DELETE"],"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.","required":false}}}]},"\/wp\/v2\/font-families\/(?P[\\d]+)\/font-faces":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"font_family_id":{"description":"ID c\u1ee7a h\u1ecd ph\u00f4ng ch\u1eef g\u1ed1c c\u1ee7a m\u1eb7t ph\u00f4ng ch\u1eef.","type":"integer","required":true},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","default":"id","enum":["id","include"],"required":false}}},{"methods":["POST"],"args":{"font_family_id":{"description":"ID c\u1ee7a h\u1ecd ph\u00f4ng ch\u1eef g\u1ed1c c\u1ee7a m\u1eb7t ph\u00f4ng ch\u1eef.","type":"integer","required":true},"theme_json_version":{"description":"Phi\u00ean b\u1ea3n c\u1ee7a l\u01b0\u1ee3c \u0111\u1ed3 theme.json \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng cho c\u00e0i \u0111\u1eb7t ki\u1ec3u ch\u1eef.","type":"integer","default":3,"minimum":2,"maximum":3,"required":false},"font_face_settings":{"description":"khai b\u00e1o ph\u00f4ng ch\u1eef \u1edf \u0111\u1ecbnh d\u1ea1ng theme.json, \u0111\u01b0\u1ee3c m\u00e3 h\u00f3a d\u01b0\u1edbi d\u1ea1ng chu\u1ed7i.","type":"string","required":true}}}]},"\/wp\/v2\/font-families\/(?P[\\d]+)\/font-faces\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"font_family_id":{"description":"ID c\u1ee7a h\u1ecd ph\u00f4ng ch\u1eef g\u1ed1c c\u1ee7a m\u1eb7t ph\u00f4ng ch\u1eef.","type":"integer","required":true},"id":{"description":"M\u00e3 \u0111\u1ecbnh danh duy nh\u1ea5t cho m\u1eb7t ph\u00f4ng ch\u1eef.","type":"integer","required":true},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"font_family_id":{"description":"ID c\u1ee7a h\u1ecd ph\u00f4ng ch\u1eef g\u1ed1c c\u1ee7a m\u1eb7t ph\u00f4ng ch\u1eef.","type":"integer","required":true},"id":{"description":"M\u00e3 \u0111\u1ecbnh danh duy nh\u1ea5t cho m\u1eb7t ph\u00f4ng ch\u1eef.","type":"integer","required":true},"force":{"type":"boolean","default":false,"description":"C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.","required":false}}}]},"\/wp\/v2\/product":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"comment_status":{"description":"Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.","type":"string","enum":["open","closed"],"required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_voice_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_anonymous_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_topic_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_forum_subforum_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"pmpro_default_level":{"type":"integer","title":"","description":"","default":0}},"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp\/v2\/product"}]}},"\/wp\/v2\/product\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Ghi \u0111\u00e8 \u0111\u1ed9 d\u00e0i \u0111o\u1ea1n tr\u00edch m\u1eb7c \u0111\u1ecbnh.","type":"integer","required":false},"password":{"description":"M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"comment_status":{"description":"Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.","type":"string","enum":["open","closed"],"required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_voice_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_anonymous_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_topic_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_forum_subforum_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"pmpro_default_level":{"type":"integer","title":"","description":"","default":0}},"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.","required":false}}}]},"\/wp\/v2\/product\/(?P[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"comment_status":{"description":"Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.","type":"string","enum":["open","closed"],"required":false},"meta":{"description":"C\u00e1c tr\u01b0\u1eddng meta.","type":"object","properties":{"_bbp_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_topic_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_total_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_voice_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_anonymous_reply_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_topic_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_reply_count_hidden":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"_bbp_forum_subforum_count":{"type":"integer","title":"","description":"bbPress Item Count","default":0},"pmpro_default_level":{"type":"integer","title":"","description":"","default":0}},"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false}}}]},"\/wp\/v2\/product\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"id":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/lp_course":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed","any"],"type":"string"},"required":false},"tax_relation":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 d\u1ef1a tr\u00ean m\u1ed1i quan h\u1ec7 gi\u1eefa nhi\u1ec1u nguy\u00ean t\u1eafc ph\u00e2n lo\u1ea1i.","type":"string","enum":["AND","OR"],"required":false},"course_category":{"description":"Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh trong ph\u00e2n lo\u1ea1i course_category.","type":["object","array"],"oneOf":[{"title":"Danh s\u00e1ch ID Thu\u1eadt ng\u1eef","description":"Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.","type":"array","items":{"type":"integer"}},{"title":"Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef","description":"Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.","type":"object","properties":{"terms":{"description":"ID c\u1ee7a thu\u1eadt ng\u1eef.","type":"array","items":{"type":"integer"},"default":[]},"include_children":{"description":"C\u00f3 bao g\u1ed3m c\u00e1c thu\u1eadt ng\u1eef con trong c\u00e1c thu\u1eadt ng\u1eef gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 hay kh\u00f4ng.","type":"boolean","default":false},"operator":{"description":"Cho d\u00f9 c\u00e1c m\u1ee5c \u0111\u1ec1u \u0111\u01b0\u1ee3c g\u00e1n ho\u1eb7c b\u1ea5t k\u1ef3 m\u1ee5c c\u1ee5 th\u1ec3 n\u00e0o.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"course_category_exclude":{"description":"Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c ngo\u1ea1i tr\u1eeb nh\u1eefng m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c g\u00e1n trong ph\u00e2n lo\u1ea1i course_category.","type":["object","array"],"oneOf":[{"title":"Danh s\u00e1ch ID Thu\u1eadt ng\u1eef","description":"Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.","type":"array","items":{"type":"integer"}},{"title":"Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef","description":"Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.","type":"object","properties":{"terms":{"description":"ID c\u1ee7a thu\u1eadt ng\u1eef.","type":"array","items":{"type":"integer"},"default":[]},"include_children":{"description":"C\u00f3 bao g\u1ed3m c\u00e1c thu\u1eadt ng\u1eef con trong c\u00e1c thu\u1eadt ng\u1eef gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 hay kh\u00f4ng.","type":"boolean","default":false}},"additionalProperties":false}],"required":false},"course_tag":{"description":"Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh trong ph\u00e2n lo\u1ea1i course_tag.","type":["object","array"],"oneOf":[{"title":"Danh s\u00e1ch ID Thu\u1eadt ng\u1eef","description":"Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.","type":"array","items":{"type":"integer"}},{"title":"Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef","description":"Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.","type":"object","properties":{"terms":{"description":"ID c\u1ee7a thu\u1eadt ng\u1eef.","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"Cho d\u00f9 c\u00e1c m\u1ee5c \u0111\u1ec1u \u0111\u01b0\u1ee3c g\u00e1n ho\u1eb7c b\u1ea5t k\u1ef3 m\u1ee5c c\u1ee5 th\u1ec3 n\u00e0o.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"course_tag_exclude":{"description":"Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c ngo\u1ea1i tr\u1eeb nh\u1eefng m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c g\u00e1n trong ph\u00e2n lo\u1ea1i course_tag.","type":["object","array"],"oneOf":[{"title":"Danh s\u00e1ch ID Thu\u1eadt ng\u1eef","description":"Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.","type":"array","items":{"type":"integer"}},{"title":"Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef","description":"Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.","type":"object","properties":{"terms":{"description":"ID c\u1ee7a thu\u1eadt ng\u1eef.","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"comment_status":{"description":"Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.","type":"string","enum":["open","closed"],"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false},"course_category":{"description":"C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy course_category.","type":"array","items":{"type":"integer"},"required":false},"course_tag":{"description":"C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy course_tag.","type":"array","items":{"type":"integer"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp\/v2\/lp_course"}]}},"\/wp\/v2\/lp_course\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Ghi \u0111\u00e8 \u0111\u1ed9 d\u00e0i \u0111o\u1ea1n tr\u00edch m\u1eb7c \u0111\u1ecbnh.","type":"integer","required":false},"password":{"description":"M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"comment_status":{"description":"Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.","type":"string","enum":["open","closed"],"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false},"course_category":{"description":"C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy course_category.","type":"array","items":{"type":"integer"},"required":false},"course_tag":{"description":"C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy course_tag.","type":"array","items":{"type":"integer"},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.","required":false}}}]},"\/wp\/v2\/lp_course\/(?P[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/lp_course\/(?P[\\d]+)\/revisions\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.","type":"integer","required":false},"id":{"description":"T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.","type":"integer","required":false},"id":{"description":"T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Y\u00eau c\u1ea7u b\u1eaft bu\u1ed9c ph\u1ea3i \u0111\u00fang v\u00ec b\u1ea3n th\u1ea3o kh\u00f4ng h\u1ed7 tr\u1ee3 b\u1ecf th\u00f9ng r\u00e1c.","required":false}}}]},"\/wp\/v2\/lp_course\/(?P[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"comment_status":{"description":"Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.","type":"string","enum":["open","closed"],"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false},"course_category":{"description":"C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy course_category.","type":"array","items":{"type":"integer"},"required":false},"course_tag":{"description":"C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy course_tag.","type":"array","items":{"type":"integer"},"required":false}}}]},"\/wp\/v2\/lp_course\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"id":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/lp_quiz":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"parent":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng b\u00e0i vi\u1ebft thu\u1ed9c v\u1ec1 nh\u1eefng ID cha c\u1ee5 th\u1ec3.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 tr\u1eeb nh\u1eefng b\u00e0i vi\u1ebft kh\u00f4ng thu\u1ed9c v\u1ec1 m\u1ed9t ID cha c\u1ee5 th\u1ec3.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_columns":{"default":[],"description":"M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"parent":{"description":"ID cha c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/online.ictsaigon.net\/wp-json\/wp\/v2\/lp_quiz"}]}},"\/wp\/v2\/lp_quiz\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"date":{"description":"Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","required":false},"status":{"description":"Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.","type":"string","enum":["publish","future","draft","pending","private","closed","spam","orphan","hidden","wc-pending","wc-processing","wc-on-hold","wc-completed","wc-cancelled","wc-refunded","wc-failed","ea-cancelled","ea-pending","ea-processing","ea-completed"],"required":false},"password":{"description":"M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.","type":"string","required":false},"parent":{"description":"ID cha c\u1ee7a b\u00e0i vi\u1ebft.","type":"integer","required":false},"title":{"description":"Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.","type":"object","properties":{"raw":{"description":"N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.","type":"string","context":["edit"]},"rendered":{"description":"N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.","required":false}}}]},"\/wp\/v2\/lp_quiz\/(?P[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.","type":"integer","required":false},"context":{"description":"Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.","type":"string","required":false},"exclude":{"description":"Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.","type":"integer","required":false},"order":{"description":"S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/lp_quiz\/(?P[\\d]+)\/revisions\/(?P