Create Affiliatepost https://example.com/programs/{programCode}/affiliatesCreates a new affiliate for the specified program.Path ParamsprogramCodestringrequiredThe program code to associate the affiliate with.Body ParamsThe affiliate creation request payload.affiliateNamestring | nullThe name of the affiliate to be created.addressLine1string | nullThe first line of the affiliate's address.addressLine2string | nullThe second line of the affiliate's address (optional).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