mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-06 20:57:45 +00:00
13 lines
13 KiB
Markdown
13 lines
13 KiB
Markdown
# ConnectExistingOwnUPSAccountRequest
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `account_id` | *str* | :heavy_check_mark: | This field is required as input to the API, but is not used for UPS. Use the empty string. | |
|
|
| `active` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `parameters` | [components.UPSConnectExistingOwnAccountParameters](../../models/components/upsconnectexistingownaccountparameters.md) | :heavy_check_mark: | An array of additional parameters for the account, such as e.g. password or token.<br/>Please check the <a href="https://docs.goshippo.com/docs/carriers/carrieraccounts/">carrier accounts tutorial</a> page for the parameters per carrier.<br> <br/>To protect account information, this field will be masked in any API response. | |
|
|
| `carrier` | *Optional[str]* | :heavy_minus_sign: | N/A | ups |
|
|
| `metadata` | *Optional[str]* | :heavy_minus_sign: | N/A | UPS Account |
|
|
| `test` | *Optional[bool]* | :heavy_minus_sign: | N/A | false | |