POST http:///api/v1/partner/transactions/{transactionId}/address
Parameter name | Value | Description | Additional |
---|---|---|---|
transactionId | string | Required |
The request body takes a complete Address resource, containing the following writable properties:
{
"address": "string",
"addressLine2": "string",
"city": "string",
"companyId": "string",
"country": "string",
"created": "int64",
"deleted": "boolean",
"id": "string",
"latitude": "number",
"longitude": "number",
"modified": "int64",
"state": "string",
"updated": "boolean",
"zipCode": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
address | string | Optional | |
addressLine2 | string | Optional | |
city | string | Optional | |
companyId | string | Optional | |
country | string | Optional | |
created | int64 | Optional | |
deleted | boolean | Optional | |
id | string | Optional | |
latitude | number | Optional | |
longitude | number | Optional | |
modified | int64 | Optional | |
state | string | Optional | |
updated | boolean | Optional | |
zipCode | string | Optional |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK successful operation |
Transaction |