v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

Update address on subscription

Rate limit - 5/s

put/2023-10/subscription/{subscriptionId}/address

Path parameters

subscriptionIdinteger required

ID of the subscription

Request body

firstNamestring
lastNamestring required
companystring
phonestring
address1string required
address2string
citystring required
countryCodestring required
provinceCodestring
zipstring

Response

200

successboolean
messagestring
{"stackTrail":"paths:/2023-10/subscription/{subscriptionId}/address:put:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
codestring
{"stackTrail":"paths:/2023-10/subscription/{subscriptionId}/address:put:responses:200:content:application/json:schema:properties:pageInfo","oasType":"schema","type":"unknown"}

Example response

{
  "success": true,
  "message": "Address updated on subscription successfully",
  "code": "SUCCESS"
}