API Resources #
Common #
Token #
Column Name | Type | RW/RO | Required | Note |
---|---|---|---|---|
wssid | String | RO | 存取其他 Endpoint 時,需於 Request 帶入 X-YahooWSSID-Authorization Header |
ShipType #
Column Name | Type | RW/RO | Required [註1] | Note |
---|---|---|---|---|
id | Int32 | RW | Y | 定義表 |
name | String | RO | ||
model | Int32 | RW | N | 定義表 |
Pagination #
Column Name | Type | RW/RO | Required | Note |
---|---|---|---|---|
resultsTotal | Int32 | RO | Maximum number of items. | |
nextOffset | Int32 | RO | Every time you fetch a page of results, that page will contain a token that can be used to fetch the next page. In particular, the continuation token in a page of results is called nextOffset . By specifying this token in the offset query parameter of the next request, the next page is fetched. If the offset parameter is either not specified or blank, the first page of items are returned. Use limit to specify the desired number of items to be returned. |
ErrorDetail #
Column name | Type | RW/RO | Required | Note |
---|---|---|---|---|
code | Int32 | RO | 錯誤代碼 | |
invalidValue | String | RO | 錯誤值 | |
message | String | RO | 錯誤訊息 | |
field | String | RO | 錯誤欄位 |