Update Affiliateput https://example.com/programs/{programCode}/affiliates/{affiliateIdentifier}Updates an existing affiliate for the specified program.Path ParamsprogramCodestringrequiredThe program code associated with the affiliate.affiliateIdentifierstringrequiredThe identifier of the affiliate to update.Body ParamsThe affiliate update request payload.affiliateNamestring | nullThe name of the affiliate to update.addressLine1string | nullThe first line of the affiliate's address.addressLine2string | nullThe second line of the affiliate's address.citystring | nullThe city where the affiliate is located.statestring | nullThe state where the affiliate is located.zipCodestring | nullThe zip code of the affiliate's address.HeadersX-GD-RequestIdstringrequiredThe unique request identifier for tracking.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago